wget -O main.py https://raw.githubusercontent.com/OusmBlueNinja/Hydra-Helper/main/hydra-helper.py
python3 main.py -h
EXAMPLE:
python main.py -v -ip (INSERT TARGET IP) -port (INSERT TARGET PORT) -passlist (List of passwords to try) -username (Username for ssh host)
Arguments:
-v - Verbose
-h - Displayes this message
-t - Set amout of threads to run
-ip - Set victum ip
-port - Set victum port
-passlist - Set a password list to use
-username - Set a username list to use
Made By