v8.1 release

This commit is contained in:
van Hauser 2014-12-08 08:49:34 +01:00
commit 6a15e01a1e
3 changed files with 10 additions and 6 deletions

View file

@ -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 ; }