Commit 9f39789d by Marcin Bury

Requirements and installation hints.

parent 70a8926b
......@@ -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
......
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