Commit f075e3db by fwkz

Merge branch 'feature/docker' of git://github.com/masterkorp/routersploit into…

Merge branch 'feature/docker' of git://github.com/masterkorp/routersploit into masterkorp-feature/docker
parents b94875ca 83d66aa2
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
...@@ -46,6 +46,12 @@ It consists of various modules that aids penetration testing operations: ...@@ -46,6 +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
Set up docker [for your platform](https://docs.docker.com/)
> ./run_docker.sh
# Update # Update
Update RouterSploit Framework often. Project is under heavy development and new modules are shipped almost everyday. Update RouterSploit Framework often. Project is under heavy development and new modules are shipped almost everyday.
......
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