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
CVE-2024-38856_Scanner — Scanner ed Exploit RCE per Apache OFBiz (CVE-2024-38856) | Kitploit
Strumenti/GitHubGitHub/securelayer7/cve-2024-38856_scanner
Scanner di VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration TestingCommand and ControlRed Teaming
GitHubsecurelayer7/cve-2024-38856_scanner

CVE-2024-38856_Scanner

Scanner ed Exploit RCE per Apache OFBiz (CVE-2024-38856)

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
Vedi Repository
49131 anno faRevisionato da Kitploit

CVE-2024-38856

Solo per uso etico. Qualsiasi attività dannosa o malevola non è consentita. La responsabilità è tua.

CVE-2024-38856: Scanner & Exploit per l'esecuzione remota di codice in Apache OFBiz

Analisi della CVE: https://blog.securelayer7.net/cve-2024-38856-apache-ofbiz-rce

  • Questo problema riguarda Apache OFBiz: fino a 18.12.14

Utilizzo

root@kitploit:~


 ██████╗██╗   ██╗███████╗    ██████╗  ██████╗ ██████╗ ██╗  ██╗     ██████╗  █████╗  █████╗ ███████╗ ██████╗ 
██╔════╝██║   ██║██╔════╝    ╚════██╗██╔═████╗╚════██╗██║  ██║     ╚════██╗██╔══██╗██╔══██╗██╔════╝██╔════╝ 
██║     ██║   ██║█████╗█████╗ █████╔╝██║██╔██║ █████╔╝███████║█████╗█████╔╝╚█████╔╝╚█████╔╝███████╗███████╗ 
██║     ╚██╗ ██╔╝██╔══╝╚════╝██╔═══╝ ████╔╝██║██╔═══╝ ╚════██║╚════╝╚═══██╗██╔══██╗██╔══██╗╚════██║██╔═══██╗
╚██████╗ ╚████╔╝ ███████╗    ███████╗╚██████╔╝███████╗     ██║     ██████╔╝╚█████╔╝╚█████╔╝███████║╚██████╔╝
 ╚═════╝  ╚═══╝  ╚══════╝    ╚══════╝ ╚═════╝ ╚══════╝     ╚═╝     ╚═════╝  ╚════╝  ╚════╝ ╚══════╝ ╚═════╝ 
                                                                                                            
                                                                                                                                                           
                                                                                                                                                              
                    Github: https://github.com/securelayer7/CVE-2024-38856_Scanner
                                By: Securelayer7(yosef0x01 & Zeyad Azima)                                     

usage: cve-2024-38856_Scanner.py [-h] [-t TARGET] [-p PORT] [-c COMMAND] [-s] [-d DOMAIN] [-f FILE]

CVE-2024-38856 Apach Ofbiz RCE Scanners.

options:
  -h, --help            Show this help message and exit.

  -t TARGET, --target TARGET
                        Specify the target host for the scan or exploit. This should be the IP address or domain name of the server you want to target.
  
  -p PORT, --port PORT  Specify the target port. This is the port on the target host where the vulnerable service is running (e.g., 8080).

  -c COMMAND, --command COMMAND
                        The command to execute on the target server if you are exploiting the vulnerability. This option is only used with the `--exploit` flag.

  -s, --scan            Perform a scan to check for the vulnerability on the specified target. The scan will use basic network commands like `ping`, `curl`, and `wget` to probe the target.
  
  -d DOMAIN, --domain DOMAIN
                        The domain or IP address to use when performing the scan. This is typically the attacker's domain that the target will interact with using commands like `ping`, `curl`, and `wget`. Defaults to `http://example.com` if not specified.

  -f FILE, --file FILE  Specify a file containing a list of targets. Each line in the file should be in the format `http(s)://target,port`. This option allows you to scan or exploit multiple targets in a batch mode.

  -O OUTPUT, --output OUTPUT
                        The file to save the results to. If specified, the results of the scan or exploit will be written to this file instead of being printed to the console.

  --proxy PROXY         Specify a proxy to route your requests through. The format should be `http://proxyhost:port` or `https://proxyhost:port`. This is useful if you need to route your traffic through an intercepting proxy like Burp Suite or if you need to hide your IP address.

  --exploit             Exploit the vulnerability on the specified target. When this option is used, the script will attempt to execute the command provided with the `-c` or `--command` option on the target server. This option must be used if you want to exploit the vulnerability rather than just scan for it.

  --timeout TIMEOUT     Specify the timeout in seconds for the HTTP requests made by the script. This controls how long the script will wait for a response from the target server before considering the attempt failed. Default is 10 seconds.

Argomenti

  • -t, --target <host>: Specifica l'host di destinazione. Non può essere usato con l'opzione --file.

  • -p, --port <port>: Specifica la porta di destinazione. Questa opzione è inoltre obbligatoria se la porta non è specificata nel file dei target.

  • -c, --command <command>: Specifica il comando da eseguire sul target.

  • -s, --scan: Abilita la modalità di scansione. Quando questa opzione viene utilizzata, lo script eseguirà una serie di comandi predefiniti (ping, curl, wget) sul dominio specificato.

  • -d, --domain <domain>: Specifica il tuo dominio (dominio dell'attaccante) da usare nella scansione con i comandi ping, curl e wget. Questa opzione deve essere usata con .

Porta globale: Quando si esegue la scansione del file dei target, puoi escludere ,port e usare -p per impostare una porta globale per tutti i target.

Target singolo

  • Modalità Exploit
root@kitploit:~
python cve-2024-38856_Scanner.py -t <target> -p <port> -c "command" --exploit

Immagine Exploit

  • Modalità di scansione
root@kitploit:~
python python cve-2024-38856_Scanner.py -t <target> -p <port> -s -d <domain> --scan

immagine

File dei target

  • Modalità normale
root@kitploit:~
python exploit.py -f <file> -c "command"

immagine

  • Modalità di scansione con porta globale
root@kitploit:~
python exploit.py -f <file> -p <port> -s -d <domain>

immagine

Schermata:

immagine

immagine

Scarica lo strumento
--scan
  • -f, --file <file>: Specifica un file contenente un elenco di target nel formato http(s)://target,port. Questa opzione non può essere usata con --target.

  • -O, --output <output_file>: Il file di output per i risultati.