Skip to content

Commit

Permalink
Update installation guide
Browse files Browse the repository at this point in the history
- Add navigation to folder with repo
- Replace `apt` package manager with `pip` which is much universal(also used pip to install from `requirements.txt`
  • Loading branch information
G07cha committed Apr 26, 2016
1 parent 2ec62d3 commit c5a4046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ It consists of various modules that aids penetration testing operations:

# Installation

sudo apt-get install python-requests python-paramiko python-netsnmp
git clone https://github.com/reverse-shell/routersploit
cd ./routersploit
pip install -r requirements.txt
./rsf.py

# Update
Expand Down

0 comments on commit c5a4046

Please sign in to comment.