Skip to content

sayak-brm/ShellBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShellBot

FOSSA Status

This project may be deprecated soon!

I am currently coding another reverse shell utility based on the principles of this project, and will replace this utility when completed. Find out more and contribute to the developement here.


ShellBot is a cross-platform Remote Shell Suite where the Server can be managed by 1 Controller at a time.

A server can accept several clients at once, and relay a chosen client's shell to the controller.

This makes it easy for an SysAdmin to manage several computers with minimal setup in an internal network.

The ShellBot suite is designed in such a way that it will not stop till a connection is achieved. All errors are handled internally and in case of a crash, the program automatically restarts.


Features:

Server:

  1. Can handle multiple connections all at once.
  2. The Controller’s connection requires a plain text password, it’s not the best security, but at-least it is better than nothing. Will be improved on in future revisions.
  3. Kicks the Controller after 5 mins. (As the Server only accepts 1 controller at a time). TODO: Make it 5 minutes after inactivity.

Client:

  1. Infected PHP Backdooring Function. (Linux Only)
  2. TCP Flood.
  3. UDP Flood.
  4. Gmail Bruteforcer. (Workaround Gmail's SMTP login)
  5. MS Live Bruteforcer.
  6. Yahoo Bruteforcer.
  7. AOL Bruteforce.
  8. Custome SMTP Bruteforcer. If found, the password will be saved as "password.txt" on the client.
  9. OTA Updating.
  10. Hardened Shell: Handles No Output, Wrong, Interactive and Infinite commands will result in losing the shell.
  11. Can handle multiple commands separated by semi-colon (;).
  12. Never closes and is always trying to connect to the Server.
  13. Can handle almost any non-interactive command properly.
  14. Uses very less resources.
  15. Can be packaged into executables with tools like pyInstaller.

Controller:

  1. Handles KeyboardInterrupts, empty commands, etc. perfectly.
  2. Easy user interface.

Note: When trying to start the client through SSH, Terminal or any other interactive shell, it is advised to start the client in another process. This can be done in Linux with nohup.

Example:

nohup python3 client.py 15.48.158.15 1567 > /dev/null &

nohup python3 client.py 15.48.158.15 1567 > /dev/null 2>&1 &

License

FOSSA Status