Patrick-DE / RTT-Docs

Public repository for the techniques and tools shown on rtt.secdu.de
GNU Affero General Public License v3.0
1 stars 0 forks source link

New tool: AtlasReaper #104

Closed Patrick-DE closed 1 year ago

Patrick-DE commented 1 year ago
{
  "name": "AtlasReaper",
  "phases": [
    "02. Reconnaissance"
  ],
  "category": "Confluence",
  "stealthy": true,
  "platforms": [
    "Windows"
  ],
  "source": "https://github.com/werdhaihai/AtlasReaper",
  "description": "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.",
  "undetected": [],
  "detected": [],
  "commands": [
    {
      "id": "4164594f-1155-4cad-b142-56ce0d78ae36",
      "name": "Search for passwords on Confluence",
      "description": "Search for the \"http*example.com* on confluence by providing the target and cookie",
      "tag": "",
      "results": [
        "CRED:PASS:PLAIN"
      ],
      "cmd": ".\\AtlasReaper.exe confluence search --query \"http*example.com*\" --url $url --cookie $cookie",
      "requirements": {
        "tag": "TOOL:Confluence"
      }
    }
  ],
  "content": "",
  "references": [
    "https://posts.specterops.io/sowing-chaos-and-reaping-rewards-in-confluence-and-jira-7a90ba33bf62"
  ]
}