Commit 27b8b3de by ArtificialImmunity

Merge pull request #4 from reverse-shell/master

Update from original
parents 5be30dab 9f39789d
...@@ -14,10 +14,26 @@ It consists of various modules that aids penetration testing operations: ...@@ -14,10 +14,26 @@ It consists of various modules that aids penetration testing operations:
# Installation # Installation
## Requirements
* gnureadline
* requests
* paramiko
* beautifulsoup4
## Installation on Kali
git clone https://github.com/reverse-shell/routersploit
cd routersploit
apt-get install python-netsnmp
./rsf.py
## Installation on OSX
git clone https://github.com/reverse-shell/routersploit git clone https://github.com/reverse-shell/routersploit
cd routersploit cd routersploit
sudo apt-get install python-dev pip sudo easy_install pip
pip install -r requirements.txt sudo pip install -r requirements.txt
./rsf.py ./rsf.py
# Update # Update
......
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