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
Strumenti/GitHubGitHub/chebuya/cve-2024-30850-chaos-rat-rce-poc
ExploitSfruttamento di Applicazioni WebPenetration TestingCommand and ControlSviluppo PayloadTrojan di Accesso Remoto
GitHubchebuya/cve-2024-30850-chaos-rat-rce-poc

CVE-2024-30850-chaos-rat-rce-poc

PoC di RCE tramite percorso del pannello web di CHAOS RAT

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
30102 anni faRevisionato da Kitploit

https://github.com/chebuya/CVE-2024-30850-chaos-rat-rce-poc/assets/146861503/ac03c8c7-54b3-4280-9f29-719c44af5192

CHAOS RAT v5.01 RCE del pannello web (CVE-2024-30850, CVE-2024-31839)

https://github.com/tiagorlampert/CHAOS

Questo exploit funziona falsificando un callback di un agente per un XSS (CVE-2024-31839) e usando l'XSS per sfruttare una vulnerabilità di command injection (CVE-2024-30850) nel pannello web di amministrazione. Ciò porta alla compromissione del server RAT e al rickroll degli operatori del pannello RAT.

Spiegazione completa: https://blog.chebuya.com/posts/remote-code-execution-on-chaos-rat-via-spoofed-agents/

root@kitploit:~
python3 exploit.py exploit -h                                                               
usage: exploit.py exploit [-h] [-f FILE] [-t TARGET] [-c COMMAND] [-v VIDEO_NAME] [-j JWT] -l LOCAL_IP [-p LOCAL_PORT] [-H HOSTNAME] [-u USERNAME] [-o OS]
                          [-m MAC] [-i IP]

options:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  The path to the CHAOS client
  -t TARGET, --target TARGET
                        The url of the CHAOS server (127.0.0.1:8080)
  -c COMMAND, --command COMMAND
                        The command to use
  -v VIDEO_NAME, --video-name VIDEO_NAME
                        The video name to use
  -j JWT, --jwt JWT     The JWT token to use
  -l LOCAL_IP, --local-ip LOCAL_IP
                        The local IP to use for serving bash script and mp4
  -p LOCAL_PORT, --local-port LOCAL_PORT
                        The local port to use for serving bash script and mp4
  -H HOSTNAME, --hostname HOSTNAME
                        The hostname to use for the spoofed client
  -u USERNAME, --username USERNAME
                        The username to use for the spoofed client
  -o OS, --os OS        The OS to use for the spoofed client
  -m MAC, --mac MAC     The MAC address to use for the spoofed client
  -i IP, --ip IP        The IP address to use for the spoofed client

oopsec

Scarica lo strumento