Lucene search
+L

13853 matches found

Metasploit
Metasploit
added 2016/03/01 12:00 a.m.50 views

Ruby on Rails ActionPack Inline ERB Code Execution

This module exploits a remote code execution vulnerability in the inline request processor of the Ruby on Rails ActionPack component. This vulnerability allows an attacker to process ERB to the inline JSON processor, which is then rendered, permitting full RCE within the runtime, without logging ...

7.5CVSS8AI score0.84987EPSS
SaveExploits7
zdt
zdt
added 2016/03/01 12:00 a.m.52 views

Netgear ProSafe Network Management System 300 - Arbitrary File Upload (Metasploit)

Exploit for windows platform in category remote exploits This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit4 'NETGEAR ProSafe Network Management System 300 Arbitrary File Upload',...

7.8CVSS9.2AI score0.71359EPSS
SaveExploits7
Metasploit
Metasploit
added 2016/03/01 12:00 a.m.51 views

ATutor 2.2.1 SQL Injection / Remote Code Execution

This module exploits a SQL Injection vulnerability and an authentication weakness vulnerability in ATutor. This essentially means an attacker can bypass authentication and reach the administrator's interface where they can upload malicious code. Module Options msf use exploit/multi/http/atutor/sq...

9.8CVSS8.9AI score0.71182EPSS
SaveExploits7
zdt
zdt
added 2016/03/01 12:00 a.m.69 views

ATutor 2.2.1 - SQL Injection / Remote Code Execution (Metasploit)

Exploit for php platform in category remote exploits This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'ATutor 2.2.1 SQL Injection / Remote Code Execution', 'Description' = %q This...

7.5CVSS9.2AI score0.71182EPSS
SaveExploits7
Metasploit
Metasploit
added 2016/02/29 3:01 a.m.37 views

OWA Exchange Web Services (EWS) Login Scanner

This module attempts to log in to the Exchange Web Services, often exposed at https://example.com/ews/, using NTLM authentication. This method is faster and simpler than traditional form-based logins. In most cases, all you need to set is RHOSTS and some combination of user/pass files; the...

SaveExploits0
ICS
ICS
added 2016/02/27 7:00 a.m.26 views

Environmental Systems Corporation Data Controllers Vulnerabilities

OVERVIEW This updated advisory is a follow-up to the updated advisory titled ICSA-16-147-01A Environmental Systems Corporation Data Controllers Vulnerabilities that was published June 2, 2016, on the NCCIC/ICS-CERT web site. Independent researcher Maxim Rupp has identified data controller...

9.4AI score
SaveExploits0References10
n0where
n0where
added 2016/02/26 4:34 p.m.486 views

Linux Embedded Firmware Dynamic Analysis: FIRMADYNE

FIRMADYNE is an automated and scalable system for performing emulation and dynamic analysis of Linux-based embedded firmware. It includes the following components: modified kernels MIPS: v2.6.32 , ARM: v4.1 , v3.10 for instrumentation of firmware execution; a userspace NVRAM library to emulate a...

7.8AI score
SaveExploits0References17
exploitpack
exploitpack
added 2016/02/26 12:00 a.m.38 views

Microsoft Windows - NetAPI32.dll Code Execution (Python) (MS08-067)

Microsoft Windows - NetAPI32.dll Code Execution Python MS08-067 import struct import time import sys from threading import Thread Thread is imported incase you would like to modify try: from impacket import smb from impacket import uuid from impacket import dcerpc from impacket.dcerpc.v5 import...

7.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/02/26 12:00 a.m.56 views

Microsoft Windows - 'NetAPI32.dll' Code Execution (Python) (MS08-067)

import struct import time import sys from threading import Thread Thread is imported incase you would like to modify try: from impacket import smb from impacket import uuid from impacket import dcerpc from impacket.dcerpc.v5 import transport except ImportError, : print 'Install the following...

10CVSS8.2AI score0.98751EPSS
SaveExploits17
Metasploit
Metasploit
added 2016/02/26 12:00 a.m.13 views

Centreon Web Useralias Command Execution

Centreon Web Interface use exploit/linux/http/centreon/useraliasexec msf undefineduseraliasexec show actions ...actions... msf undefineduseraliasexec set ACTION msf undefineduseraliasexec show options ...show and set options... msf undefineduseraliasexec run This module requires Metasploit:...

5.5AI score
SaveExploits0
zdt
zdt
added 2016/02/26 12:00 a.m.478 views

Microsoft Windows - NetAPI32.dll Code Execution (Python) (MS08-067) Exploit

Exploit for windows platform in category remote exploits EDB-Note: Source https://raw.githubusercontent.com/ohnozzy/Exploit/master/MS08067.py import struct import time import sys from threading import Thread Thread is imported incase you would like to modify try: from impacket import smb from...

10CVSS9.2AI score0.98751EPSS
SaveExploits17
Metasploit
Metasploit
added 2016/02/25 12:00 a.m.45 views

Netgear Devices Unauthenticated Remote Command Execution

From the CVE-2016-1555 page: 1 boardData102.php, 2 boardData103.php, 3 boardDataJP.php, 4 boardDataNA.php, and 5 boardDataWW.php in Netgear WN604 before 3.3.3 and WN802Tv2, WNAP210v2, WNAP320, WNDAP350, WNDAP360, and WNDAP660 before 3.5.5.0 allow remote attackers to execute arbitrary commands...

10CVSS8.7AI score0.98325EPSS
SaveExploits5
Metasploit
Metasploit
added 2016/02/24 12:00 a.m.52 views

Jenkins XStream Groovy classpath Deserialization Vulnerability

This module exploits CVE-2016-0792 a vulnerability in Jenkins versions older than 1.650 and Jenkins LTS versions older than 1.642.2 which is caused by unsafe deserialization in XStream with Groovy in the classpath, which allows remote arbitrary code execution. The issue affects default...

9CVSS7.2AI score0.71058EPSS
SaveExploits23
Kitploit
Kitploit
added 2016/02/22 10:30 p.m.36 views

SQLMap - Automatic SQL Injection And Database Takeover Tool

sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lastin...

8.6AI score
SaveExploits0References1
Metasploit
Metasploit
added 2016/02/19 3:18 a.m.133 views

Search Engine Subdomains Collector

This module can be used to gather subdomains about a domain from Yahoo, Bing. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Search Engine Subdomains Collector', 'Description' = %q This module...

6.9AI score
SaveExploits0
Metasploit
Metasploit
added 2016/02/15 4:39 a.m.27 views

Linknat Vos Manager Traversal

This module attempts to test whether a file traversal vulnerability is present in version of linknat vos2009/vos3000 This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Linknat Vos Manager...

0.1AI score
SaveExploits0
Metasploit
Metasploit
added 2016/02/14 12:00 a.m.30 views

Xymon useradm Command Execution

This module exploits a command injection vulnerability in Xymon versions before 4.3.25 which allows authenticated users to execute arbitrary operating system commands as the web server user. When adding a new user to the system via the web interface with useradm.sh, the user's username and passwo...

8.8CVSS8.6AI score0.53102EPSS
SaveExploits5
Metasploit
Metasploit
added 2016/02/13 12:00 a.m.82 views

Ubiquiti airOS Arbitrary File Upload

This module exploits a pre-auth file upload to install a new root user to /etc/passwd and an SSH key to /etc/dropbear/authorizedkeys. FYI, /etc/passwd,dropbear/authorizedkeys will be overwritten. /etc/persistent/rc.poststart will be overwritten if PERSISTETC is true. This method is used by the "m...

10CVSS8.6AI score0.73999EPSS
SaveExploits3
zdt
zdt
added 2016/02/10 12:00 a.m.22 views

D-Link DCS-930L - Authenticated Remote Command Execution (Metasploit)

Exploit for hardware platform in category remote exploits This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'D-Link DCS-930L Authenticated Remote Command Execution', 'Description' = %...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/02/10 12:00 a.m.39 views

D-Link DCS-930L - (Authenticated) 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 'D-Link DCS-930L Authenticated Remote Command Execution', 'Description' = %q The D-Link DCS-930L Network Video Camera is vulnerable t...

5.3AI score
SaveExploits0
Rows per page
Query Builder