Skip to content

Commit

Permalink
Merge branch 'feature/docker' of git://github.com/masterkorp/routersp…
Browse files Browse the repository at this point in the history
…loit into masterkorp-feature/docker
  • Loading branch information
fwkz committed Dec 4, 2016
2 parents b94875c + 83d66aa commit f075e3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM python:2.7

WORKDIR /rsf

COPY requirements.txt /rsf
RUN pip install -r requirements.txt

COPY rsf.py /rsf
COPY run_linter.sh /rsf
COPY run_tests.sh /rsf
COPY tox.ini /rsf
COPY ./routersploit /rsf/routersploit

CMD /rsf/rsf.py

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ It consists of various modules that aids penetration testing operations:
sudo pip install -r requirements.txt
./rsf.py

# Running on Docker

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

> ./run_docker.sh
# Update

Update RouterSploit Framework often. Project is under heavy development and new modules are shipped almost everyday.
Expand Down

0 comments on commit f075e3d

Please sign in to comment.