Skip to content

Commit

Permalink
Updating README with Docker information
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkz committed Dec 4, 2016
1 parent 804db02 commit 74586a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ It consists of various modules that aids penetration testing operations:
sudo pip install -r requirements.txt
./rsf.py

# Running on Docker
## Running on Docker

Set up docker [for your platform](https://docs.docker.com/)

> ./run_docker.sh
git clone https://github.com/reverse-shell/routersploit
cd routersploit
docker build -t routersploit:latest -f Dockerfile .
./run_docker.sh

# Update

Expand Down

0 comments on commit 74586a4

Please sign in to comment.