← All Kali Commands
🎯 Post-Exploitation Socat

SSL proxy

Socat command for ssl proxy. Copy the command below and use it in your terminal.

socat — terminal
┌──(kali㉿kali)-[~]
└─$
socat OPENSSL-LISTEN:443,cert=cert.pem,fork TCP:target:80
Tool
Socat
Category
Post-Exploitation
Purpose
SSL proxy

🛡️ Usage Tips

  • Always ensure you have proper authorization before using Socat against any target
  • Replace target with the actual IP address or hostname you are testing
  • Run this command from a Kali Linux terminal or any system with Socat installed
  • Combine with other Socat commands for more comprehensive results
  • Pipe output to a file with > output.txt for later analysis

🎯 Other Post-Exploitation Tools