Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 72 guests online
 
Advertisement

You are here: Home arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow Hack router Password
EH-Net
May 23, 2013, 11:36:25 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: 1 [2]   Go Down
  Print  
Author Topic: Hack router Password  (Read 175283 times)
0 Members and 2 Guests are viewing this topic.
LSOChris
Guest
« Reply #15 on: March 29, 2008, 08:53:41 AM »

thats because "mypass" is an example password.  if you want to test medusa out you need to pass it YOUR password.
« Last Edit: March 29, 2008, 08:55:53 AM by ChrisG » Logged
LSOChris
Guest
« Reply #16 on: March 29, 2008, 10:33:17 PM »

try using medusa, its working for me, hydra is not (least on my router at the house)

cg@segfault:~$ medusa -h 192.168.0.1 -p test -u admin -M http
Medusa v1.4 [http://www.foofus.net] (C) JoMo-Kun / Foofus Networks <jmk@foofus.net>

ACCOUNT CHECK: [http] Host: 192.168.0.1 (1/1) User: admin (1/1) Password: test (1/1)
cg@segfault:~$ medusa -h 192.168.0.1 -p realpass -u admin -M http
Medusa v1.4 [http://www.foofus.net] (C) JoMo-Kun / Foofus Networks <jmk@foofus.net>

ACCOUNT CHECK: [http] Host: 192.168.0.1 (1/1) User: admin (1/1) Password: realpass (1/1)
ACCOUNT FOUND: [http] Host: 192.168.0.1 User: admin Password: realpass [SUCCESS]
Logged
Kraxor
Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #17 on: April 07, 2008, 12:01:09 PM »

What's your router MODEL?
Logged
LSOChris
Guest
« Reply #18 on: April 08, 2008, 05:19:13 PM »

some POS dlink
Logged
nha_ngheo
Newbie
*
Offline Offline

Posts: 1



View Profile
« Reply #19 on: April 16, 2008, 05:22:28 AM »

I use hydra on windows and I have the following message:

C:\hydra>hydra -l admin -p mypass 192.168.45.252 http-get http://192.168.45.252
Hydra v5.4 (c) 2006 by van Hauser / THC - use allowed only for legal purposes.
Hydra (http://www.thc.org) starting at 2008-04-16 17:18:30
[DATA] 1 tasks, 1 servers, 1 login tries (l:1/p:1), ~1 tries per task
[DATA] attacking service http-get on port 80
[STATUS] attack finished for 192.168.45.252 (waiting for childs to finish)
Hydra (http://www.thc.org) finished at 2008-04-16 17:18:31


C:\hydra>hydra -l admin -p mypass 192.168.45.252 http-get http://192.168.45.252
Hydra v5.4 (c) 2006 by van Hauser / THC - use allowed only for legal purposes.
Hydra (http://www.thc.org) starting at 2008-04-16 17:18:30
[DATA] 1 tasks, 1 servers, 1 login tries (l:1/p:1), ~1 tries per task
[DATA] attacking service http-get on port 80
[STATUS] attack finished for 192.168.45.252 (waiting for childs to finish)
Hydra (http://www.thc.org) finished at 2008-04-16 17:18:31

I don't understand,no pass I have???
Logged
Deserted
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #20 on: June 11, 2008, 02:09:21 PM »

Hello,

     Sorry for posting on such an old post but, I have a similar issue.
I downloaded, "-=Xploitz=- Master Password Collection," which is about 3.55 GB (uncompressed). It's a massive library of "dictionaries" of all kinds.

It also included "useful tools," such as a Dictionary Maker from 1995 (which I use now). I created a massive dictionary (of every possible character combination 1-10 characters long); Now I have no idea if I am doing the command correct or not.

Here's a quick run-over of my "specs":
Router -- LinkSys BEFSR81
Operating System -- Windows XP: Service Pack 2
Internet Explorer version -- 6.0
Cipher Strength 128-bit (from the "about")

To log into the router you go to 192.168.1.1 (to be 100% clear);
I have HYDRA Win32 5.4, I'm comfortable with using consoles, I grew up on DOS.

The command(s) for HYDRA I use are:
hydra -l admin -P words.txt -e ns -f -o OUTPUT.txt -vV 192.168.1.1 http-get /

Is there anything wrong in there? Or something I should change? Also, is there something I could safely (and legally) test HYDRA on to make sure I'm doing this correctly (like TeamSpeak, X-Fire, MySpace)?
Logged
Xanthar
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #21 on: July 28, 2011, 02:25:44 PM »

can u mail me a link to your dictionaries??? plz
Logged
hell_razor
Jr. Member
**
Offline Offline

Posts: 90


View Profile
« Reply #22 on: July 28, 2011, 03:06:09 PM »

Brought back from the dead... Roll Eyes  A 1 post wonder from 3 years ago will probably not respond.  Google password dictionaries....rockyou, thelist, etc..
Logged

A+, Network+, Server+, CISSP, GSEC, GCIH, GPEN, GCIA, GISP, GCFW
tturner
Sr. Member
****
Offline Offline

Posts: 432


View Profile WWW
« Reply #23 on: July 28, 2011, 03:36:05 PM »

Check out http://www.skullsecurity.org/wiki/index.php/Passwords

The rockyou list especially has worked really well for me.
Logged

Certifications:
CISSP, CISA, GPEN, GWAPT, GAWN, GCIA, GCIH, GSEC, OPSE, CSWAE, CSTP, VCP

WIP: OSWP, GSSP-JAVA, GXPN

Udacity on hold, again. I suck.

http://sentinel24.com/blog  @tonylturner http://bsidesorlando.org
jaikaps
Guest
« Reply #24 on: November 08, 2011, 10:13:15 AM »

hi everyone
i have many ADSL router ip that change their default password
I cant use bruteforce sotware plz help me in  simple way how use this software on windows Xp to get routers passwords.
like this static router ip: http://46.164.123.198/
skapinta_1boy@yahoo.com
Logged
tturner
Sr. Member
****
Offline Offline

Posts: 432


View Profile WWW
« Reply #25 on: November 08, 2011, 10:19:28 AM »

http://routerpwn.com/

Check it out. Good stuff!
Logged

Certifications:
CISSP, CISA, GPEN, GWAPT, GAWN, GCIA, GCIH, GSEC, OPSE, CSWAE, CSTP, VCP

WIP: OSWP, GSSP-JAVA, GXPN

Udacity on hold, again. I suck.

http://sentinel24.com/blog  @tonylturner http://bsidesorlando.org
chrisj
Hero Member
*****
Offline Offline

Posts: 1163


View Profile WWW
« Reply #26 on: November 08, 2011, 11:56:19 AM »

hi everyone
i have many ADSL router ip that change their default password
I cant use bruteforce sotware plz help me in  simple way how use this software on windows Xp to get routers passwords.
like this static router ip: http://46.164.123.198/
skapinta_1boy@yahoo.com


I'm sorry but it sounds to me, from your post, that you came across a list of devices which are internet accessible, and are trying to break into them. Is that correct?
Logged

OSWP, Sec+
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.07 seconds with 23 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.