Skip to content

Commit

Permalink
Merge pull request threat9#59 from ArtificialImmunity/Ubuntu-Installa…
Browse files Browse the repository at this point in the history
…tion

Ubuntu installation
  • Loading branch information
lucyoa committed Apr 28, 2016
2 parents 9f39789 + a53bad5 commit db9250f
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 db9250f

Please sign in to comment.