1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

patator: add page

This commit is contained in:
Fazle Arefin 2025-03-29 04:12:40 +11:00
parent 5905e786ab
commit 9c589d66db
No known key found for this signature in database
GPG key ID: A6859B7D9849C0DD

20
pages/common/patator.md Normal file
View file

@ -0,0 +1,20 @@
# patator
> A multi-purpose brute-forcer, with a modular design and a flexible usage.
> More information: <https://github.com/lanjelot/patator/wiki/Usage>.
- Brute force ssh login (successful login will show login banner or something similar):
`patator ssh_login host={{ip_or_host}} user=FILE0 0={{path/to/users.txt}} password=FILE1 1={{path/to/passwords.txt}} --rate_limit={{seconds}} --timeout={{seconds}}`
- Brute force encrypted zip file:
`patator unzip_pass zipfile={{path/to/file.zip}} password=FILE0 0={{path/to/passwords.txt}} -x ignore:code!=0`
- List all available modules:
`patator --help`
- Show help for a particular module:
`patator {{module_name}} --help`