Commit abbf00e5 by Mário Nunes Committed by Marcin Bury

Install on Centos 7 (#271)

* Updated readme with how to install on Centos 7

* Added ./rsf.py left behind

* Removed spaces
parent 86099446
...@@ -38,6 +38,13 @@ It consists of various modules that aids penetration testing operations: ...@@ -38,6 +38,13 @@ It consists of various modules that aids penetration testing operations:
pip install -r requirements.txt pip install -r requirements.txt
./rsf.py ./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 ## Installation on OSX
git clone https://github.com/reverse-shell/routersploit 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