integsec/pentesttools

By integsec

Updated 5 days ago

Automate everything you can with our PentestTools automation framework.

Image
Security
Developer tools
Web servers
0

6.8K

integsec/pentesttools repository overview

Github link: https://github.com/integsec/PentestTools

To run:
docker pull integsec/pentesttools
docker run --rm integsec/pentesttools {module} -t {target}

For outputting in a file in docker container:
docker run --rm -v $(pwd):/output integsec/pentesttools {module} -t --output-file /output/{output_file}

For using a target file in docker container:
docker run --rm -v $(pwd)/{target_file}:/app/{target_file} integsec/pentesttools {module} -f /app/{target_file}

For both outputting in a file and using target file in docker container:
docker run --rm -v $(pwd):/output -v $(pwd)/{target_file}:/app/{target_file} integsec/pentesttools {module} --output-file /output/{output_file} -f /app/{target_file}

Tag summary

Content type

Image

Digest

sha256:46afcf934

Size

523.2 MB

Last updated

5 days ago

docker pull integsec/pentesttools