spawn
Help
Spawn an agent. Spawned agents are compile to /opt/bingoc2/bin/
Subcommands
http=> spawn http agent (defaults to Dingo)dns=> spawn dns agent (defaults to Dingo)icmp=> spawn icmp agent (default to Dingo)stager=> spawn stager for specific agent (gofer)
Usage
http
spawn http [flags]Flags
-a => arch: target architecture (defaults to: x64)
-f => format: format for agent to be compiled to. valid options are: exe, dll, svc, elf, bin (defaults to: exe)
-j => jitter: random of random intervals between callbacks; in seconds (defaults to: 2)
-l => listener: listener to callback to (required)
-o => operating system: target operating system. valid options are: windows or linux (defaults to: windows)
-r => rhost: host to callback to
-p => rport: port to callback to (defaults to: 80)
-s => sleep: interval between callbacks; in seconds (defaults to: 5)
-u => user-agent: user-agent for agent to use on callbacks (defaults to: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0)
stager
spawn stager <agent id>icmp
spawn icmp [flags]Flags
-a => arch: target architecture (defaults to: x64)
-f => format: format for agent to be compiled to. valid options are: exe, dll, svc, elf, bin (defaults to: exe)
-j => jitter: range of random interval between callbacks; in seconds (default to: 2)
-l => listener: listener to callback to (required)
-o => operating system: target operating system. valid options are: windows or linux (defaults to: windows)
-r => rhost: host to callback to
-s => sleep: interval between callbacks; in seconds (defaults to: 5)
Last updated
Was this helpful?