Skip to content

PowerShell script to generate "proxy" counterparts to easily perform DLL Sideloading

Notifications You must be signed in to change notification settings

j91321/DLLSideloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLLSideloader

PowerShell script to generate "proxy" counterpart of DLL files load unsafely by binaries on runtime, makes it super easy to perform a DLL Sideloading attack or hijacking

See the below articles for more details
https://flangvik.com/privesc/windows/bypass/2019/06/25/Sideload-like-your-an-APT.html
https://flangvik.com/2019/07/24/Bypassing-AV-DLL-Side-Loading.html

Both demo's are using GUP.exe signed from NotePad ++ (32bit), loading a malicious libcurl sideloading malware:

Sideloading payload.dll( meterpreter revshell) Meterpreter sideload

Loading C++ code getting revshell and bypassing AV's

AV Bypass

About

PowerShell script to generate "proxy" counterparts to easily perform DLL Sideloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.4%
  • PowerShell 35.3%
  • C 2.3%