Commit 74586a48 by fwkz

Updating README with Docker information

parent 804db022
...@@ -46,11 +46,12 @@ It consists of various modules that aids penetration testing operations: ...@@ -46,11 +46,12 @@ It consists of various modules that aids penetration testing operations:
sudo pip install -r requirements.txt sudo pip install -r requirements.txt
./rsf.py ./rsf.py
# Running on Docker ## Running on Docker
Set up docker [for your platform](https://docs.docker.com/) git clone https://github.com/reverse-shell/routersploit
cd routersploit
> ./run_docker.sh docker build -t routersploit:latest -f Dockerfile .
./run_docker.sh
# 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