Simple enough, it didn't take me long to put things together
Client:
# openssl enc -aes128 -nosalt -pass pass:mypass -in file.txt| nc -q 1 10.0.0.1 80
Server:
# nc -lvp 80 | openssl enc -aes128 -d -nosalt -pass pass:mypass -out file.txt
Notes on my research from topics involving Linux, Network Security, Pentesting, Network/Computer Forensics and more. My intention is to use the knowledge for good and to raise awareness with regards to cyber security threats and other vulnerabilities. Therefore, as I learn, you can learn too.
You might wanna check out cryptcat:
ReplyDeletehttp://cryptcat.sourceforge.net/
BAH ignore me, I only read the title..... :(
ReplyDeletelol no worries. Thanks for the comment anyways.
ReplyDelete