https://github.com/righettod/toolbox-patator
Toolbox to have a always up to date docker image of the tools named "patator".
https://github.com/righettod/toolbox-patator
brute-force docker
Last synced: about 1 year ago
JSON representation
Toolbox to have a always up to date docker image of the tools named "patator".
- Host: GitHub
- URL: https://github.com/righettod/toolbox-patator
- Owner: righettod
- License: gpl-3.0
- Created: 2024-10-01T05:17:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T00:37:41.000Z (about 1 year ago)
- Last Synced: 2025-03-30T01:31:49.301Z (about 1 year ago)
- Topics: brute-force, docker
- Language: Dockerfile
- Homepage: https://github.com/lanjelot/patator
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💻 Patator toolbox
[](https://github.com/righettod/toolbox-patator/actions/workflows/build_docker_image.yml)   
## 🎯 Description
Toolbox to have a always up to date docker image of the tools named [Patator](https://github.com/lanjelot/patator).
## 📦 Build
> [!IMPORTANT]
> Currently the original dockerfile, is replaced by this [one](Dockerfile), due to this [issue](https://github.com/lanjelot/patator/issues/209). 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`
## 👨💻 Usage
Use the following command from a PowerShell shell:
```powershell
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
...
```
## 🤝 Sources & credits
* [Patator author](https://github.com/lanjelot/patator).