Lucene search
+L

81 matches found

seebug.org
seebug.org
added 2014/11/13 12:00 a.m.97 views

Windows TrackPopupMenu Win32k NULL Pointer Dereference

No description provided by source. 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 Msf::Exploit::Local Rank =...

7.2CVSS8.3AI score0.87042EPSS
SaveExploits21
seebug.org
seebug.org
added 2014/07/01 12:00 a.m.42 views

Windows TrackPopupMenuEx Win32k NULL Page

No description provided by source. 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 Msf::Exploit::Local Rank =...

7.2CVSS6.4AI score0.14835EPSS
SaveExploits7
Metasploit
Metasploit
added 2014/03/06 1:35 a.m.43 views

Reflective DLL Injection, Reverse HTTP Stager Proxy

Inject a DLL via a reflective loader. Tunnel communication over HTTP This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 665 include Msf::Payload::Stager include Msf::Payload::Windows...

0.6AI score
SaveExploits0
zdt
zdt
added 2014/03/05 12:00 a.m.25 views

Windows Escalate UAC Protection Bypass (In Memory Injection)

This Metasploit 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 Metasploit module uses the Reflective DLL Injection technique to drop only the DLL payload binary instead of...

7.8AI score
SaveExploits0
Packet Storm
Packet Storm
added 2014/02/11 12:00 a.m.57 views

Windows TrackPopupMenuEx Win32k NULL Page

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 TrackPopupMenuEx Win32k NULL Page', 'Description' = %q...

7.2CVSS0.4AI score0.14835EPSS
SaveExploits7
zdt
zdt
added 2014/02/11 12:00 a.m.67 views

Windows TrackPopupMenuEx Win32k NULL Page

This Metasploit module exploits a vulnerability in win32k.sys where under specific conditions TrackPopupMenuEx will pass a NULL pointer to the MNEndMenuState procedure. This Metasploit module has been tested successfully on Windows 7 SP0 and Windows 7 SP1. This module requires Metasploit:...

7.2CVSS0.14835EPSS
SaveExploits7
ThreatPost
ThreatPost
added 2013/08/29 4:04 p.m.11 views

Researchers Reverse Engineer Dropbox

Researchers have cracked open cloud storage service Dropbox, reverse engineering the encryption protecting the client in order to open it up to further security analysis. The engineers, Dhiru Kholia of Openwall and Przemyslaw Wegrzyn of CodePainters, also managed to demonstrate how to use...

1.3AI score
SaveExploits0References2
Metasploit
Metasploit
added 2013/07/02 7:48 p.m.107 views

Windows Manage Reflective DLL Injection Module

This module will inject a specified reflective DLL into the memory of a process, new or existing. If arguments are specified, they are passed to the DllMain entry point as the lpvReserved 3rd parameter. To read output from the injected process, set PID to zero and WAIT to non-zero. Make sure the...

6.8AI score
SaveExploits0
Metasploit
Metasploit
added 2013/02/28 7:59 a.m.12 views

Reflective DLL Injection, Reverse TCP Stager (RC4 Stage Encryption DNS, Metasm)

Inject a DLL via a reflective loader. Connect back to the attacker -- coding: binary -- This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 438 include Msf::Payload::Stager include...

6.9AI score
SaveExploits0
Metasploit
Metasploit
added 2012/12/31 9:33 p.m.22 views

Reflective DLL Injection, Bind TCP Stager (RC4 Stage Encryption, Metasm)

Inject a DLL via a reflective loader. Listen for a connection -- coding: binary -- This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 415 include Msf::Payload::Stager include...

0.6AI score
SaveExploits0
Metasploit
Metasploit
added 2012/12/31 9:33 p.m.21 views

Reflective DLL Injection, Reverse TCP Stager (RC4 Stage Encryption, Metasm)

Inject a DLL via a reflective loader. Connect back to the attacker -- coding: binary -- This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 413 include Msf::Payload::Stager include...

1.1AI score
SaveExploits0
Metasploit
Metasploit
added 2010/12/31 12:00 a.m.95 views

Windows Escalate UAC Protection Bypass (In Memory Injection)

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 uses the Reflective DLL Injection technique to drop only the DLL payload binary instead of three separate binari...

5.4AI score
SaveExploits0
Metasploit
Metasploit
added 2010/04/03 3:38 a.m.14 views

Reflective DLL Injection, Reverse TCP Stager (DNS)

Inject a DLL via a reflective loader. Connect back to the attacker This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 321 include Msf::Payload::Stager include...

1.2AI score
SaveExploits0
Metasploit
Metasploit
added 2009/09/25 5:44 a.m.21 views

Reflective DLL Injection, Reverse All-Port TCP Stager

Inject a DLL via a reflective loader. Try to connect back to the attacker, on all possible ports 1-65535, slowly This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 282 include...

6.9AI score
SaveExploits0
Metasploit
Metasploit
added 2008/10/01 4:16 p.m.17 views

Reflective DLL Injection, Bind TCP Stager (Windows x86)

Inject a DLL via a reflective loader. Listen for a connection Windows x86 This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 298 include Msf::Payload::Stager include...

7AI score
SaveExploits0
Metasploit
Metasploit
added 2008/08/22 6:34 a.m.14 views

Reflective DLL Injection, Bind IPv6 TCP Stager (Windows x86)

Inject a DLL via a reflective loader. Listen for an IPv6 connection Windows x86 This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 298 include Msf::Payload::Stager include...

7AI score
SaveExploits0
Metasploit
Metasploit
added 2008/08/22 6:34 a.m.11 views

Reflective DLL Injection, Reverse TCP Stager (IPv6)

Inject a DLL via a reflective loader. Connect back to the attacker over IPv6 This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 289 include Msf::Payload::Stager include...

1.1AI score
SaveExploits0
Metasploit
Metasploit
added 2008/08/13 1:49 a.m.18 views

Reflective DLL Injection, Bind TCP Stager (No NX or Win7)

Inject a DLL via a reflective loader. Listen for a connection No NX This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 201 include Msf::Payload::Stager include Msf::Payload::Windows d...

0.7AI score
SaveExploits0
Metasploit
Metasploit
added 2008/08/13 1:49 a.m.14 views

Reflective DLL Injection, Reverse TCP Stager (No NX or Win7)

Inject a DLL via a reflective loader. Connect back to the attacker No NX This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 177 include Msf::Payload::Stager include...

1.2AI score
SaveExploits0
Metasploit
Metasploit
added 2007/02/18 12:10 a.m.17 views

Reflective DLL Injection, Reverse TCP Stager

Inject a DLL via a reflective loader. Connect back to the attacker This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 296 include Msf::Payload::Stager include...

1.2AI score
SaveExploits0
Rows per page
Query Builder