Ph3nX-Z / ShellBoard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShellBoard

Reverse shell generator

Presentation

ShellBoard is a reverse shell generator and it can be used as a listener for theses. A lot of post-exploitation modules are included in it.

Usage

Linux :

chmod +x install.sh
sudo bash install.sh
ShellBoard

Features

In the Shell :

#help          : display help message for inshell commands
#kill          : kill the program and the reverse shell
#exit          : quit the shell and return to command panel
#decal         : skip a request to realign the terminal with the commands
#other:command : use control panel's command in the shell ex: #other:deliver_file

In the Control Panel :

shell : invoke shell
exit  : exit the program and the reverse shell
other : display other commands (postexploitation commands)
help  : display help message

Post Exploitation module :

exploit_bin  : search for vulnerable suids,capatibilities
tty          : invoke tty, already invoked in the process
deliver_file : upload a file

Examples

ShellBoard

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About


Languages

Language:Python 98.0%Language:Shell 2.0%