mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
patator: add page (#16054)
* patator: add page * patator: add page --------- Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
parent
3f4c619bcd
commit
d6ed25aaf7
1 changed files with 20 additions and 0 deletions
20
pages/common/patator.md
Normal file
20
pages/common/patator.md
Normal 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 with rate limit and timeout options (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`
|
Loading…
Add table
Reference in a new issue