Skip to content

Commit

Permalink
Install on Centos 7 (threat9#271)
Browse files Browse the repository at this point in the history
* Updated readme with how to install on Centos 7

* Added ./rsf.py left behind

* Removed spaces
  • Loading branch information
marioaugustorama authored and lucyoa committed Jun 15, 2017
1 parent 8609944 commit abbf00e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ It consists of various modules that aids penetration testing operations:
pip install -r requirements.txt
./rsf.py

## Installation on Centos 7

sudo yum install python-devel python2-pip ncurses-devel git
git clone https://github.com/reverse-shell/routersploit
pip install -r requirements.txt
./rsf.py

## Installation on OSX

git clone https://github.com/reverse-shell/routersploit
Expand Down

0 comments on commit abbf00e

Please sign in to comment.