Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: extracting passwords from ethereal dump |
|---|---|
| Date: | Wed, 22 Jun 2005 09:52:41 +0200 |
Hello,
just a quick hint:
you can always tcpreplay -i lo capture.log and dsniff -i lo
Using the loopback is faster and less risky than through VMWare or
replaying the traffic on a real hub.
Take care,
Luca
On Tue, 2005-06-21 at 16:32 +0200, Nicolas Gregoire wrote:
Le lundi 20 juin 2005 à 19:14 +0300, Mohamed Abdel Kader a écrit :I was on a assessment and decided to get some of the traffic moving along the network. i got it using ethereal. now i want a program (other than ettercap) that can take this dump and extract the passwords.Hey, I just had a quasi identical situation last week. I captured 2 Gb of trafic while arp-spoofing some hosts (during an internal pentest) and I had to extract as much information as possible from my pcap files. In my opinion, searching strings like "passwd" or "password" in the pcap files (or the output of "tethereal -V") is just non productive. You will not catch Unicoded text, neither X11 MIT-Cookies or SMB shared files containing clear text passwords. So, I've replay several times the pcap files on a private/virtual VMWare LAN (using tcpreplay at speed x 3), while running differents tools to extract data : dnsiff ("clear text" passwords), Cain & Abel (LM and NTLM hashes), smbspy (juicy Word and Excel files ;-), ... This solution is really efficient (replaying 2 hours of trafic in less than 20 minutes) and allows the pentester to use numerous softwares running on different OS (here Linux and Windows) and not supporting natively the import of pcap files. Regards,
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Pen-testing AS400 DB2 LANSA, Eoin Keary |
|---|---|
| Next by Date: | Re: how to exploit SQL INJECTION?, Christian Martorella |
| Previous by Thread: | Re: extracting passwords from ethereal dump, Tim E |
| Next by Thread: | Re: extracting passwords from ethereal dump, sfml |
| Indexes: | [Date] [Thread] [Top] [All Lists] |