Lucene search
+L

627 matches found

zdt
zdt
added 2019/12/09 12:00 a.m.457 views

Microsoft Windows - WSReset UAC Protection Bypass (Registry) Exploit

Fileless UAC bypass WSReset.exe @404death base on : https://www.activecyber.us/activelabs/windows-uac-bypass EDB Note: Download https://github.com/offensive-security/exploitdb-bin-sploits/raw/master/bin-sploits/47754.zip import sys, os from ctypes import import winreg CMD =...

0.3AI score
SaveExploits0
zdt
zdt
added 2019/12/09 12:00 a.m.2199 views

Microsoft Windows 10 - WSReset UAC Protection Bypass (propsys.dll) Exploit

// ref : https://medium.com/tenable-techblog/uac-bypass-by-mocking-trusted-directories-24a96675f6e include // uac bypass via wsreset.exe // @404death // EDB Note: Download https://github.com/offensive-security/exploitdb-bin-sploits/raw/master/bin-sploits/47755.zip int main printf"\n+ Run First...

0.2AI score
SaveExploits0
zdt
zdt
added 2019/12/09 12:00 a.m.252 views

Microsoft Windows - Multiple UAC Protection Bypass Exploit

Windows 10 UAC bypass for all executable files which are autoelevate true. https://heynowyouseeme.blogspot.com/2019/08/windows-10-lpe-uac-bypass-in-windows.html Download https://github.com/offensive-security/exploitdb-bin-sploits/raw/master/bin-sploits/47753.zip...

0.6AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/12/08 12:00 a.m.205 views

Microsoft Windows - Multiple UAC Protection Bypasses

Windows 10 UAC bypass for all executable files which are autoelevate true. https://heynowyouseeme.blogspot.com/2019/08/windows-10-lpe-uac-bypass-in-windows.html Download https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/47753.zip...

5.3AI score
SaveExploits0
exploitpack
exploitpack
added 2019/12/08 12:00 a.m.25 views

Microsoft Windows - Multiple UAC Protection Bypasses

Microsoft Windows - Multiple UAC Protection Bypasses Windows 10 UAC bypass for all executable files which are autoelevate true. https://heynowyouseeme.blogspot.com/2019/08/windows-10-lpe-uac-bypass-in-windows.html Download...

0.5AI score
SaveExploits0
exploitpack
exploitpack
added 2019/12/03 12:00 a.m.32 views

ComputerDefaults

Auto-Elevate process using ComputerDefaults.exe Author: jsacco How to use: 1. Copy the batch into run.bat 2. Run it! 3. Admin Tested on Windows 10 @echo off echo UAC-Bypass by jsacco reg add "HKCU\Software\Classes\ms-settings\shell\open\command" /d "cmd.exe /c" /f && reg add...

1.3AI score
SaveExploits0
exploitpack
exploitpack
added 2019/12/03 12:00 a.m.34 views

NetProfiler

On .NET 4, the CLSID must be defined via the HKCR\CLSIDGUID\InprocServer32 registry key containing the path to the profiling DLL. On recent versions, the CLR uses the CORPROFILERPATH environment variable to find the DLL – and falls back to using the CLSID if CORPROFILERPATH is not defined. Author...

1.1AI score
SaveExploits0
exploitpack
exploitpack
added 2019/12/03 12:00 a.m.25 views

sdcltUAC

Auto-Elevate process using sdclt.exe Author: jsacco How to use: 1. Copy the batch into run.bat 2. Run it! 3. Admin Tested on Windows 10 @echo off echo UAC-Bypass by jsacco reg add "HKCU\Software\Classes\Folder\shell\open\command" /d "cmd.exe /c notepad.exe" /f && reg add...

0.6AI score
SaveExploits0
exploitpack
exploitpack
added 2019/12/03 12:00 a.m.160 views

CompMgmtLauncher

Auto-Elevate process using CompMgmtLauncher.exe Author: jsacco How to use: 1. Copy the batch into run.bat 2. Run it! 3. Admin Tested on Windows 10 @echo off echo UAC-Bypass by jsacco reg add "HKCU\Software\Classes\mscfile\shell\open\command" /d "cmd.exe /c" /f && reg add...

1.2AI score
SaveExploits0
ThreatPost
ThreatPost
added 2019/11/20 5:20 p.m.130 views

High-Severity Windows UAC Flaw Enables Privilege Escalation

Researchers disclosed details of a high-severity Microsoft Windows vulnerability that could give attackers elevated privileges – ultimately allowing them to install programs, and view, change or delete data. The bug stems from User Account Control UAC, a security feature of Windows within Secure...

7.2CVSS2.6AI score0.08589EPSS
SaveExploits7References8
Exploit DB
Exploit DB
added 2019/11/20 12:00 a.m.363 views

Microsoft Windows - Escalate UAC Protection Bypass (Via dot net profiler) (Metasploit)

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Windows Escalate UAC Protection Bypass Via dot net profiler', 'Description' = %q Microsoft Windows allows for the automatic loading of a profilin...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/11/20 12:00 a.m.437 views

Microsoft Windows - Escalate UAC Protection Bypass (Via Shell Open Registry Key) (Metasploit)

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core/exploit/exe' require 'msf/core/exploit/powershell' class MetasploitModule 'Windows Escalate UAC Protection Bypass Via Shell Open Registry Key',...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2019/11/19 12:00 a.m.272 views

Windows Escalate UAC Protection Bypass Via Dot Net Profiler

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Windows Escalate UAC Protection Bypass Via dot net profiler', 'Description' = %q Microsoft Windows allows for the automatic loading of a profilin...

0.5AI score
SaveExploits0
Packet Storm
Packet Storm
added 2019/11/18 12:00 a.m.270 views

Windows Escalate UAC Protection Bypass

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core/exploit/exe' require 'msf/core/exploit/powershell' class MetasploitModule 'Windows Escalate UAC Protection Bypass Via Shell Open Registry Key',...

0.4AI score
SaveExploits0
Talos Blog
Talos Blog
added 2019/11/13 9:35 a.m.97 views

Hunting for LoLBins

By Vanja Svajcer. Introduction Attackers' trends tend to come and go. But one popular technique we're seeing at this time is the use of living-off-the-land binaries — or "LoLBins". LoLBins are used by different actors combined with fileless malware and legitimate cloud services to improve chances...

0.8AI score
SaveExploits0
Zero Day Initiative
Zero Day Initiative
added 2019/11/13 12:00 a.m.70 views

Microsoft Windows UAC Unsafe Interaction Privilege Escalation Vulnerability

This vulnerability allows local attackers to escalate privileges on affected installations of Microsoft Windows. An attacker must first obtain the ability to access an interactive desktop as a low-privileged user on the target system in order to exploit this vulnerability. The specific flaw exist...

7.8CVSS4.9AI score0.08589EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2019/10/21 11:29 a.m.98 views

UAC-A-Mola - Tool That Allows Security Researchers To Investigate New UAC Bypasses, In Addition To Detecting And Exploiting Known Bypasses

UAC-A-Mola is a tool that allows security researchers to investigate new UAC bypasses, in addition to detecting and exploiting known bypasses. UAC-A-mola has modules to carry out the protection and mitigation of UAC bypasses. The strong point of uac-a-mola is that it was created so that other...

7.9AI score
SaveExploits0References1
zdt
zdt
added 2019/10/20 12:00 a.m.924 views

Microsoft Windows x64 – Privilege Escalation (UAC Protection Bypass printui.exe) Exploit

include include include include "resource.h" include include include define err -1 define dis 0 define def 1 define max 2 define BUFFER 8192 int CheckUac int ConsentAdmin; int EnableLua; DWORD BufferSize = BUFFER; RegGetValueHKEYLOCALMACHINE,...

0.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/09/20 12:00 a.m.34 views

Microsoft Windows 10 - 'WSReset' UAC Protection Bypass (propsys.dll)

// ref : https://medium.com/tenable-techblog/uac-bypass-by-mocking-trusted-directories-24a96675f6e include // uac bypass via wsreset.exe // @404death // EDB Note: Download https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/47755.zip int main printf"\n+ Run First...

5.3AI score
SaveExploits0
exploitpack
exploitpack
added 2019/09/20 12:00 a.m.20 views

Microsoft Windows 10 - WSReset UAC Protection Bypass (propsys.dll)

Microsoft Windows 10 - WSReset UAC Protection Bypass propsys.dll // ref : https://medium.com/tenable-techblog/uac-bypass-by-mocking-trusted-directories-24a96675f6e include // uac bypass via wsreset.exe // @404death // EDB Note: Download...

0.2AI score
SaveExploits0
Rows per page
Query Builder