Skip to content

A PoC demonstrating code execution via DLL Side-Loading in WinSxS binaries.

License

Notifications You must be signed in to change notification settings

TheGreatestGgoat/winsos-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinSOS

This technique utilizes executables within the WinSxS folder, commonly trusted by Windows, to exploit the classic DLL Search Order Hijacking method. By leveraging these executables, threat actors can execute malicious code within Windows applications without requiring elevated privileges. This approach eliminates the need for additional binaries in the attack chain and enables the execution of malicious code from any location. It is compatible with both Windows 10 and 11 and can evade detection by defense software and responders, as the malicious code runs within the memory space of a trusted binary. This technique simplifies the classic DLL Search Order Hijacking and exploits native Windows functionalities without directly exploiting an OS issue.

References

About

A PoC demonstrating code execution via DLL Side-Loading in WinSxS binaries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.3%
  • CMake 4.8%
  • C 3.9%