RouterSploit Router Exploitation Framework github download source Installation Requirements gnureadline (OSX only) requests paramiko beautifulsoup4 pysnmp Installation on Kali git clone https://github.com/reverse-shell/routersploit cd routersploit ./rsf.py Installation on Ubuntu 16.04 sudo apt-get install python-dev python-pip libncurses5-dev git git clone https://github.com/reverse-shell/routersploit cd routersploit pip install -r requirements.txt ./rsf.py Installation on OSX git clone https://github.com/reverse-shell/routersploit cd routersploit sudo easy_install pip sudo pip install -r requirements.txt ./rsf.py Running on Docker git clone https://github.com/reverse-shell/routersploit cd routersploit docker build -t routersploit:latest -f Dockerfile . ./run_docker.sh Update Update RouterSploit Framework often. The project is under heavy development and new modules are shipped almost every day. cd routersploit git pull Usage ...