Ticket #470 (closed defect: invalid)

Opened 20 months ago

Last modified 18 months ago

Problem with hacking a cap file

Reported by: anonymous Owned by:
Priority: minor Milestone: 1.0
Component: aircrack-ng Version: 1.0-rc1
Keywords: Cc:

Description

Hello,
Today i made a big cap file with about 400 000 packages, captured from my AP.
The problem is that, aircrack can`t crack it. I got the following message
Killedg packets, please wait...
And then i will be returned into the bash...

My system is Backtrack 2 with updated (latest) aircrack-ng 1.0-rc1

DOMy

Attachments

Change History

Changed 20 months ago by hdm@…

Sounds like its getting out-of-memory killed, try cutting down the number of packets in the capture file. For example, a quick and dirty way:

 $ dd if=mypcap.cap of=snipsnip.cap bs=10M count=1
 $ tcpdump -vnr snipsnip.cap -w cleaner.cap
 $ aircrack-ng cleaner.cap

Changed 18 months ago by misterx

  • status changed from new to closed
  • resolution set to invalid

Add/Change #470 (Problem with hacking a cap file)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.