6e82a8253c
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.
1.8 KiB
1.8 KiB
Angerona Commands
Complete documentation for all Angerona agent commands, organized by category.
File System Commands
ls- List directory contentscd- Change directorypwd- Print working directorycat- Read file contents (with credential detection)cp- Copy filesmkdir- Create directoryrm- Delete file/directorydownload- Download file from targetupload- Upload file to target
Process Management Commands
Token Operations
list_tokens- Enumerate tokenssteal_token- Steal process tokenmake_token- Create token from credentialsrev2self- Revert to original tokenwhoami- Display current context
Network Tunneling
System Operations
shell- Execute shell commandsbrowser_info- Identify installed browsersbrowser_dump- Dump browser credentialsscreenshot- Capture desktop screenshotkeylog_start- Start keyloggerkeylog_stop- Stop keylogger
Credential Access
samdump- Dump SAM database (NTLM hashes)
Code Execution
inline_execute- Execute Beacon Object Files (BOFs)inline_execute_assembly- Execute .NET assemblies in-process