Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
spinfoo committed Jan 20, 2019
1 parent 9d11ecb commit d2cc64f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:sid
LABEL version="1.1"
LABEL description="Dockerized version of Trustsec PTF - Penetration Testing Framework"
LABEL description="Dockerized version of Trustedsec PTF - Penetration Testing Framework"
LABEL author="Jacobo Avariento Gimeno"

COPY bootstrap.sh /root/bootstrap.sh
Expand Down
9 changes: 7 additions & 2 deletions README.docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To be able to use the principle Security-in-a-box and run constantly penetration testing and vulnerability assessment against our applications and infrastructure, I developed a quick hack to be able to run PTF framework inside a Docker container.


First of all, build and compile all the tools and the image itself (~1hour).
First of all, build and compile all the tools and the image itself (~2 hours).
Inside this folder run the following:
```
docker build --rm -t spinfoo/ptf:1.1 .
Expand All @@ -16,5 +16,10 @@ docker run -it spinfoo/ptf:1.1 /bin/bash
```


# TODO
* Run install checks after modules update/install (go through /usr/local/bin and check successful execution)
* Check automatically for dependencies, improve efficiency


# Credits
David Kennedy/Trustsec PTF project and Jacobo Avariento (spinfoo) for the docker support.
David Kennedy/Trustedsec PTF project and Jacobo Avariento (spinfoo) for the docker support.

0 comments on commit d2cc64f

Please sign in to comment.