Sidsploit

Sidsploit is an array of tools to allow you to effectively monitor and execute exploits on other systems.

PHPPythonLinuxSecurity

Say you wanted to run a hydra, a password hacking programme, on another computer you wouldn't have access to in person for a weekend. Simply run the command, but using sidsploit like so:

sidsploit --host http://localhost:8089 \
--id 4eff31d8-7eea-439f-96aa-cdbccd27b9aa \
"hydra -l user -P 100_common_passwords.txt -s 80 -f httpbin.org http-get /basic-auth/user/master"

You could then view the output live in sidsploit web: sidsploit screenshot As well as interact with it.