Skip to content

Commit

Permalink
Added installation guide for Ubuntu
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ArtificialImmunity committed Apr 28, 2016
1 parent 27b8b3d commit a53bad5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ It consists of various modules that aids penetration testing operations:
cd routersploit
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

Expand Down

0 comments on commit a53bad5

Please sign in to comment.