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
Zero-day-scanning — Zero-day-scanning ist ein Schwachstellenscanner für Domain-Controller, der derzeit Prüfungen für Zero-day-scanning (CVE-2020-1472), MS-PAR/MS-RPRN und SMBv2 Signing enthält. | Kitploit
Tools/GitHubGitHub/anonymous-family/zero-day-scanning
SchwachstellenscannerSchwachstellenanalyseExploitationNetzwerksicherheitPenetrationstests
GitHubanonymous-family/zero-day-scanning

Zero-day-scanning

Zero-day-scanning ist ein Schwachstellenscanner für Domain-Controller, der derzeit Prüfungen für Zero-day-scanning (CVE-2020-1472), MS-PAR/MS-RPRN und SMBv2 Signing enthält.

Repository anzeigen

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen
11vor 4 JahrenNoch nicht geprüft

zeroscan

Zeroscan ist ein Schwachstellenscanner für Domänencontroller, der derzeit Prüfungen für Zerologon (CVE-2020-1472), MS-PAR/MS-RPRN und SMBv2-Signierung enthält.


CVE-2020-1472:

Verwendet ein integriertes Skript, um auf Zerologon (CVE-2020-1472) zu prüfen, versucht jedoch NICHT, das Ziel auszunutzen; es ist lediglich ein Schwachstellenscanner. Codebasis ausgeliehen von: https://github.com/Anonymous-Family/CVE-2020-1472.git


MS-PAR / MS-RPRN:

Verwendet einen Wrapper um Impackets rpcdump, um zu prüfen, ob die Druckdienste MS-PAR und MS-RPRN remote zugänglich sind. Diese Prüfung kann helfen festzustellen, ob das Ziel anfällig für CVE-2021-1675 ist.


SMBv2-Signierung:

Verwendet einen Wrapper um das Nmap Scripting Engine (NSE)-Skript 'smb2-security-mode', um die SMBv2-Signierungskonfiguration des Ziels zu identifizieren.


Supported Python versions


Installation:

root@kitploit:~
git clone https://github.com/Anonymous-Family/Zero-day-scanning.git
cd Zero-day-scanning/
virtualenv -p /usr/bin/python3.9 venv
source venv/bin/activate
python3 -m pip install -r requirements.txt

Menu:

root@kitploit:~
Zeroscan
--------------------------------------------------

Usage:
  python3 zeroscan.py -t dc01 192.168.1.10
  python3 zeroscan.py -iL /path/to/targetfile.txt
  python3 zeroscan.py -iL /path/to/targetfile.txt --database
  python3 zeroscan.py -iL /path/to/targetfile.txt --drop-table
  python3 zeroscan.py -iL /path/to/targetfile.txt -r
  python3 zeroscan.py -iL /path/to/targetfile.txt -v


Primary options:
  -t TARGET TARGET     Single target using netbiosname and ipaddress. I.e "dc01 192.168.1.10"
  -iL TARGETSFILE      File that contains one target per line using netbiosname and ipaddress. I.e "dc01 192.168.1.10"

Secondary options:
  --database DATABASE  Filepath for database file.
  --drop-table         Drops database table.
  -r, --rpc-message    Turn on RPC response messages for CVE-2020-1472, helpful when troubleshooting connectivity issues.
  -v, --verbose        Turn on verbosity, helpful when debugging code.
  -h, --help           Show this help message and exit.

Sample Output:

root@kitploit:~
╔════════════════════════════════════════════════════════ ZEROSCAN ═════════════════════════════════════════════════════════╗
╚═══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
Impacket v0.9.23

./zeroscan.py -iL targets.txt
CVE-2020-1472
DC01 192.168.160.134  - AUTH-ATTEMPTS: 26
DC02 192.168.160.133  - AUTH-ATTEMPTS: 1
DC03 192.168.160.137  - AUTH-ATTEMPTS: 2000


Impacket v0.9.23

rpcdump.py @ipaddress
MS-PAR/MS-RPRN
DC01 192.168.160.134 - MS-PAR: False, MS-RPRN: False
DC02 192.168.160.133 - MS-PAR: False, MS-RPRN: False
DC03 192.168.160.137 - MS-PAR: True, MS-RPRN: True


Nmap 7.91

nmap -Pn --script smb2-security-mode -p 445 -iL ./outputfiles/targets.txt -oX ./outputfiles/xml/smb2-security-mode.xml
SMB2-SECURITY-MODE
192.168.160.134 - MESSAGE SIGNING ENABLED BUT NOT REQUIRED
192.168.160.137 - MESSAGE SIGNING ENABLED AND REQUIRED


                                              Zeroscan Database
╔══════════╤═════════════════╤════════════════╤════════╤═════════╤══════════════════════════════════════════╗
║ Hostname │ IP Address      │ CVE_2020_1472  │ MS_PAR │ MS_RPRN │ SMBv2_Signing                            ║
╟──────────┼─────────────────┼────────────────┼────────┼─────────┼──────────────────────────────────────────╢
║ DC01     │ 192.168.160.134 │ VULNERABLE     │ False  │ False   │ Message signing enabled but not required ║
║ DC02     │ 192.168.160.133 │ NA             │ False  │ False   │ NA                                       ║
║ DC03     │ 192.168.160.137 │ NOT VULNERABLE │ True   │ True    │ Message signing enabled and required     ║
╚══════════╧═════════════════╧════════════════╧════════╧═════════╧══════════════════════════════════════════╝

Demo - Multi-Ziel:

Zeroscan Demo

Tool herunterladen