Screenshots
Example Usage
flowchart TD
classDef primitiveStyle fill:#fcf8e3,stroke:#8a6d3b,stroke-width:2px,font-weight:bold,color:#000
classDef vulnStyle fill:#ffdddd,stroke:#ff0000,stroke-width:2px,font-weight:bold,color:#000
classDef coreLeakStyle fill:#e3f0ff,stroke:#1e90ff,stroke-width:2px,font-weight:bold,color:#000
classDef goalStyle fill:#d4edda,stroke:#28a745,stroke-width:2px,font-weight:bold,color:#000
start(["Run Exploit"]) ==> phase0
phase0 ==> phase1
phase1 ==> phase2
phase2 ==> phase3
phase3 ==> phase4
phase4 ==> phase5
phase5 ==> finish(["Spawn SYSTEM Shell"])
subgraph phase0["Phase 0: Initialization"]
direction LR
init["Initialize Windows API Wrappers"] --> rva["Resolve Required Kernel RVAs"]
end
subgraph phase1["Phase 1: Arbitrary Read"]
direction LR
heap["Spray Heap (Named Pipes)"] --> vuln["Trigger HEVD Buffer Overflow"] --> cache["Set CacheAligned Flag"] --> ghost["Create Ghost Chunk"] --> read["Establish Arbitrary Read Primitive"]
end
subgraph phase2["Phase 2: KASLR Bypass"]
direction LR
leak1["Leak NP_DATA_QUEUE_ENTRY.Flink"] --> traverse["Walk Kernel Object Ch
See also
WADComs.github.io
Open Source
WADComs is an interactive cheat sheet, containing a curated list of offensive security tools and the…
Advanced-WAF-WAFinity
Free
An Advanced Web Application Firewall that protects against threats like SQL injection and XSS by fil…
Penetration_Testing_POC
Open Source
渗透测试有关的POC、EXP、脚本、提权、小工具等---About penetration-testing python-script poc getshell csrf xss cms php-ge…
ntlm_theft
Open Source
Creates malicious files (LNK, SCF, PDF, DOCX, etc.) that force a Windows system to authenticate to a…
Evil-WinRM
Open Source
Kali
Full-featured WinRM shell for hacking and penetration testing. Supports pass-the-hash, file upload/d…
bettercap
Free
Kali
The Swiss Army knife for 802.11, BLE, HID, CAN-bus, IPv4 and IPv6 networks reconnaissance and MITM a…