I tried to extract the encrypted application data using the perl Netpacket module.I am able to see the ports but couldn't see the encrypted data.Any Modules are there to see the encrypted app data or any unpack function is required to read that? asked 22 May '13, 23:54 Kalai edited 23 May '13, 06:25 grahamb ♦ |
One Answer:
well, that depends on your code. If you post the code somewhere I'm willing to check it. Regards answered 23 May '13, 01:50 Kurt Knochner ♦ |
0
The code snippet is,
Its printing ports properly..but some junk values for data.any unpack function need to use to decode the ssl encrypted app data?
code looks O.K. (generally).
that’s the binary data of the payload.
What did you expect to get?
BTW: Just a reminder. You cannot decrypt the data with NetPacket.
Yes it wont decrypt.I just want to see the encrypted application data in hex like wireshark shows.can it be possible?
Yes I am able to see when I convert binary data into hex value..Thanks for the input…
yes, that’s the way to do it.