
Originally Posted by
inrikey
nice post thx

Originally Posted by
SaD Hack3r
thanks i will try


Originally Posted by
wahran3100
thank you for the post .. nice

Originally Posted by
Crypto7
thnks man great job ^^

Thanks for the thanks! Glad to hear feedback on it. 

Originally Posted by
kataibrengsek
i wonder to know how this script run?
i cannot find where should i put the IP or Hostname, pls tell me how to do it.
tks
There isn't a script for this?! This is a general breakdown:
Code:
hydra -l [username] -P [/path/to/wordlist] -e ns -t 15 -f -s -vV [hostname/ip] http-get [folder]

Originally Posted by
juampix
Ive just tested the link - its working for me
Otherwise you can pick up some wordlists on the forum.

Originally Posted by
beastlybribo
To log onto my router all you need is the password. When i type in
hydra -p /root/wpa/darkc0de.lst -e ns -t 15 -f -s -vV 192.168.2.1 http-get /
I get:
Error: I need at least the -l -L or -C option to know the login
But my router doesent have a login only a password!!
Please help

What happens if you set anything as the username? E.g. -l "thiscouldbeanything".
As its your router you can do a test by creating a small wordlist, with the correct password in the middle. Then try adding "-l "thiscouldbeanything"", and see if that works.