Commit a53bad50 by ArtificialImmunity

Added installation guide for Ubuntu

Tested this on a fresh install of Ubuntu 16.04 Desktop LTS
These were the only things I needed to do to get it up and running. Successfully completed an autopwn on 127.0.0.1
parent 27b8b3de
......@@ -28,6 +28,14 @@ It consists of various modules that aids penetration testing operations:
apt-get install python-netsnmp
./rsf.py
## Installation on Ubuntu
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
./rsf.py
## Installation on OSX
git clone https://github.com/reverse-shell/routersploit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment