Pinned Repositories
algorithm-archive
A collaborative book on algorithms
An-Intro-2-Win-ED
"An Introduction to Windows Exploit Development" is an open sourced, free Windows exploit development course I created for the Southeast Missouri State University Cyber Range- based off of my exploit development highs and lows over the past few years.
AntiDebugging
Anti-debugger and anti-reverse engineering techniques
APT_CyberCriminal_Campagin_Collections
APT & CyberCriminal Campaign Collection
asm
Learning assembly for linux-x64
CS330A-Operating-Systems
Lectures, Assignments, Codes etc. for CS330A course on Operating Systems at IIT Kanpur.
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
HEVD-Kernel-Stack-BOF-SMEP-Win10-64bit-1607
A Windows Kernel LPE exploit for HEVD.sys targeting a stack overflow vulnerability on Windows 10 64-bit 1607 (RS1)
lowlevelprogramming-university
How to be low-level programmer
PS4-5.05-Kernel-Exploit
A fully implemented kernel exploit for the PS4 on 5.05FW
HaShem9's Repositories
HaShem9/HEVD-Kernel-Stack-BOF-SMEP-Win10-64bit-1607
A Windows Kernel LPE exploit for HEVD.sys targeting a stack overflow vulnerability on Windows 10 64-bit 1607 (RS1)
HaShem9/Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
HaShem9/APT_CyberCriminal_Campagin_Collections
APT & CyberCriminal Campaign Collection
HaShem9/ceload
Loading dbk64.sys and grabbing a handle to it
HaShem9/CVE-2020-15368
How to exploit a vulnerable windows driver. Exploit for AsrDrv104.sys
HaShem9/Disclosures
Zero-day and N-day security vulnerability notes, analysis, and proof-of-concepts
HaShem9/DrvLoader
A post exploitation utility for loading signed kernel drivers using both the undocumented NtLoadDriver function and by directly interfacing with the Windows Service Control Manager (SCM)
HaShem9/ExFreePool-Vulnerability
My research into taking advantage of ExFreePool primitives.
HaShem9/exploit_mitigations
Knowledge base of exploit mitigations available across numerous operating systems, architectures and applications and versions.
HaShem9/exploitkitpub
HaShem9/gbhv
Simple x86-64 VT-x Hypervisor with EPT Hooking
HaShem9/how-to-exploit-a-double-free
How to exploit a double free vulnerability in 2021. 'Use-After-Free for Dummies'
HaShem9/infosec-resources
A list of helpful cybersecurity / infosec resources
HaShem9/java-fp-exercises
Exploring higher order functions with linked lists and recursion in Java
HaShem9/Learning-C
A series of mini-projects used to learn C for beginners
HaShem9/LsassMiniDumpWriteDump
Create a MiniDump for lsass.exe
HaShem9/malware-samples
Malware samples, analysis exercises and other interesting resources.
HaShem9/malware_training_vol1
Materials for Windows Malware Analysis training (volume 1)
HaShem9/MalwareSourceCode
Collection of malware source code for a variety of platforms in an array of different programming languages.
HaShem9/memestream
Code from my "game modding" livestreams! Follow along and learn
HaShem9/OSCE
Collection of Windows usermode exploits targeting various third-party software applications, these exploits were written in preparation for the Offsec CTP/OSCE certification
HaShem9/PageTableInjection
Code Injection, Inject malicious payload via pagetables pml4.
HaShem9/pe-Parser
A lightweight utility for parsing PE file formats (EXE, DLL, SYS) written in C/C++
HaShem9/PeGuard
Windows PE crypter and packing utility
HaShem9/PrintNightmare
HaShem9/PTEditor
A small library to modify all page-table levels of all processes from user space for x86_64 and ARMv8.
HaShem9/Quasar
Remote Administration Tool for Windows
HaShem9/theZoo
A repository of LIVE malwares for your own joy and pleasure. theZoo is a project created to make the possibility of malware analysis open and available to the public.
HaShem9/Win10InfoLeaks
Windows kernel information leakage POCs on Windows 10 RS1+
HaShem9/Z0FCourse_ReverseEngineering
Reverse engineering focusing on x64 Windows.