Lucene search
+L

624 matches found

The Hacker News
The Hacker News
added 2019/03/15 8:00 a.m.235 views

Patched WinRAR Bug Still Under Active Attack—Thanks to No Auto-Updates

Various cyber criminal groups and individual hackers are still exploiting a recently patched critical code execution vulnerability in WinRAR, a popular Windows file compression application with 500 million users worldwide. Why? Because the WinRAR software doesn't have an auto-update feature, whic...

7.8CVSS0.9AI score0.96274EPSS
SaveExploits14
Exploit DB
Exploit DB
added 2019/03/13 12:00 a.m.152 views

Microsoft Windows - '.reg' File / Dialog Box Message Spoofing

Credits: John Page aka hyp3rlinx + Website: hyp3rlinx.altervista.org + Source: http://hyp3rlinx.altervista.org/advisories/MICROSOFT-WINDOWS-.REG-FILE-DIALOG-BOX-MESSAGE-SPOOFING.txt + ISR: ApparitionSec Vendor www.microsoft.com Product A file with the .reg file extension is a Registration file...

5.3AI score
SaveExploits0
ThreatPost
ThreatPost
added 2019/02/26 2:51 p.m.127 views

Critical WinRAR Flaw Found Actively Being Exploited

A critical 19-year-old WinRAR vulnerability disclosed last week has now been spotted actively being exploited in a spam campaign spreading malware. The campaign, discovered by researchers with 360 Threat Intelligence Center, takes advantage of a path-traversal WinRAR vulnerability, which could...

6.8CVSS7.9AI score0.96274EPSS
SaveExploits14References5
The Hacker News
The Hacker News
added 2019/02/26 1:40 p.m.440 views

Latest WinRAR Flaw Being Exploited in the Wild to Hack Windows Computers

It's not just the critical Drupal vulnerability that is being exploited by in the wild cybercriminals to attack vulnerable websites that have not yet applied patches already available by its developers, but hackers are also exploiting a critical WinRAR vulnerability that was also revealed last...

7.8CVSS1.4AI score0.96274EPSS
SaveExploits14
Metasploit
Metasploit
added 2019/02/24 12:00 a.m.75 views

Windows Escalate UAC Protection Bypass (Via SilentCleanup)

There's a task in Windows Task Scheduler called "SilentCleanup" which, while it's executed as Users, automatically runs with elevated privileges. When it runs, it executes the file %windir%\system32\cleanmgr.exe. Since it runs as Users, and we can control user's environment variables, %windir%...

5.3AI score
SaveExploits0
Metasploit
Metasploit
added 2019/02/19 12:00 a.m.69 views

Windows 10 UAC Protection Bypass Via Windows Store (WSReset.exe) and Registry

This module exploits a flaw in the WSReset.exe file associated with the Windows Store. This binary has autoelevate privs, and it will run a binary file contained in a low-privilege registry location. By placing a link to the binary in the registry location, WSReset.exe will launch the binary as a...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2019/02/02 12:38 p.m.462 views

LOLBAS - Living Off The Land Binaries And Scripts (LOLBins And LOLScripts)

The goal of the LOLBAS project is to document every binary, script, and library that can be used for Living Off The Land techniques. All the different files can be found behind a fancy frontend here: https://lolbas-project.github.io thanks @ConsciousHacker for this bit of eyecandy and the team ov...

7.6AI score
SaveExploits0References3
zdt
zdt
added 2018/12/13 12:00 a.m.43 views

Windows UAC Protection Bypass Exploit

This Metasploit module modifies a registry key, but cleans up the key once the payload has been invoked. The module does not require the architecture of the payload to match the OS. This module requires Metasploit: https://metasploit.com/download Current source:...

0.2AI score
SaveExploits0
Packet Storm
Packet Storm
added 2018/12/13 12:00 a.m.42 views

Windows 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 UAC Protection Bypass Via ComputerDefault Registry Key', 'Descriptio...

0.4AI score
SaveExploits0
Kitploit
Kitploit
added 2018/11/12 8:43 p.m.89 views

AutoRDPwn v4.5 - The Shadow Attack Framework

AutoRDPwn is a script created in Powershell and designed to automate the Shadow attack on Microsoft Windows computers. This vulnerability allows a remote attacker to view his victim's desktop without his consent, and even control it on request. For its correct operation, it is necessary to comply...

7.6AI score
SaveExploits0References7
zdt
zdt
added 2018/11/09 12:00 a.m.346 views

Microsoft Windows 10 (Build 17134) - Local Privilege Escalation (UAC Bypass) Exploit

Exploit for windows platform in category local exploits Microsoft Windows 10 Build 17134 - Local Privilege Escalation UAC Bypass Exploit include "stdafx.h" include include "resource.h" void DropResourceconst wchart rsrcName, const wchart filePath HMODULE hMod = GetModuleHandleNULL; HRSRC res =...

0.2AI score
SaveExploits0
exploitpack
exploitpack
added 2018/11/08 12:00 a.m.101 views

Microsoft Windows 10 (Build 17134) - Local Privilege Escalation (UAC Bypass)

Microsoft Windows 10 Build 17134 - Local Privilege Escalation UAC Bypass include "stdafx.h" include include "resource.h" void DropResourceconst wchart rsrcName, const wchart filePath HMODULE hMod = GetModuleHandleNULL; HRSRC res = FindResourcehMod, MAKEINTRESOURCEIDRDATA1, rsrcName; DWORD dllSize...

0.7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/11/08 12:00 a.m.38 views

Microsoft Windows 10 (Build 17134) - Local Privilege Escalation (UAC Bypass)

include "stdafx.h" include include "resource.h" void DropResourceconst wchart rsrcName, const wchart filePath HMODULE hMod = GetModuleHandleNULL; HRSRC res = FindResourcehMod, MAKEINTRESOURCEIDRDATA1, rsrcName; DWORD dllSize = SizeofResourcehMod, res; void dllBuff = LoadResourcehMod, res; HANDLE...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2018/10/30 12:00 a.m.52 views

Microsoft Windows 10 User Sessions Stuck

!/usr/bin/env python Exploit Title: Windows 10 All Users Session Stuck Date: 2018-10-24 Exploit Author: Fabien DROMAS - Security consultant @ Synetis Twitter: st0rnpentest After microsoft's refusal to consider the issue as a security problem, I disclose the script Vendor Homepage: www.microsoft.c...

7.4AI score
SaveExploits0
zdt
zdt
added 2018/10/23 12:00 a.m.130 views

Microsoft Windows 10 UAC Bypass By computerDefault Exploit

This exploit permits an attacker to bypass UAC by hijacking a registry key during computerSecurity.exe auto elevate windows binary execution. !/usr/bin/env python Exploit Title: Windows 10 UAC Bypass by computerDefault Date: 2018-10-18 Exploit Author: Fabien DROMAS - Security consultant @ Synetis...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/10/22 12:00 a.m.47 views

Microsoft Windows 10 - Local Privilege Escalation (UAC Bypass)

!/usr/bin/env python Exploit Title: Windows 10 UAC Bypass by computerDefault Date: 2018-10-18 Exploit Author: Fabien DROMAS - Security consultant @ Synetis Twitter: st0rnpentest Vendor Homepage: www.microsoft.com Version: Version 10.0.17134.285 Tested on: Windows 10 pro Version 10.0.17134.285...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2018/10/22 12:00 a.m.62 views

Microsoft Windows 10 UAC Bypass By computerDefault

!/usr/bin/env python Exploit Title: Windows 10 UAC Bypass by computerDefault Date: 2018-10-18 Exploit Author: Fabien DROMAS - Security consultant @ Synetis Twitter: st0rnpentest Vendor Homepage: www.microsoft.com Version: Version 10.0.17134.285 Tested on: Windows 10 pro Version 10.0.17134.285...

0.3AI score
SaveExploits0
exploitpack
exploitpack
added 2018/10/22 12:00 a.m.18 views

Microsoft Windows 10 - Local Privilege Escalation (UAC Bypass)

Microsoft Windows 10 - Local Privilege Escalation UAC Bypass !/usr/bin/env python Exploit Title: Windows 10 UAC Bypass by computerDefault Date: 2018-10-18 Exploit Author: Fabien DROMAS - Security consultant @ Synetis Twitter: st0rnpentest Vendor Homepage: www.microsoft.com Version: Version...

0.5AI score
SaveExploits0
Kitploit
Kitploit
added 2018/09/25 9:02 p.m.283 views

SharpSploit - A .NET Post-Exploitation Library Written In C#

SharpSploit is a .NET post-exploitation library written in C that aims to highlight the attack surface of .NET and make the use of offensive .NET easier for red teamers. SharpSploit is named, in part, as a homage to the PowerSploit project, a personal favorite of mine! While SharpSploit does port...

7.7AI score
SaveExploits0References10
Packet Storm
Packet Storm
added 2018/09/19 12:00 a.m.73 views

Ubisoft Uplay Desktop Client 63.0.5699.0 Remote Code Execution

Exploit Title: Ubisoft Uplay Desktop Client 63.0.5699.0 - Remote Code Execution Date: 2018-09-01 Exploit Author: Che-Chun Kuo Vulnerability Type: URI Parsing Command Injection Vendor Homepage: https://www.ubisoft.com/en-us/ Software Link: https://uplay.ubi.com/ Version: 63.0.5699.0 Tested on:...

0.1AI score
SaveExploits0
Rows per page
Query Builder