Automate everything you can with our PentestTools automation framework.
6.8K
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}
Content type
Image
Digest
sha256:46afcf934…
Size
523.2 MB
Last updated
5 days ago
docker pull integsec/pentesttools