EvilZone

Hacking and Security => Hacking and Security => Topic started by: @rjun on November 24, 2014, 05:27:07 AM

Title: Router Hack
Post by: @rjun on November 24, 2014, 05:27:07 AM
Is there anyway i could run a keylogger from a router to get logs of the activities of computers connected to internet via it?
Or i only have one way to run attacks like FakeAp,HoneyPot,(then use sslstrip)?
Title: Re: Router Hack
Post by: hppd on November 24, 2014, 11:56:42 AM
What router? What firmware (some let you run tcpdump)? Do you have physical acces?
Title: Re: Router Hack
Post by: proxx on November 24, 2014, 12:27:38 PM
Is there anyway i could run a keylogger from a router to get logs of the activities of computers connected to internet via it?
Or i only have one way to run attacks like FakeAp,HoneyPot,(then use sslstrip)?
You cannot run keyloggers on routers lol , there is no keyboard now is there, lol.
As hppd suggested a packetdump might be possible.
Learn the basics kid.
Title: Re: Router Hack
Post by: @rjun on November 24, 2014, 02:46:08 PM
what i mean is, the traffic goes through router like credentials,etc so is there anyway to filter data and keep those credentials under log files, some script??

By keylogger i mean some script, sorry for the mistake.. ;)
Title: Re: Router Hack
Post by: Comm4nd0 on November 24, 2014, 06:45:47 PM
just found this...

https://ask.wireshark.org/questions/1213/how-to-catch-everything-that-goes-through-my-wifi-router

Might be worth a try.
Title: Re: Router Hack
Post by: DearKiller on November 30, 2014, 01:12:54 AM
just found this...

https://ask.wireshark.org/questions/1213/how-to-catch-everything-that-goes-through-my-wifi-router

Might be worth a try.

LoL those days all web sites are https that means they encrypt the information before they send it to internet.   Example if your password is 123456 they use a fucking algorithm that transforms it into */&$#^#$ stuff like that
Title: Re: Router Hack
Post by: Shad0w on December 13, 2014, 03:15:27 PM
What about dsniff.?

You could arpspoof the entire network and use sslstrip ...
It could make Internet access slow..

I don't know if this will work, Just a suggestion..!!
Title: Re: Router Hack
Post by: Stackprotector on December 13, 2014, 08:07:04 PM
Try flashing openwrt, then you can sniff everything :)
Title: Re: Router Hack
Post by: BlackHack00 on December 14, 2014, 08:35:43 AM
You have to do the classic Man in the middle attack (more precise, ARP spoofing) Obviously, first of all you have to bypass ssl protocol (using sslstrip, for example). I give you the right way, than go on with your legs :)
Title: Re: Router Hack
Post by: WillHackForPizza on December 17, 2014, 11:26:57 AM
DNS redirect to an exploit kit that downloads a keylogger when they go to google?


I'm assuming you have the ability to change the settings on the router?


Peace
Title: Re: Router Hack
Post by: elixxir on December 19, 2014, 04:47:28 AM
sslstrip is on its way out as an effective tool. Sites like facebook, google, amazon, etc don't let you use the site unless you're using https.
Title: Re: Router Hack
Post by: madf0x on December 19, 2014, 05:25:13 AM
sslstrip is on its way out as an effective tool. Sites like facebook, google, amazon, etc don't let you use the site unless you're using https.

and unless they are forcing HSTS with a looong timeout length AND the browser receives the header before being mitm, forcing https is useless. The attack will just make the ssl connection for you then hand you the plaintext.
Title: Re: Router Hack
Post by: proxx on December 19, 2014, 07:02:47 AM
sslstrip is on its way out as an effective tool. Sites like facebook, google, amazon, etc don't let you use the site unless you're using https.
Its been 'dead' for a long time.