Commit c5a4046b by Konstantin Azizov

Update installation guide

- Add navigation to folder with repo
- Replace `apt` package manager with `pip` which is much universal(also used pip to install from `requirements.txt`
parent 2ec62d3f
...@@ -14,8 +14,9 @@ It consists of various modules that aids penetration testing operations: ...@@ -14,8 +14,9 @@ It consists of various modules that aids penetration testing operations:
# Installation # Installation
sudo apt-get install python-requests python-paramiko python-netsnmp
git clone https://github.com/reverse-shell/routersploit git clone https://github.com/reverse-shell/routersploit
cd ./routersploit
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