Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
dast — Exploit for CVE-2026-0828 targeting Safetica ProcessMonitorDriver.sys to terminate processes and spawn a SYSTEM shell. | Kitploit
Tools/GitHubGitHub/ximerag/dast
Privilege EscalationExploit FrameworksVulnerability AnalysisExploitationBinary Exploitation
GitHubximerag/dast

dast

Exploit for CVE-2026-0828 targeting Safetica ProcessMonitorDriver.sys to terminate processes and spawn a SYSTEM shell.

View Repository
13h 47m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

dast

CVE-2026-0828 борка (Build): Откройте Командную строку разработчика Visual Studio (x64 Native Tools) и скомпилируйте код

: bash

cl.exe /W3 /O1 /nologo exploit.c /Fe:exploit.exe

Подготовка: Убедитесь, что на тестовой машине установлен уязвимый драйвер Safetica (ProcessMonitorDriver.sys). Если его нет, вам нужно будет его раздобыть (например, из дистрибутива Safetica версии < 11.26.19)

.

Загрузка драйвера (от имени Администратора): Драйвер должен быть загружен в систему. Это можно сделать через консоль с правами администратора

: bash

sc create STProcessMonitor type= kernel binPath= "C:\full\path\to\ProcessMonitorDriver.sys" sc start STProcessMonitor

Запуск эксплойта: Теперь запустите exploit.exe. Он завершит указанный процесс (в коде это MsMpEng.exe) и откроет новое окно cmd.exe с правами NT AUTHORITY\SYSTEM

Download Tool