patator
Verified for current stable LTS
Patator Command: List Available Modules
Use for list available modules with Patator. Exact CLI syntax to list available modules using Patator.
When to use this: Use for list available modules with Patator.
Command Syntax
patator --help patator --help Command Breakdown
--help- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list available modules using Patator.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related 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 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 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 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 Command: Display Help For Module patator <module_name> --help