hacking-team-windows-kernel-lpe
Previously-0day exploit from the Hacking Team leak, written by Eugene Ching/Qavar.
File Explorer
Download Latest Version (.zip)- Get-FunctionHash.ps1
- Get-LibSymbols.ps1
- Get-ObjDump.format.ps1xml
- Get-PEHeader.ps1
- Out-Shellcode.ps1
- 64BitHelper.h
- AdjustStack.asm
- FontData.h
- function_link_order.txt
- function_link_order64.txt
- FunctionSignatures.h
- Get-FunctionHash.ps1
- Get-PEHeader.ps1
- GetProcAddressWithHash.h
- NtGdiGetTextMetricsW.asm
- NtGdiRemoveFontMemResourceEx.asm
- Out-Shellcode.ps1
- PIC.c
- PIC.vcxproj
- ZwGdiAddFontMemResourceEx.asm
- LICENSE.txt
- PIC.sdf
- PIC.sln
- PIC.suo
- PIC.v12.suo
- font-data.bin
- make-injector-cpp.py
- make-raw-bytes.py
- make.bat
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/vlad902/hacking-team-windows-kernel-lpe
Downloads the entire project code from GitHub to your computer.
cd hacking-team-windows-kernel-lpe
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd exploit
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
