Toolbox to have a always up to date docker image of the tools named Patator.
Important
Currently the original dockerfile, is replaced by this one, due to this issue. Dockerfile was taken from the author of the issue.
The image is build every week and pushed to the GitHub image repository. You can retrieve it with the following command:
docker pull ghcr.io/righettod/toolbox-patator:main
Use the following command from a PowerShell shell:
PS> docker run -it --rm -v $pwd`:/work ghcr.io/righettod/toolbox-patator:main --help
Patator 1.1-dev (https://github.com/lanjelot/patator) with python-3.10.12
Usage: patator.py module --help
Available modules:
+ ftp_login : Brute-force FTP
+ ssh_login : Brute-force SSH
+ telnet_login : Brute-force Telnet
...
PS> docker run -it --rm -v $pwd`:/work ghcr.io/righettod/toolbox-patator:main http_fuzz url=https://mysite.com user_pass=FILE0:FILE1 method=GET 0=/work/users.txt 1=/work/rockyou.txt auth_type=basic -x ignore:code=500 --threads 5
06:05:12 patator INFO - Starting Patator 1.1-dev (https://github.com/lanjelot/patator) with python-3.10.12 at 2024-10-01 06:05 UTC
06:05:12 patator INFO -
06:05:12 patator INFO - code size:clen time | candidate | num | mesg
...