Skip to content

Commit

Permalink
Added thc-hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 23, 2024
1 parent a2acd51 commit 1c37c1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools_settings/hydra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Hydra",
"tool_description": "Password cracking tool for network services.",
"args_description": [
"**Basic Usage:**\n`hydra [options] PROTOCOL://TARGET:PORT/MODULE-OPTIONS`\nExample:\n`hydra -l admin -p password ftp://192.168.1.100/`",
"**Advanced Usage:**\n`hydra [options] -s PORT TARGET PROTOCOL [MODULE-OPTIONS]`\nExample:\n`hydra -l admin -P passwords.txt -s 22 192.168.0.0/24 ssh`",
"**Options:**\n- `-l LOGIN` Specify a single login to use.\n- `-L LOGIN_FILE` Specify a file containing a list of logins.\n- `-p PASSWORD` Specify a single password to use.\n- `-P PASSWORD_FILE` Specify a file containing a list of passwords.\n- `-C ACCOUNT_FILE` Specify a file containing login and password pairs separated by a colon.\n- `-x MIN:MAX:CHARSET` Brute force passwords within the specified length and character set.\n- `-e [s|n|r]` Try passwords based on the login (e.g., \"-e sn\" tries the login as password and an empty password).\n- `-S` Use SSL/TLS.\n- `-6` Use IPv6.\n- `-M TARGETS_FILE` Specify a file containing a list of targets.\n- `-s PORT` Specify the port to use.\n- `-v` Enable verbose output.",
"**Proxy Usage:**\n- `HYDRA_PROXY_HTTP` Set the HTTP proxy for HTTP services.\n- `HYDRA_PROXY` Set the proxy for all other services.",
]
}

0 comments on commit 1c37c1b

Please sign in to comment.