Commit db9250f4 by Marcin Bury

Merge pull request #59 from ArtificialImmunity/Ubuntu-Installation

Ubuntu installation
parents 9f39789d a53bad50
......@@ -28,6 +28,14 @@ It consists of various modules that aids penetration testing operations:
apt-get install python-netsnmp
./rsf.py
## Installation on Ubuntu
sudo apt-get install python-dev python-pip libncurses5-dev git
git clone https://github.com/reverse-shell/routersploit
cd routersploit
pip install -r requirements
./rsf.py
## Installation on OSX
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