Skip to content

Commands

apacketofsweets edited this page Nov 20, 2018 · 5 revisions

Supported commands:

  • client - Connect to a remote client
  • destroy - Remove Apollo from all client systems
  • execute - Execute a command on a client
  • help - Displays this lovely table
  • kill - Kill the client connection
  • list - List all connected clients
  • quit - Exit the server and keep all clients alive
  • scan - Scan top 25 TCP ports on a single host
  • survey - Run a system survey

Supported Linux/Unix commands:

  • cat
  • ls
  • pwd
  • unzip
  • wget

Start server on custom port:

To start Apollo server on a custom port (Default is 34463) add the -p <port no> syntax when starting the server.

Example:

./apollo_server.py -p 80

Clone this wiki locally