A Network Sniffer On Steroids 129
QuantumCrypto writes "Errata has developed a new network sniffer, dubbed 'Ferret,' that looks for traffic using 25 protocols, including those for the popular instant message clients as well as DHCP, SNMP, DNS and HTTP. This means the sniffer will capture requests for network addresses, network management tools, Web sites queries, Web traffic and more. 'You don't realize how much you're making public, so I wrote a tool that tells you,' said Robert Graham, Errata's chief executive. Errata has released the source code to this version 1.0, 'feature-poor and buggy' tool on its site. Anyone with a wireless card will be able to run it, Graham said."
Broadcom cards? (Score:3, Interesting)
I'm curious if ferret can sniff without the added hassle...
Re: (Score:2)
Re:Broadcom cards? (Score:5, Insightful)
The problem is that you could toss out your crappy, but admittedly working, Broadcom-based card, and inadvertently pick up a Marvell one instead, or one of the newer ones that have some sort of proprietary binary blob firmware that gets loaded by the driver, and will probably never, ever have legitimate Linux drivers.
If you have a wireless card that actually works on Linux, here's a piece of advice: get on your knees and thank the diety of your choice for smiling on you, and not leading you astray into the Purgatory of identical-model-number-but-different-chipsets, or the Hell of alpha-quality drivers. And then, don't mess with anything.
And if you got AES working, sacrifice a goat.
Re:Broadcom cards? (Score:5, Insightful)
Just check what card it is before you buy, and don't buy any that don't have Open Source, native Linux support. It's what I do. Cisco, Orinoco, the new Intel IPW drivers.
If you buy something that doesn't work, don't cry when it doesn't work.
OT: Linux compatible, and tasty, too? (Score:5, Funny)
Proxim 8482-FC ORiNOCO Wireless 11a/b/g PCI Card, $82.27 Do you think they're RoHS-compliant, too?
Orinoco? (Score:2)
Orinoco? My dear fellow, I'll give you Orinoco [wikipedia.org]
Now don't get me started on marmalade sandwiches...
Re: (Score:1)
The Widget of Sticky
Re: (Score:2)
Re: (Score:2)
Re: Broadcom cards? (Score:2)
Re: (Score:2)
Re: (Score:1)
Just check what card it is before you buy, and don't buy any that don't have Open Source, native Linux support. It's what I do. Cisco, Orinoco, the new Intel IPW drivers. If you buy something that doesn't work, don't cry when it doesn't work.
This could not really be made any harder by the companies manufacturing the cards. Sure if you buy something from Orinoco or Cisco you are on safe waters, but other then that you are on weak ice. Manufacturers (most of them) change the cards chipset for every revision, and there is no way to know what you are getting (even looking at the box or physical card might not make it any easier).
Re: (Score:2)
Re: (Score:2)
If you have a wireless card that actually works on Linux, here's a piece of advice: get on your knees and thank the diety of your choice for smiling on you, and not leading you astray into the Purgatory of identical-model-number-but-different-chipsets, or the Hell of alpha-quality drivers. And then, don't mess with anything.
Funny, this hasn't been my experience. I've booted the latest Knoppix live CD on many random PC's and even a Mac Mini and it's never had any trouble using whatever wireless was in th
Re: (Score:1)
Either you're lucky, or I angered God. (Score:2, Informative)
Re: (Score:1)
And if you got AES working, sacrifice a goat.
Not to brag or anything, but I got one working fairly easily, with AES and as an access point, no less:
-D-Link WDA-1320 (I imagine th
Good Linux WIFI Cards (Score:4, Informative)
* Atheros-based cards. Strangely, I don't hear these mentioned very often, but they have excellent support, complete with monitor mode, creating multiple interfaces from one card, etc. Oh and airpwn supports it
* Intel Pro Wireless (2100 / 2200 / 2950) - Works well, has monitor mode, wep in hardware, drivers actually developed by intel - http://ipw2200.sf.net and in the kernel at this point
* Orinoco / Hermes / Lucent cards - in the kernel
* Cards based on the Prism chipset based (http://prism54.org) BE WARNED though, some of the newer ones require "softmac" firmware which is currently not working all that well
I have used a card from all of these manufacturers and if I were getting a new laptop, I would probably go with Atheros and if not that, then Intel.
Re: (Score:2)
That's what is in my MacBook, and apparently Apple uses the same driver as the other beasties. So, maybe they aren't mentioned very often, but there are a lot of them being used outside the Windows realm.
Re: (Score:2)
Ended up with a Toshiba laptop [baheyeldin.com] that has Intel PRO/Wireless 3945ABG. Works well. Pity, because I like AMD's CPUs.
Re: (Score:2)
This was going to be a major problem with the attempt to block kernel tainting in 20
Wireshark? (Score:5, Interesting)
Re: (Score:2)
I'm personally in favour of easier to use software (ie. something with a Make file or a
Re: (Score:3, Informative)
Re:Wireshark? (Score:5, Informative)
1) It can respond to various requests like DHCP requests (so it's like a lightweight collection of servers?)
2) It has a port scanner to show running services (like nmap)
3) It has kismet/netscambler functionality to break into wireless access points
4) They go on and on about it not looking at data leakage but intential data like startup programs querying servers, etc -- After 6-7 pages of explaining this I still don't see the difference...
At the end of the day, this looks like wireshark+nmap+kismet tied together made for the intent of tracking desired actions like buying new hardware in a firm
So looks like move along, nothing to see her to me but I get the steroid bit now
Re: (Score:2, Interesting)
Just like you could use Wireshark to sniff for passwords (or, hell, even tcpdump + ngrep), but it's a
Re: (Score:2)
Wireshark supports all protocols listed by Ferret and more, there are plugins for password sniffing but dsniff or cain are just a lot lighter and more efficient when analyzing large amounts of live data like at an ISP. I had to analyze around 400GB o
Re: (Score:2)
Re:Wireshark? (Score:5, Funny)
Re: (Score:2, Interesting)
Reading. It's what's for knowledge.
Oh, and Wireshark was Ethereal. They had to change the name due to trademark concerns.
Re: (Score:1)
From the Ethereal feature page: 759 protocols can currently be dissected
From the Wireshark web site: Hundreds of protocols are supported, with more being added all the time
Re: (Score:2, Informative)
Wire Shark [wireshark.org] Hundreds of protocols are supported, with more being added all the time.
Wireshark's most powerful feature is its vast array of display filters (over 51000 as of version 0.99.5).
Something isn't adding up for Errata having more.
Normally people complain that Wireshark looks at too many protocols and presents a network vulnerability.
Re: (Score:2)
Re: (Score:2)
This one is feature poor and buggy.
Re: (Score:1)
Dunno but i managed to write something better than this when i was 16.
Its really sad to see crap stuff make it.
Re: (Score:2)
But apart from 802.11, wireshark seems to capture WAY more than this one. So the only real question is does it do a better job or does it do it a better way? Because if it is "better" (in whatever way) then adding protocols is just a dissection task.
I suspect that it's not that hot really.
Re: (Score:2, Informative)
Furthermore, it's not even limited to "regular" data packets (IP or ARP packets encapsulated into 802.11 ) . You can see things like 802.11 association/authentication/probes packets (it's funny how some people believe that preventing the AP from announcing its network name
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
what you're saying SOUNDS right - so what's the point of this [cacetech.com] which is always at the top of the wireshark FAQ [wireshark.org]
If wireshark can capture all of the layer 2 traffic then thats cool - and I might go back and try it again. the last time I tried I didn't get anything lower than layer3 and even then I didn't get anything apart from my own stuff (i.e. not promiscuous).
Are you getting something different?
Re: (Score:1)
I'm not sure "promiscuous mode" has a meaning on WiFi network: the (almost) equivalent of this is in the WiFi world is the monitor mode. The monitor mode causes your card to capture all packet on the selected WiFi channel.
Additionnally, when not in monitor mode, your network interface will act as an Ethernet interface (the network card driver wi
Re: (Score:2)
Yeah - I meant monitor not promiscuous. You can see I haven't done a lot with 802.11
thanks for that. Most of the decent network monitoring tools are linux, I should have tried that out first
cheers
Vista may save us.... (Score:2)
I watched a briefing on Vista wireless and compared to XP it's WAY different. The MSFT guy on the stage actually said the words monitor mode and mangle packets! Apparently the XP driver setup for wireless kludged wireless to look like a regular wired NIC. For Vista that's not the case - you can have filter drivers and all sorts of stuff going on with wireless. The SDK for drivers even supposedly comes with SOURCE for a wireless driver supporting Realtek wireles
Anyone remember a Mac one from 99/2000? (Score:4, Interesting)
Basically you could run it, and it would give you an idea of what everyone on the wireless network was browsing, in the clear, at that moment, all sort of jumbled together.
I've always wanted something like that, to use as a demonstration of how insecure most wireless APs (unencrypted ones) are, for nontechnical people, but I've never been able to find it, or any record of it. Sometimes I wonder if I just hallucinated the whole story.
It would be a heck of a demo to just run something like that, particularly if you could target a particular connection, and then tell someone to load a web page, and be able to instantly display some or all of the page, or at least its images, in real time, to prove that you really were listening in on what they were doing. Most packet sniffers don't provide any direct, obvious, graphical output of stuff they sniff, and that's frankly just not dramatic enough to make an impression.
Re:Anyone remember a Mac one from 99/2000? (Score:4, Informative)
(I have no idea if it works with newer hardware/drivers, but I am pretty sure this is what you are talking about.)
On linux:
http://www.ex-parrot.com/~chris/driftnet/ [ex-parrot.com]
Re: (Score:2, Informative)
Well, I remember Driftnet [ex-parrot.com]. Does that count?
I remember horrifying the chief engineer at my last job by running that on the proxy/firewall box. My demonstration might have been more effective had I shown it to the General Manager, but then again I might've gotten myself thrown out the door that much sooner...
Re: (Score:2)
http://www.google.com/search?q=driftnet&sourceid=
Re: (Score:1)
Re: (Score:2)
Re: (Score:1)
Re:Wireshark? (Score:5, Insightful)
Actually, that's a gross exaggeration. Very few Internet users would even be able to figure out how to start a capture in Wireshark. The more timid ones wouldn't even make it to the "No capture interface selected!" error, and most of the rest would be lost when they ran into that.
If Ferret successfully dumbs it down, then it could be quite useful to a lot of Internet users. In that case, I wouldn't say it was a sniffer on steroids though. More like a "for dummies" version.
Re: (Score:3, Interesting)
"Sniffing the glue that holds the Internet together."
Re: (Score:2)
From TFA (Score:3, Interesting)
First of all, they probably are sniffing you whenever it's convenient (like at the airport).
Second of all, people sadly don't seem to care all that much.
This looks like a cool tool, and I share the hope of an earlier poster that it will work with Broadcom cards - since that's what I have.
Re: (Score:2)
They probably already are (Score:3, Interesting)
I have a friend who works at Best Buy/Geek Squad. A guy came in with a government contract and a laptop, needing repairs. He was making small talk and said his job was to wardrive around and break into people's home computers and search them for child porn.
Take it with a grain of salt - the guy was just some dude with a busted laptop walking into a Best Buy. But he did have a government contract, and a lot of wireless sniffer software on his machine.
Re:They probably already are (Score:4, Interesting)
Yeah, right. They don't make salt grains big enough.
Grains, no. (Score:2)
Re: (Score:2)
Where did I say he had a van full of equipment?
He had a laptop computer with basically the same kind of stuff you find on Remote Exploit, just in Win32 versions. And my buddy didn't say he had a virus problem, the machine was physically busted - most likely from a drop. He bought the laptop through Best Buy and they were returning it to the manufacturer for replacement.
And I did say to take the story with a grain of salt - I'm not sure I believe it either.
Although. Wouldn't it be funny if the guys
Re: (Score:2)
Brilliant (Score:2, Insightful)
Boy, if I had a tool that could do that, I'd certainly astroturf it on Slashdot.
Re: (Score:1)
Re: (Score:2)
I suppo
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
I don't have a Windows machine, so the USB dongle won't help, either. Kinda sucks for games where unlockable content exists, but you have to connect to the Wifi to get it.
It's worse than that (Score:3, Funny)
According to this banner ad I saw on another site, my IP address is visible!
Darn (Score:5, Funny)
Can I operate it in reverse or something?
Re: (Score:1)
Re: (Score:1)
my god (Score:5, Funny)
Re: (Score:2)
I spend a lot of time rebuilding bikes out in the garage, or anywhere out of hearing range.
Dude... (Score:5, Funny)
Re: (Score:3, Funny)
Re: (Score:2)
Plus, every time ya want to break out the sillystring, it turns out the aerosol's all leaked out, and it's just a big letdown.
Re:Dude... (Score:4, Funny)
Yeah, I hear they have pills you can take for that.
Re: (Score:2)
Re: (Score:2)
Quite correct; sildenafil causes NO to be released into the corpora cavernosa, triggering the release of GC (guanylate cyclase) which leads to vasodilation. Then you have an increased local bloodflow... and where you go from there is nobody else's business.
I never thought my relatively basic education in anatomy and pharmacology would be used in posts to /. though.
Re: (Score:2)
Re: (Score:2)
I've seen this before (Score:5, Funny)
I've seen this before. It starts off with steroids, but pretty soon the network sniffer moves on to crack cocaine. A short while later, he takes a job as a fluffer in midget porn movies to feed his habit.
Re: (Score:2)
Reinventing 1/16 of a wheel (Score:2, Informative)
Oh Wowsers! DHCP, SNMP, DNS and HTTP! That's so many! It's a shame Ethereal can only look at these [ethereal.com]!
I doubt it. (Score:3, Funny)
Wow! 25 protocols? (Score:5, Funny)
And to think I used to use Wireshark/libpcap which is open source, available on almost every platform, is not buggy, and supports hundreds of protocols. It even has a graphical user interface.
But I think these guys are really on to something...
Evidently "anyone" means.. (Score:2)
Wireshark, anyone? (Score:4, Informative)
Wireshark does NOT do this (Score:3, Informative)
For example, any sniffer can filter and then parse HTTP traffic, but an analyzer like this one tells you relevant bits like someone's web account names.
Re: (Score:2)
Ferret on Vista (Score:2, Informative)
Not on steroids, not for linux. (Score:5, Funny)
This program is not ethereal on steroids. It's more like ethereal and kismet got drunk, had sex, and had a retarded baby, which they named ferret.
EVERYTHING about this article is wrong. (Score:5, Interesting)
Even for slashdot, that's pretty bad, eh?
Re: (Score:2)
Yeah, and if I can read books in two languages, I'm not using the languages, I'm analyzing them, right?
What about encryption? WPA2, etc.? (Score:2)
For the 1337 brethren! (Score:1)
And for that note, they'd better be! It would be even scarrier if said company was actually using powerpoint as an effective means of communication to all their 1337 brethren using windows. Then again, the source is for visual studio... Something about this rubs me the wrong way, anyone
Similar research project also named Ferret (Score:1)
http://www.enre.umd.edu/faculty/cukier.htm [umd.edu]
http://ferret.sourceforge.net/ [sourceforge.net]
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
More then one can be good.
Now, I ahven't used this product, so as far as I know it's crap, but there isn't any logic in saying there is already on available so don't make another better one.