Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
CVE-2019-16278-Nostromo_1.9.6-RCE — Python-Skript zur Ausnutzung von RCE in Nostromo nhttpd <= 1.9.6. | Kitploit
Tools/GitHubGitHub/an0mad/cve-2019-16278-nostromo_1.9.6-rce
SchwachstellenanalyseExploitationWebanwendungs-ExploitationPenetrationstestsRemote-Access-Tool
GitHuban0mad/cve-2019-16278-nostromo_1.9.6-rce

CVE-2019-16278-Nostromo_1.9.6-RCE

Python-Skript zur Ausnutzung von RCE in Nostromo nhttpd <= 1.9.6.

Repository anzeigen
6111vor 6 JahrenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

CVE-2019-16278 - Nostromo 1.9.6 RCE

Python-Skript zur Ausnutzung von RCE in Nostromo nhttpd <= 1.9.6.

Hilfe

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

Verwendung

Exploit ausführen

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

Exploit ausführen und mehr Bytes in der Antwort empfangen

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