Lucene search
+L

649 matches found

seebug.org
seebug.org
added 2014/07/01 12:0 a.m.15 views

PXE exploit server

No description provided by source. $Id: pxexploit.rb 13493 2011-08-05 17:10:27Z scriptjunkie $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms o...

7.1AI score
SaveExploits0
Kitploit
Kitploit
added 2014/06/02 8:52 p.m.31 views

Liffy - Local File Inclusion Exploitation Tool

Liffy is a tool written in Python designed to exploit local file inclusion vulnerabilities using three different techniques that will get you a working web shell. The first two make use of the built-in PHP wrappers php://input and data://. The third makes use of the process control extension call...

7.3AI score
SaveExploits0References1
Metasploit
Metasploit
added 2014/05/29 4:45 p.m.77 views

MS14-009 .NET Deployment Service IE Sandbox Escape

This module abuses a process creation policy in Internet Explorer's sandbox, specifically in the .NET Deployment Service dfsvc.exe, which allows the attacker to escape the Enhanced Protected Mode, and execute code with Medium Integrity. This module requires Metasploit:...

9.3CVSS7.7AI score0.69686EPSS
SaveExploits6
0day.today
0day.today
added 2014/05/06 12:0 a.m.73 views

Windows NTUserMessageCall Win32k Kernel Pool Overflow (Schlamperei)

A kernel pool overflow in Win32k which allows local privilege escalation. The kernel shellcode nulls the ACL for the winlogon.exe process a SYSTEM process. This allows any unprivileged process to freely migrate to winlogon.exe, achieving privilege escalation. Used in pwn2own 2013 by MWR to break...

7.2CVSS0.5AI score0.1218EPSS
SaveExploits8
Exploit DB
Exploit DB
added 2014/05/06 12:0 a.m.91 views

Microsoft Windows - NTUserMessageCall Win32k Kernel Pool Overflow 'schlamperei.x86.dll' (MS13-053) (Metasploit)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'msf/core/post/windows/reflectivedllinjection' require 'rex' class Metasploit3 'Windows NTUserMessageCall Win32k Kernel Pool Overflow...

7.2CVSS5.2AI score0.1218EPSS
SaveExploits8
Metasploit
Metasploit
added 2014/04/23 7:32 a.m.19 views

Mac OS X NFS Mount Privilege Escalation Exploit

This exploit leverages a stack buffer overflow vulnerability to escalate privileges. The vulnerable function nfsconvertoldnfsargs does not verify the size of a user-provided argument before copying it to the stack. As a result, by passing a large size as an argument, a local user can overwrite th...

0.6AI score
SaveExploits0
0day.today
0day.today
added 2014/03/14 12:0 a.m.42 views

Firefox Exec Shellcode From Privileged Javascript Shell

This Metasploit module allows execution of native payloads from a privileged Firefox Javascript shell. It puts the specified payload into memory, adds the necessary protection flags, and calls it. Useful for upgrading a Firefox javascript shell to a Meterpreter session without touching the disk...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2014/03/13 12:0 a.m.32 views

Firefox Exec Shellcode From Privileged Javascript Shell

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'msf/core/payload/firefox' class Metasploit3 'Firefox Exec Shellcode from Privileged Javascript Shell', 'Description' = %q Allows execution of...

0.2AI score
SaveExploits0
Metasploit
Metasploit
added 2014/03/11 2:49 a.m.816 views

Android Meterpreter, Android Reverse HTTPS Stager

Run a meterpreter server in Android. Tunnel communication over HTTPS This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = :dynamic include Msf::Payload::Stager include...

0.5AI score
SaveExploits0
Metasploit
Metasploit
added 2014/02/15 9:21 p.m.76 views

Windows Meterpreter (Reflective Injection), Reverse Hop HTTP/HTTPS Stager

Inject the Meterpreter server DLL via the Reflective Dll Injection payload staged. Requires Windows XP SP2 or newer. Tunnel communication over an HTTP or HTTPS hop point. Note that you must first upload data/hop/hop.php to the PHP server you wish to use as a hop. This module requires Metasploit:...

7.7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2014/02/11 12:0 a.m.21 views

Windows Command Shell Upgrade (Powershell)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'msf/core/exploit/powershell' class Metasploit3 'Windows Command Shell Upgrade Powershell', 'Description' = %q This module executes Powershell t...

0.1AI score
SaveExploits0
0day.today
0day.today
added 2014/02/11 12:0 a.m.17 views

Windows Command Shell Upgrade (Powershell)

This Metasploit module executes Powershell to upgrade a Windows Shell session to a full Meterpreter session. This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'msf/core/exploit/powershell' class...

6.9AI score
SaveExploits0
Metasploit
Metasploit
added 2014/02/02 7:4 p.m.22 views

Windows Command Shell Upgrade (Powershell)

This module executes Powershell to upgrade a Windows Shell session to a full Meterpreter session. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Windows Command Shell Upgrade Powershell',...

0.3AI score
SaveExploits0
Metasploit
Metasploit
added 2013/12/15 3:0 a.m.32 views

Windows Escalate Service Permissions Local Privilege Escalation

This module attempts to exploit existing administrative privileges to obtain a SYSTEM session. If directly creating a service fails, this module will inspect existing services to look for insecure configuration, file or registry permissions that may be hijacked. It will then attempt to restart th...

6.9AI score
SaveExploits0
Metasploit
Metasploit
added 2013/11/13 7:41 p.m.37 views

OSX Screen Capture

This module takes screenshots of target desktop and automatically downloads them. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'OSX Screen Capture', 'Description' = %q This module takes...

0.2AI score
SaveExploits0
Metasploit
Metasploit
added 2013/11/13 10:21 a.m.35 views

OSX Network Share Mounter

This module lists saved network shares and tries to connect to them using stored credentials. This does not require root privileges. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'OSX Network...

6.9AI score
SaveExploits0
Metasploit
Metasploit
added 2013/11/11 7:14 a.m.223 views

Windows SYSTEM Escalation via KiTrap0D

This module will create a new session with SYSTEM privileges via the KiTrap0D exploit by Tavis Ormandy. If the session in use is already elevated then the exploit will not run. The module relies on kitrap0d.x86.dll, and is not supported on x64 editions of Windows. This module requires Metasploit:...

7.8CVSS6.4AI score0.29253EPSS
SaveExploits13
Metasploit
Metasploit
added 2013/08/26 12:54 p.m.86 views

Windows Escalate UAC Protection Bypass

This module will bypass Windows UAC by utilizing the trusted publisher certificate through process injection. It will spawn a second shell that has the UAC flag turned off. This module requires Metasploit: https://metasploit.com/download Current source:...

7.5AI score
SaveExploits0
0day.today
0day.today
added 2013/07/02 12:0 a.m.48 views

Windows EPATHOBJ::pprFlattenRec Local Privilege Escalation

Exploit for windows platform in category local exploits require 'msf/core' require 'rex' require 'msf/core/post/common' require 'msf/core/post/windows/priv' require 'msf/core/post/windows/process' class Metasploit3 'Windows EPATHOBJ::pprFlattenRec Local Privilege Escalation', 'Description' = %q...

6.8AI score0.39578EPSS
SaveExploits8
Metasploit
Metasploit
added 2013/06/29 8:41 p.m.51 views

Windows Manage Trojanize Support Account

This module enables alternative access to servers and workstations by modifying the support account's properties. It will enable the account for remote access as the administrator user while taking advantage of some weird behavior in lusrmgr.msc. It will check if sufficient privileges are availab...

7AI score
SaveExploits0
Rows per page
Query Builder