pcap file containing cryptcat conversation
I have a pcap file of a cryptcat conversation and also i have the key, but whatever i try i have no success decrypt the conversation. Can u help me?
I have a pcap file of a cryptcat conversation and also i have the key, but whatever i try i have no success decrypt the conversation. Can u help me?
You'll have to have a look at the cryptcat source code (to be found on SourceForge) to see how they bolted on encryption to the netcat stream. If you want to do it the hard way you're looking at cryptanalysis, which is somewhat out of scope for this Q&A site.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-04-28 06:34:55 +0000
Seen: 501 times
Last updated: Apr 28 '20
What have you tried so far?
Taking the tcp stream (as hexdump) and trying to decrypt it, but it's really the twofish encryption of the msg, it seems like it has another layer of encryption.
Twofish encryption results in a nice string (similar to base 64..)
Thank you very much, I think it'll do