Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2019-16278-Nostromo_1.9.6-RCE — Script de Python para explotar RCE en Nostromo nhttpd <= 1.9.6. | Kitploit
Herramientas/GitHubGitHub/an0mad/cve-2019-16278-nostromo_1.9.6-rce
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónHerramienta de Acceso Remoto
GitHuban0mad/cve-2019-16278-nostromo_1.9.6-rce

CVE-2019-16278-Nostromo_1.9.6-RCE

Script de Python para explotar RCE en Nostromo nhttpd <= 1.9.6.

Ver Repositorio

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir
61hace 6 añosAún no revisado

CVE-2019-16278 - Nostromo 1.9.6 RCE

Script en Python para explotar RCE en Nostromo nhttpd <= 1.9.6.

Ayuda

root@kitploit:~
usage: CVE-2019-16278.py [-h] [-t TARGET] [-p PORT] [-c COMMAND] [-b BYTES]

Exploit for CVE-2019-16278 - Nostromo 1.9.6 RCE

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        Remote host to target
  -p PORT, --port PORT  Remote port to target
  -c COMMAND, --command COMMAND
                        Command to execute on the server
  -b BYTES, --bytes BYTES
                        The number of bytes to receive back in the response

Uso

Ejecutar el exploit

root@kitploit:~
python CVE-2019-16278.py -t 10.10.10.10. -p 80 -c whoami

Ejecutar el exploit y recibir más bytes en la respuesta

root@kitploit:~
python CVE-2019-16278.py -t 10.10.10.10. -p 80 -c whoami -b 4096
Descargar herramienta