http://qs321.pair.com?node_id=1162470


in reply to Is there a way to crack .CAP file in Perl?

What do you mean by "crack"?

How did Net::Pcap fail to work for you?

How did you obtain the .cap file? What program was used and what format is the file in?

Replies are listed 'Best First'.
Re^2: Is there a way to crack .CAP file in Perl?
by Muskovitz (Scribe) on May 08, 2016 at 07:18 UTC
    I use airodump-ng to obtain the .cap file, I was trying to know if it is possible to analyze the .cap file if there's an wpa handshake using perl and if it is possible to decrypt the .cap file. Thanks for reply

      A cursory Google search for airodump-ng capture file format shows this tutorial, where Wireshark is used to display and analyze a capture file. This means that libpcap can read the capture files. So maybe now it's time to revisit your failed attempts with Net::PCap and try again?