Lucene search
+L

13847 matches found

Kitploit
Kitploit
added 2015/05/08 2:13 p.m.36 views

Kunai - Pwning & Info Gathering via User Browser

Sometimes there is a need to obtain ip address of specific person or perform client-side attacks via user browser. This is what you need in such situations. Kunai is a simple script which collects many informations about a visitor and saves output to file; furthermore, you may try to perform...

6.6AI score
SaveExploits0References1
Exploit DB
Exploit DB
added 2015/05/08 12:00 a.m.78 views

WordPress Plugin RevSlider 3.0.95 - Arbitrary File Upload / Execution (Metasploit)

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Wordpress RevSlider File Upload and Execute Vulnerability', 'Description' = %q This module exploits an arbitrary PHP code upload in...

7.5CVSS5.2AI score0.75701EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2015/05/08 12:00 a.m.48 views

Adobe Flash Player - domainMemory ByteArray Use-After-Free (Metasploit)

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Adobe Flash Player domainMemory ByteArray Use After Free', 'Description' = %q This module exploits a use-after-free vulnerability in...

10CVSS5.1AI score0.92109EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2015/05/07 12:00 a.m.28 views

Group Policy Script Execution From Shared Resource

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Group Policy Script Execution From Shared Resource', 'Description' = %q This is a general-purpose module for exploiting systems with...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2015/05/07 12:00 a.m.23 views

WordPress RevSlider 3.0.95 File Upload / Execute

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Wordpress RevSlider File Upload and Execute Vulnerability', 'Description' = %q This module exploits an arbitrary PHP code upload in...

0.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2015/05/04 12:00 a.m.39 views

Novell ZENworks Configuration Management Arbitrary File Upload

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Novell ZENworks Configuration Management Arbitrary File Upload', 'Description' = %q This module exploits a file upload vulnerability...

10CVSS6.4AI score0.74516EPSS
SaveExploits9
Metasploit
Metasploit
added 2015/05/02 6:52 p.m.43 views

BSD x64 Command Shell, Reverse TCP Inline

Connect back to attacker and spawn a command shell This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 81 include Msf::Payload::Single include Msf::Payload::Bsd include...

7AI score
SaveExploits0
Metasploit
Metasploit
added 2015/05/02 6:52 p.m.38 views

BSD x64 Command Shell, Bind TCP Inline

Listen for a connection and spawn a command shell This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 88 include Msf::Payload::Single include Msf::Payload::Bsd include...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2015/05/02 6:52 p.m.36 views

BSD x64 Command Shell, Reverse TCP Inline (IPv6)

Connect back to attacker and spawn a command shell over IPv6 This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 105 include Msf::Payload::Single include Msf::Payload::Bsd include...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2015/05/02 6:52 p.m.37 views

BSD x64 Command Shell, Bind TCP Inline (IPv6)

Listen for a connection and spawn a command shell over IPv6 This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = 90 include Msf::Payload::Single include Msf::Payload::Bsd include...

7.2AI score
SaveExploits0
zdt
zdt
added 2015/05/01 12:00 a.m.65 views

Adobe Flash Player UncompressViaZlibVariant Uninitialized Memory Exploit

This Metasploit module exploits an uninitialized memory vulnerability in Adobe Flash Player. The vulnerability occurs in the ByteArray::UncompressViaZlibVariant method, which fails to initialize allocated memory. When using a correct memory layout this vulnerability leads to a ByteArray object...

10CVSS1.2AI score0.81943EPSS
SaveExploits5
GithubExploit
GithubExploit
added 2015/04/28 4:04 a.m.8 views

wpsploit

WPSploit WPSploit - Exploiting WordPress With Metasploi...

6.4AI score
SaveExploits0
Metasploit
Metasploit
added 2015/04/25 3:49 p.m.29 views

Windows Interactive Powershell Session, Reverse TCP

Listen for a connection and spawn an interactive powershell session This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'rex/powershell' module MetasploitModule CachedSize = :dynamic include...

7.4AI score
SaveExploits0
Metasploit
Metasploit
added 2015/04/25 3:49 p.m.34 views

Windows Interactive Powershell Session, Bind TCP

Listen for a connection and spawn an interactive powershell session This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'rex/powershell' Extends the Exec payload to run a powershell command module MetasploitModule...

7AI score
SaveExploits0
Metasploit
Metasploit
added 2015/04/25 7:41 a.m.29 views

InfluxDB Enum Utility

This module enumerates databases on InfluxDB using the REST API using the default authentication of root:root. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'InfluxDB Enum Utility',...

0.6AI score
SaveExploits0
zdt
zdt
added 2015/04/25 12:00 a.m.51 views

WordPress WPshop eCommerce 1.3.9.5 Shell Upload Exploit

This Metasploit module exploits an arbitrary file upload in the WordPress WPshop eCommerce plugin versions 1.3.3.3 to 1.3.9.5. It allows you to upload arbitrary PHP code and get remote code execution. This Metasploit module has been tested successfully on WordPress WPshop eCommerce 1.3.9.5 with...

7.9AI score
SaveExploits0
zdt
zdt
added 2015/04/25 12:00 a.m.31 views

WordPress InBoundio Marketing 2.0 Shell Upload Exploit

This Metasploit module exploits an arbitrary file upload in the WordPress InBoundio Marketing plugin version 2.0. It allows you to upload arbitrary php files and get remote code execution. This Metasploit module has been tested successfully on WordPress InBoundio Marketing 2.0.3 with Wordpress...

7.9AI score
SaveExploits0
Metasploit
Metasploit
added 2015/04/24 9:25 a.m.50 views

Windows Interactive Powershell Session, Reverse TCP

Interacts with a powershell session on an established socket connection This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'rex/powershell' module MetasploitModule CachedSize = :dynamic include Msf::Payload::Sing...

0.2AI score
SaveExploits0
Metasploit
Metasploit
added 2015/04/24 9:25 a.m.51 views

Windows Interactive Powershell Session, Bind TCP

Interacts with a powershell session on an established socket connection This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'rex/powershell' module MetasploitModule CachedSize = :dynamic include Msf::Payload::Sing...

7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2015/04/24 12:00 a.m.44 views

WordPress InBoundio Marketing 2.0 Shell Upload

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Wordpress InBoundio Marketing PHP Upload Vulnerability', 'Description' = %q This module exploits an arbitrary file upload in the...

0.5AI score
SaveExploits0
Rows per page
Query Builder