Login    Forum    Register    Search    FAQ

Board index » HELP AND ADVICE » G33K'S CORNER




Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Router Packet Sniffing
 Post Posted: Sat Oct 27, 2007 1:44 pm 
Offline
Bow down to the master
User avatar

Joined: Thu Sep 08, 2005 5:52 pm
Posts: 1502
Location: Perth, UK
Basicly as the name of the thread says, is it possible to pick up all packets going through a router from a computer connected via ethernet?

_________________
Just ownage.


Top 
 Profile  
 
 Post subject:
 Post Posted: Sat Oct 27, 2007 2:36 pm 
Offline
I'm ghey 4 teh Hoff!
User avatar

Joined: Wed Sep 21, 2005 5:18 pm
Posts: 4142
There are programs out there that do this, and some are free i think.


Top 
 Profile  
 
 Post subject:
 Post Posted: Sat Oct 27, 2007 2:57 pm 
Offline
In youz forumz bein youz Pepsiz
User avatar

Joined: Wed May 23, 2007 5:52 pm
Posts: 1804
Location: Poland
Ether real

from uni of milan

_________________
Image

Diablo-X =GCHQ= wrote:
you need to improve your jokes, making them funny is crucial,


Top 
 Profile  
 
 Post subject:
 Post Posted: Sat Oct 27, 2007 3:00 pm 
Offline
Saints ftw!!
User avatar

Joined: Fri Apr 23, 2004 6:22 pm
Posts: 7877
Location: /dev/null
ethereal will do it fine - you may not see all traffic depending on the switching that the router will be doing as well.

_________________
Insert unfunny comment here ->


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Oct 28, 2007 2:55 pm 
Offline
Bow down to the master
User avatar

Joined: Thu Sep 08, 2005 5:52 pm
Posts: 1502
Location: Perth, UK
Oh yeah i have pleanty of programs that can do that sort of stuff, just wondered if it was possible to pick up packets from another computer, since its not done via wireless it'll be harder to pick up packets coming from that computer?

_________________
Just ownage.


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Oct 28, 2007 7:11 pm 
Offline
Forever Alone
User avatar

Joined: Tue Aug 22, 2006 6:21 pm
Posts: 1804
Location: Raiding the cupboard
Stealth wrote:
Oh yeah i have pleanty of programs that can do that sort of stuff, just wondered if it was possible to pick up packets from another computer, since its not done via wireless it'll be harder to pick up packets coming from that computer?


worried the parents are gonna catch yeh watching pron?? :twisted: :lol:

_________________
Image

Image
Image


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Oct 28, 2007 7:19 pm 
Offline
Bow down to the master
User avatar

Joined: Thu Sep 08, 2005 5:52 pm
Posts: 1502
Location: Perth, UK
:lol: :lol:

Err...:P

Nah just general interest, got an "Ethical Hacking" cd and was just looking through some of the stuff.

_________________
Just ownage.


Top 
 Profile  
 
 Post subject:
 Post Posted: Sun Oct 28, 2007 7:26 pm 
Offline
PFY wannabe
User avatar

Joined: Sun Jan 02, 2005 11:51 pm
Posts: 3295
Location: South, but not far south enough :/
I would say the only way to do this is to compromise the router and monitor it from there.

_________________
Image

"I wish my lawn was emo, so it would cut itself...."


Top 
 Profile  
 
 Post subject:
 Post Posted: Wed Oct 31, 2007 1:42 am 
Offline
BUMHOLE ENGINEER
User avatar

Joined: Wed Oct 26, 2005 10:06 pm
Posts: 4701
Location: EvE: 0.0
The one way that I know is as people have already mentioned which is Sniffers.
It's also a question of just how much information your looking for,
Sniffer would be if you wanted to capture what the packets are/precise information from it.

But then if your just looking to see if packets are being lost anywhere then it's just a case of logging onto the router.

_________________
Image
[SNIGG] Sniggerdly | Ask me about how awesome I am at EvE |


Top 
 Profile  
 
 Post subject:
 Post Posted: Wed Oct 31, 2007 1:50 am 
Sniff my packet








sorry, :arrow:


Top 
  
 
 Post subject: sniffers
 Post Posted: Wed Oct 31, 2007 2:55 am 
Offline
that was a stupid comment btw
User avatar

Joined: Wed Mar 03, 2004 12:40 pm
Posts: 109344
Location: manchester
get into *nix - crappy windows progames are not what your looking for
snort / prelude are the norm - if you want to get into it learn to program pcap stuff
i did this about 6 years ago to fine codered on campus, also was accross q1 trunks so the same machine apeared all over campus :)

_________________
Image
Image


Top 
 Profile  
 
 Post subject: Re: sniffers
 Post Posted: Wed Oct 31, 2007 12:32 pm 
Offline
Bow down to the master
User avatar

Joined: Thu Sep 08, 2005 5:52 pm
Posts: 1502
Location: Perth, UK
happyslappy wrote:
get into *nix - crappy windows progames are not what your looking for
snort / prelude are the norm - if you want to get into it learn to program pcap stuff
i did this about 6 years ago to fine codered on campus, also was accross q1 trunks so the same machine apeared all over campus :)


I'll be doing this on Linux anyway, i'll have a look into into that thanks slaps. There is a program available though called winpcap, does that do the same thing? My adaptor doesnt have the right chipset to be able to do this so im going to have too buy one. Know where i can get a cheap/decent one?

Exto wrote:
The one way that I know is as people have already mentioned which is Sniffers.
It's also a question of just how much information your looking for,
Sniffer would be if you wanted to capture what the packets are/precise information from it.

But then if your just looking to see if packets are being lost anywhere then it's just a case of logging onto the router.


Aye its just really looking for other people's packets, im gonna crack my wep key really then try other stuff, nothing illegal though :roll:

_________________
Just ownage.


Top 
 Profile  
 
 Post subject:
 Post Posted: Wed Oct 31, 2007 1:39 pm 
Offline
PFY wannabe
User avatar

Joined: Sun Jan 02, 2005 11:51 pm
Posts: 3295
Location: South, but not far south enough :/
An adsl router (with inbuilt switch) inspects all the incoming packets (or return packets) and sends the responses only to the intended recipient. Therefore the only traffic outside your own packets will be broadcast packets which arent alot of good to anyone? So therefore the only way is to a) compromise the router and grab the packetdump from there, or b) compromise the PC and use yourself as some kind of logging machine.

Correct me if I'm wrong here :)

BTW what model of router is it?

What you could do is plug the router into a hub, then the destination pc and your pc into the hub via eithernet which would allow monitoring to take place as all the packets would be broadcasted...

_________________
Image

"I wish my lawn was emo, so it would cut itself...."


Top 
 Profile  
 
 Post subject:
 Post Posted: Wed Oct 31, 2007 3:11 pm 
Offline
Bow down to the master
User avatar

Joined: Thu Sep 08, 2005 5:52 pm
Posts: 1502
Location: Perth, UK
Right its a crappy orange box :evil: its really quite terrible for doing things i want, was using a draytek 2800 at home and was brilliant but i wasnt allowed to take it with me down here.

I'm guessing compromising the router and monitoring things from there would be the best option as you said, but its got no monitoring software at all which in my opinion is absolutly crap :evil: orange have dummed it down so much it even says "Do not change these values unless orange ask you too" in the admin panel.

_________________
Just ownage.


Top 
 Profile  
 
 Post subject:
 Post Posted: Wed Oct 31, 2007 3:55 pm 
Offline
PFY wannabe
User avatar

Joined: Sun Jan 02, 2005 11:51 pm
Posts: 3295
Location: South, but not far south enough :/
Any model number on the serial number label atall? ISP's normally dont manufacture their own routers but simply re-badge someone elses.

_________________
Image

"I wish my lawn was emo, so it would cut itself...."


Top 
 Profile  
 
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next

Board index » HELP AND ADVICE » G33K'S CORNER


Who is online

Users browsing this forum: No registered users and 39 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
  • Shoutbox
  • Shout Message


test
cron