Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
py-log4shellscanner — Scanner per la vulnerabilità Log4j denominata Log4Shell (CVE-2021-44228) | Kitploit
Strumenti/GitHubGitHub/scheibling/py-log4shellscanner
Scanner di VulnerabilitàExploitBypass WAFSicurezza WebFuzzingAnalisi DNS
GitHubscheibling/py-log4shellscanner

py-log4shellscanner

Scanner per la vulnerabilità Log4j denominata Log4Shell (CVE-2021-44228)

Vedi Repository
4 anni faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

PY-Log4ShellScanner

Un semplice server DNSLog in un singolo file con endpoint HTTP per il recupero dei log

Crediti

Basato su Log4jScanner di fullhunt.io, modificato con multithreading e server DNS Callback personalizzato

Caratteristiche

  • Supporto per elenchi di URL
  • Fuzzing su oltre 60 header di richiesta HTTP, con possibilità di aggiungerne di personalizzati
  • Fuzzing sui parametri HTTP POST Data
  • Fuzzing sui parametri dei dati JSON
  • Ricerca multithread
  • DNS Callback tramite server self-hosted scheibling/py-dnslogserver
  • Payload per il bypass dei WAF

Utilizzo

Preparativi

root@kitploit:~
pip3 install -r requirements.txt

CLI

root@kitploit:~
$ python3 py-log4shellscanner.py -h
[•] CVE-2021-44228 - Apache Log4j RCE Scanner
[•] Provided by https://github.com/scheibling
[•] Originally developed by FullHunt.io
[•] Version 1.0
usage: py-log4shellscanner.py [-h] -d DNSLOG_DOMAIN [-t TARGETS_FILE] [-i HEADERS_FILE] [-c CONCURRENT_REQUESTS] [--skip-waf-bypass] [-p PROXY_SERVER]

options:
  -h, --help            show this help message and exit
  -d DNSLOG_DOMAIN, --dnslog-domain DNSLOG_DOMAIN
                        The DNSLog domain to use for the requests
  -t TARGETS_FILE, --targets-file TARGETS_FILE
                        The hosts file to use for the requests (default: targets.txt)
  -i HEADERS_FILE, --headers HEADERS_FILE
                        The file containing the headers for the requests (Default: headers.txt)
  -c CONCURRENT_REQUESTS, --concurrent-requests CONCURRENT_REQUESTS
                        The number of concurrent requests to use (Default: 10)
  -p PROXY_SERVER, --proxy-server PROXY_SERVER
                        Proxy server to use for the scans
  --skip-waf-bypass     Skip the WAF bypass payloads

Esempi

root@kitploit:~
# Run a scan against the hosts in targets.txt with default headers and waf bypass payloads (10 concurrent requests)
python3 py-log4shellscanner.py -d dnslog.example.com -t targets.txt -c 10

# Run a scan against the hosts in targets.txt with custom headers and without waf bypass payloads (10 concurrent requests)
python3 py-log4shellscanner.py -d dnslog.example.com -t targets.txt -i custom-headers.txt -c 10 --skip-waf-bypass

# Run a scan through a proxy server with custom headers, 20 concurrent requests and with waf bypass payloads
python3 py-log4shellscanner.py -d dnslog.example.com -t targets.txt -i headers-large.txt -c 20 -p proxy.example.com

Disclaimer legale

Questo progetto è realizzato solo per scopi di test. L'uso di py-dnslogserver per attaccare target senza previo consenso reciproco potrebbe essere illegale.

Licenza

Il progetto è concesso in licenza MIT.

Scarica lo strumento