Slashdot Log In
A Network Sniffer On Steroids
Posted by
kdawson
on Tue Mar 06, 2007 02:40 PM
from the data-seepage dept.
from the data-seepage dept.
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."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
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.
Parent
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.
Parent
OT: Linux compatible, and tasty, too? (Score:5, Funny)
Proxim 8482-FC ORiNOCO Wireless 11a/b/g PCI Card, $82.27Do you think they're RoHS-compliant, too?
Parent
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
Either you're lucky, or I angered God. (Score:2, Informative)
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.
Parent
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
Parent
Re: (Score:2, Interesting)
Just like you could use Wireshark to sniff for passwords (or, hell, even tcpdump + ngrep), but it's a
Re:Wireshark? (Score:5, Funny)
Parent
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:2)
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)
This one is feature poor and buggy.
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
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.
Parent
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]
Parent
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:2)
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.
Parent
Re: (Score:3, Interesting)
"Sniffing the glue that holds the Internet together."
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.
Parent
Brilliant (Score:2, Insightful)
Boy, if I had a tool that could do that, I'd certainly astroturf it on Slashdot.
It's worse than that (Score:3, Funny)
According to this banner ad I saw on another site, my IP address is visible!
Re: (Score:2)
Darn (Score:5, Funny)
Can I operate it in reverse or something?
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)
Parent
Re: (Score:3, Funny)
Re:Dude... (Score:4, Funny)
Yeah, I hear they have pills you can take for that.
Parent
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.
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?