Sploitus

Exploit for CVE-2022-30190

kitploit · 2026-08-29

Exploit Code

MARKDOWN34 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-JOSHUAVANDERPOLL-CVE-2022-30190
# CVE-2022-30190 - Microsoft Support Diagnostic Tool

## Über

Dieses Skript versucht, ein Microsoft Office-Dokument zu erstellen, das remote Code ausführt.

## Einrichtung

root@kitploit:~
    
    
    git clone https://github.com/joshuavanderpoll/CVE-2022-30190.git
    cd CVE-2022-30190
    python3 CVE-2022-30190.py --help
    

## Optionen

root@kitploit:~
    
    
    usage: CVE-2022-30190.py [-h] [--html HTML] [--cmd CMD] [--downexec]
                             [--download_url DOWNLOAD_URL]
    
    Generate CVE-2022-30190 Word documents.
    
    optional arguments:
      -h, --help            show this help message and exit
      --html HTML           URL to online exploit HTML file
      --cmd CMD             Command you want to execute on run
      --downexec            Enable download and execute mode
      --download_url DOWNLOAD_URL
                            Source where to download and execute from