Skip to content

Commit

Permalink
Requirements and installation hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyoa committed Apr 27, 2016
1 parent 70a8926 commit 9f39789
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,26 @@ It consists of various modules that aids penetration testing operations:

# 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
cd routersploit
sudo apt-get install python-dev pip
pip install -r requirements.txt
sudo easy_install pip
sudo pip install -r requirements.txt
./rsf.py

# Update
Expand Down

0 comments on commit 9f39789

Please sign in to comment.