Automate everything you can with our PentestTools automation framework.
8.3K
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:ec7269dff…
Size
522.1 MB
Last updated
about 1 month ago
docker pull integsec/pentesttools