Files
Angerona/documentation-payload/Angerona/commands/README.md
T
kitos 6e82a8253c Rename project from Cazalla to Angerona
Complete rebrand: renamed all files, folders, code references, documentation, Docker paths, env vars, Makefile targets, Python classes, C structs/functions, and git remote URL. Replaced agent icons with new Angerona branding (light + dark mode SVGs). Fixed builder.py to reference SVG instead of PNG for Mythic icon path.
2026-03-25 15:32:50 +01:00

1.8 KiB

Angerona Commands

Complete documentation for all Angerona agent commands, organized by category.

File System Commands

  • ls - List directory contents
  • cd - Change directory
  • pwd - Print working directory
  • cat - Read file contents (with credential detection)
  • cp - Copy files
  • mkdir - Create directory
  • rm - Delete file/directory
  • download - Download file from target
  • upload - Upload file to target

Process Management Commands

  • ps - List processes
  • kill - Terminate process

Token Operations

Network Tunneling

  • socks - Start/stop SOCKS5 proxy
  • rpfwd - Start/stop reverse port forwarding

System Operations

Credential Access

  • samdump - Dump SAM database (NTLM hashes)

Code Execution

Control Commands

  • sleep - Adjust beacon interval
  • exit - Terminate agent

Back to Angerona Documentation