patator
Verified for current stable LTS
Patator Commands
Patator command syntax with verified terminal examples.
Commands
6 commands for Patator
patator Operations
Patator Command: Brute Force Encrypted Zip File
patator unzip_pass zipfile=<path/to/file.zip> password=FILE0 0=<path/to/passwords.txt> -x ignore:code!=0 patator Operations
Patator Command: Brute Force Ftp Ftps Login
patator ftp_login host=<ip_or_host> user=FILE0 password=FILE1 0=<path/to/users.txt> 1=<path/to/passwords.txt> tls=<0|1> -x ignore:mesg='Login incorrect.' -x ignore,reset,retry:code=500 patator HTTP
Patator Command: Brute Force Http Basic Authentication
patator http_fuzz url={http://host:port} auth_type=basic user_pass=COMBO00:COMBO01 0=<path/to/userpass.txt> -x ignore:code=401 patator Operations
Patator Command: Brute Force Ssh Login With Rate Limit And Timeout
patator ssh_login host=<ip_or_host> user=FILE0 password=FILE1 0=<path/to/users.txt> 1=<path/to/passwords.txt> --rate_limit=<seconds> --timeout=<seconds> -x ignore:mesg='Authentication failed.' patator Operations
Patator Command: Display Help For Module
patator <module_name> --help patator Operations
Patator Command: List Available Modules
patator --help Suggest a Patator Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Patator workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.