Hacker News
- Circumventing Deep Packet Inspection with Socat and Rot13 https://gist.github.com/gmurdocca/88857b58dc4668d88b0d0fae6ebf8b64 38 comments
- Show HN: A pure bash web server. No netcat, socat, etc. https://github.com/dzove855/Bash-web-server 97 comments
- Socat – A utility for data transfer between two addresses (2018) https://copyconstruct.medium.com/socat-29453e9fc8a6 65 comments
- Exploiting the Diffie-Hellman bug in socat https://vnhacker.blogspot.com/2016/02/exploiting-diffie-hellman-bug-in-socat.html 5 comments
- Socat: “the hard coded 1024 bit DH p parameter was not prime” http://www.openwall.com/lists/oss-security/2016/02/01/4 191 comments
- Examples for using socat http://stuff.mit.edu/afs/sipb/machine/penguin-lust/src/socat-1.7.1.2/EXAMPLES 4 comments
Lobsters
- Socat-Shell Upgrade Reverse Shells with Ease https://github.com/cornerpirate/socat-shell 6 comments netsec
- Circumventing Deep Packet Inspection with Socat and rot13 https://gist.github.com/gmurdocca/88857b58dc4668d88b0d0fae6ebf8b64 7 comments netsec
- A bash web server, no socat, netcat, etc.. Juste loadable builtins https://github.com/dzove855/Bash-web-server 10 comments bash
- A purely bash web server, no socat, netcat, etc... https://github.com/dzove855/Bash-web-server 3 comments commandline
- Creating a remote "troubleshooting" shell with 'socat' and 'tmux' https://tqdev.com/2017-helping-friends-on-the-linux-command-line 7 comments linux
- Popular SOCAT network utility vulnerability stirs suspicion of intentional backdoor http://arstechnica.com/security/2016/02/crypto-flaw-was-so-glaring-it-may-be-intentional-eavesdropping-backdoor/ 7 comments linux
- Tunnelling SSH over SCTP with Socat. http://0x27.me/2015/07/27/ssh-over-sctp.html 8 comments linux
- SSH over SSL: replacing proxytunnel with socat http://chm.duquesne.free.fr/blog/?p=209 8 comments netsec
- If you don't know about 'socat' you should. Example: connect TCP service to local serial port: socat tcp4-listen:3333 /dev/ttyS0,raw,echo=0,crnl http://www.dest-unreach.org/socat/ 21 comments linux