Lucene search
+L

13853 matches found

seebug.org
seebug.org
added 2014/08/20 12:00 a.m.46 views

VirtualBox 3D Acceleration Virtual Machine Escape

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 'rex' class Metasploit3 Msf::Exploit::Local Rank = AverageRanking DEVICE = '\\.\VBoxGuest'...

7.1AI score0.08195EPSS
SaveExploits11
seebug.org
seebug.org
added 2014/08/20 12:00 a.m.97 views

Firefox toString console.time Privileged Javascript Injection

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 'rex/exploitation/jsobfu' class Metasploit3 Msf::Exploit::Remote Rank = ExcellentRanking include...

10CVSS8.3AI score0.40118EPSS
SaveExploits13
Metasploit
Metasploit
added 2014/08/19 12:03 a.m.102 views

GlassFish Brute Force Utility

This module attempts to login to GlassFish instance using username and password combinations indicated by the USERFILE, PASSFILE, and USERPASSFILE options. It will also try to do an authentication bypass against older versions of GlassFish. Note: by default, GlassFish 4.0 requires HTTPS, which...

10CVSS7.6AI score0.60878EPSS
SaveExploits6
Exploit DB
Exploit DB
added 2014/08/19 12:00 a.m.65 views

Gitlab-shell - Code Execution (Metasploit)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'net/ssh' class Metasploit3 'Gitlab-shell Code Execution', 'Description' = %q This module takes advantage of the addition of authorized ssh keys...

6.5CVSS5.2AI score0.42139EPSS
SaveExploits5
Metasploit
Metasploit
added 2014/08/19 12:00 a.m.27 views

SolarWinds Storage Manager Authentication Bypass

This module exploits an authentication bypass vulnerability in Solarwinds Storage Manager. The vulnerability exists in the AuthenticationFilter, which allows to bypass authentication with specially crafted URLs. After bypassing authentication, is possible to use a file upload function to achieve...

10CVSS5.8AI score0.93162EPSS
SaveExploits1
Exploit DB
Exploit DB
added 2014/08/19 12:00 a.m.56 views

Mozilla Firefox - toString console.time Privileged JavaScript Injection (Metasploit)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'rex/exploitation/jsobfu' class Metasploit3 HttpClients::FF, :uaminver = "15.0", :uamaxver = "22.0", :javascript = true, :rank = ExcellentRankin...

4.3CVSS6.7AI score0.10893EPSS
SaveExploits4
zdt
zdt
added 2014/08/18 12:00 a.m.59 views

Gitlab-shell Code Execution Exploit

This Metasploit module takes advantage of the addition of authorized ssh keys in the gitlab-shell functionality of Gitlab. Versions of gitlab-shell prior to 1.7.4 used the ssh key provided directly in a system call resulting in a command injection vulnerability. As this relies on adding an ssh ke...

6.5CVSS7AI score0.42139EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2014/08/18 12:00 a.m.86 views

Gitlab-shell Code Execution

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'net/ssh' class Metasploit3 'Gitlab-shell Code Execution', 'Description' = %q This module takes advantage of the addition of authorized ssh keys...

6.5CVSS6.6AI score0.42139EPSS
SaveExploits5
zdt
zdt
added 2014/08/14 12:00 a.m.39 views

VMTurbo Operations Manager 4.6 vmtadmin.cgi Remote Command Execution

VMTurbo Operations Manager 4.6 and prior are vulnerable to unauthenticated OS Command injection in the web interface. Use reverse payloads for the most reliable results. Since it is a blind OS command injection vulnerability, there is no output for the executed command when using the cmd generic...

7.5CVSS7.2AI score0.7345EPSS
SaveExploits6
Exploit DB
Exploit DB
added 2014/08/14 12:00 a.m.34 views

VMTurbo Operations Manager 4.6 - 'vmtadmin.cgi' Remote Command Execution (Metasploit)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'VMTurbo Operations Manager 4.6 vmtadmin.cgi Remote Command Execution', 'Description' = %q VMTurbo Operations Manager 4.6 and prior ar...

7.5CVSS5.2AI score0.7345EPSS
SaveExploits6
exploitpack
exploitpack
added 2014/08/14 12:00 a.m.24 views

Alienvault Open Source SIEM (OSSIM) 4.7.0 - get_license Remote Command Execution (Metasploit)

Alienvault Open Source SIEM OSSIM 4.7.0 - getlicense Remote Command Execution Metasploit require 'msf/core' require 'rexml/document' class MetasploitModule 'Alienvault OSSIM av-centerd Command Injection getlicense', 'Description' = %q This module exploits a command injection flaw found in the...

1AI score0.14917EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2014/08/13 12:00 a.m.49 views

Oracle VM VirtualBox Guest Additions 4.3.10r93012 - 'VBoxGuest.sys' Local Privilege Escalation (Metasploit)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'msf/core/exploit/local/windowskernel' require 'rex' class Metasploit3 'VirtualBox Guest Additions VBoxGuest.sys Privilege Escalation',...

3.6CVSS5.2AI score0.07197EPSS
SaveExploits7
Packet Storm
Packet Storm
added 2014/08/12 12:00 a.m.48 views

VirtualBox Guest Additions VBoxGuest.sys Privilege Escalation

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'msf/core/exploit/local/windowskernel' require 'rex' class Metasploit3 'VirtualBox Guest Additions VBoxGuest.sys Privilege Escalation',...

3.6CVSS0.7AI score0.07197EPSS
SaveExploits7
zdt
zdt
added 2014/08/11 12:00 a.m.33 views

Yokogawa BKBCopyD.exe Client Exploit

This module allows an unauthenticated user to interact with the Yokogawa CENTUM CS3000 BKBCopyD.exe service through the PMODE, RETR and STOR operations. Usage Info Module Options To display the available options, load the module within the Metasploit console and run the commands 'show options' or...

7.3AI score
SaveExploits0
zdt
zdt
added 2014/08/11 12:00 a.m.35 views

Wordpress XMLRPC DoS Exploit

Wordpress XMLRPC parsing is vulnerable to a XML based denial of service. This vulnerability affects Wordpress 3.5 - 3.9.2 3.8.4 and 3.7.4 are also patched. Usage Info Module Options To display the available options, load the module within the Metasploit console and run the commands 'show options'...

7AI score
SaveExploits0
Metasploit
Metasploit
added 2014/08/09 12:00 a.m.28 views

Yokogawa BKBCopyD.exe Client

This module allows an unauthenticated user to interact with the Yokogawa CENTUM CS3000 BKBCopyD.exe service through the PMODE, RETR and STOR operations. Module Options msf use auxiliary/admin/scada/yokogawa/bkbcopydclient msf undefinedbkbcopydclient show actions ...actions... msf...

7.5CVSS7.1AI score0.22543EPSS
SaveExploits3
Kitploit
Kitploit
added 2014/08/08 2:52 a.m.38 views

Shellter v1.7 - Dynamic ShellCode Injector Tool

Shellter is a dynamic shellcode injection tool, and probably the first dynamic PE infector ever created. It can be used in order to inject shellcode into native Windows applications currently 32-bit apps only. The shellcode can be something yours or something generated through a framework, such a...

8.2AI score
SaveExploits0
Metasploit
Metasploit
added 2014/07/25 1:24 p.m.264 views

Wordpress XML-RPC Username/Password Login Scanner

This module attempts to authenticate against a Wordpress-site via XMLRPC using username and password combinations indicated by the USERFILE, PASSFILE, and USERPASSFILE options. This module requires Metasploit: https://metasploit.com/download Current source:...

7.5CVSS7.4AI score0.53618EPSS
SaveExploits41
Packet Storm
Packet Storm
added 2014/07/25 12:00 a.m.42 views

MQAC.sys Arbitrary Write Privilege Escalation

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'rex' class Metasploit3 'MQAC.sys Arbitrary Write Privilege Escalation', 'Description' = %q A vulnerability within the MQAC.sys module allows an...

7.2CVSS0.6AI score0.23046EPSS
SaveExploits21
Exploit DB
Exploit DB
added 2014/07/25 12:00 a.m.43 views

Microsoft Windows XP SP3 - 'MQAC.sys' Arbitrary Write Privilege Escalation (Metasploit)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'rex' class Metasploit3 'MQAC.sys Arbitrary Write Privilege Escalation', 'Description' = %q A vulnerability within the MQAC.sys module allows an...

7.2CVSS5.2AI score0.23046EPSS
SaveExploits21
Rows per page
Query Builder