Skip to content
forked from rootm0s/WinPwnage

💻 Elevate, UAC bypass, privilege escalation, dll hijack techniques

Notifications You must be signed in to change notification settings

0x9ef/WinPwnage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 WinPwnage

The meaning of this repo is to study the techniques.

Techniques are found online, on different blogs and repos here on GitHub. I do not take credit for any of the findings, thanks to all the researchers.

Rewrote them and ported it to Python 2.7. The code under todo folders are not tested, do not expect it to work.

Techniques implemented:

  • UAC bypass using fodhelper
  • UAC bypass using computerdefaults
  • UAC bypass using slui
  • UAC bypass using silentcleanup
  • UAC bypass using compmgmtlauncher
  • UAC bypass using sdclt (isolatedcommand)
  • UAC bypass using sdclt (App Paths)
  • UAC bypass using perfmon
  • UAC bypass using eventviewer
  • UAC bypass using sysprep (dll payload supported)
  • UAC bypass using migwiz (dll payload supported)
  • UAC bypass using mcx2prov (dll payload supported)
  • UAC bypass using cliconfg (dll payload supported)
  • Persistence using userinit key
  • Persistence using image file execution option and magnifier
  • Persistence using hkey_local_machine run key
  • Persistence using hkey_current_user run key
  • Persistence using schtask (SYSTEM privileges)
  • Persistence using explorer dll hijack
  • Persistence using mofcomp and mof file (SYSTEM privileges)
  • Persistence using wmic (SYSTEM privileges)

Preview:

alt text alt text

Installing the Dependencies:

pip install -r requirements.txt

Build:

In order for a successful build, install the py2exe (http://www.py2exe.org) module and use the provided build.py script to compile all the scripts in to a portable executable. On Windows 10, Access Denied errors can accure while compiling, rerun until success or elevate the prompt.

Read:

About

💻 Elevate, UAC bypass, privilege escalation, dll hijack techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%