mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
v8.1 release
This commit is contained in:
parent
92997e80ea
commit
6a15e01a1e
3 changed files with 10 additions and 6 deletions
|
@ -7,7 +7,7 @@ echo "Welcome to the Hydra Wizard"
|
|||
echo
|
||||
read -p "Enter the service to attack (eg: ftp, ssh, http-post-form): " service
|
||||
test -z "$service" && { echo Error: service may not be empty ; exit 1 ; }
|
||||
read -p "Enter the the target to attack (or filename with targets): " target
|
||||
read -p "Enter the target to attack (or filename with targets): " target
|
||||
test -z "$target" && { echo Error: target may not be empty ; exit 1 ; }
|
||||
read -p "Enter a username to test or a filename: " user
|
||||
test -z "$user" && { echo Error: user may not be empty ; exit 1 ; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue