DarkWidow
Indirect Dynamic Syscall, SSN + Syscall address sorting via Modified TartarusGate approach + Remote Process Injection via APC Early Bird + Spawns a sacrificial Process as target process + (ACG+BlockDll) mitigation policy on spawned process + PPID spoofing + Api resolving from TIB + API hashing
File Explorer
Download Latest Version (.zip)- README.md
- 1.png
- 10.png
- 11.jpg
- 11.png
- 12.png
- 13.png
- 14.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.png
- 9.png
- SofosXDR.PNG
- compile.bat
- EventLog.h
- indirect.cpp
- indirect.sln
- indirect.vcxproj
- indirect.vcxproj.filters
- indirect.vcxproj.user
- Init.h
- mystructs.h
- SeDebugPrivilege.h
- syscalls.asm
- SyscallStuff.h
- compile_darkwidow.bat
- Macros.h
- README.md
- shellcode.h
- spoof_DarkWidow.c
- Structs.h
- test_nasm.asm
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/reveng007/DarkWidow
Downloads the entire project code from GitHub to your computer.
cd DarkWidow
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd src
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)
