A CnC for a server-hopping workspace for penetration-testing.
It works by reading a list of servers from a text file (servers.txt), and acts as a workspace to use those servers. You can open a remote shell to any server, execute a command on any or all servers, etc. A full list of commands can be viewed typing 'help' or in this screenshot.
It uses the 'paramiko' pip module to connect via SSH.
The servers are formatted in any input (command or in servers.txt) as given: ipv4:user:pass
Copyright (c) 2022 Jacob Gluska/UntitledEntity
This project is licensed under the MIT License - see the LICENSE file for details.
I am not responsible for anything you do using the code in this repository. This is meant for penetration-testing only, Use only when given permission, or use on your own machines.