How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
CVE-2020-0796 - Windows SMBv3 LPE exploit #SMBGhost
The main features of danigargu/cve-2020-0796 are: Exploit Development, Kernel Exploits, Local Privilege Escalation.
Projects with overlapping indexed features include: itm4n/printspoofer. cbwang505/cve-2020-0787-exp-all-windows-version. antoniococo/roguepotato — Another Windows Local Privilege Escalation from Service Account to System. shellphish/how2heap — how2heap is an educational resource and technical testbed for learning heap-based vulnerabilities and memory allocator… antoniococo/juicypotatong — Another Windows Local Privilege Escalation from Service Account to System. alessandroz/beroot — BeRoot(s) is a post exploitation tool to check common Windows misconfigurations to find a way to escalate our…
Another Windows Local Privilege Escalation from Service Account to System
how2heap is an educational resource and technical testbed for learning heap-based vulnerabilities and memory allocator internals. It provides a collection of source code examples and binaries that serve as a laboratory for studying memory corruption techniques specifically targeting the glibc malloc implementation. The project focuses on the development of exploit primitives, such as tcache poisoning and double frees, to redirect program execution. It includes a suite of implementations for bypassing memory protections and manipulating heap metadata to achieve arbitrary memory writes. The fr