AtlasReaper

AtlasReaper is a command-line tool developed for offensive security purposes, primarily focused on reconnaissance of Confluence and Jira. It also provides various features that can be helpful for tasks such as credential farming and social engineering. The tool is written in C#.

Link: ‣

Extract all Confluence spaces

AtlasReaper.exe confluence listspaces-u $URL -c $Cookie -o Confluence_listspaces.txt --all

Extract all Confluence pages

AtlasReaper.exe confluence listpages -u $URL -c $Cookie -o Confluence_listpages.txt --all

Extract all Jira attachments

AtlasReaper.exe Confluence listattachments -u $URL -c $Cookie -o Confluence_listattachments.txt --all

SharpConflux

https://github.com/nettitude/SharpConflux/