Lucene search
+L
MetasploitRecent

7325 matches found

Metasploit
Metasploit
•added 2011/03/28 1:20 a.m.•48 views

Oracle iSQLPlus SID Check

This module attempts to bruteforce the SID on the Oracle application server iSQLPlus login pages. It does this by testing Oracle error responses returned in the HTTP response. Incorrect username/pass with a correct SID will produce an Oracle ORA-01017 error. Works against Oracle 9.2, 10.1 & 10.2...

0.3AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/28 12:00 a.m.•16 views

Zend Server Java Bridge Design Flaw Remote Code Execution

This module abuses a flaw in the Zend Java Bridge Component of the Zend Server Framework. By sending a specially crafted packet, an attacker may be able to execute arbitrary code. NOTE: This module has only been tested with the Win32 build of the software. Module Options msf use...

5.7AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/28 12:00 a.m.•32 views

Zend Server Java Bridge Arbitrary Java Code Execution

This module takes advantage of a trust relationship issue within the Zend Server Java Bridge. The Java Bridge is responsible for handling interactions between PHP and Java code within Zend Server. When Java code is encountered Zend Server communicates with the Java Bridge. The Java Bridge then...

5.9AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/26 3:35 a.m.•43 views

Windows Manage Inject in Memory Multiple Payloads

This module will inject in to several processes a given payload and connecting to a given list of IP Addresses. The module works with a given lists of IP Addresses and process PIDs if no PID is given it will start a the given process in the advanced options and inject the selected payload in to t...

6.9AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/25 12:00 a.m.•52 views

Siemens FactoryLink 8 CSService Logging Path Param Buffer Overflow

This module exploits a vulnerability found on Siemens FactoryLink 8. The vulnerability occurs when CSService.exe processes a CSMSGListFilesREQ message, the user-supplied path first gets converted to ANSI format CodePage 0, and then gets handled by a logging routine where proper bounds checking is...

6AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/24 12:00 a.m.•87 views

7-Technologies IGSS IGSSdataServer.exe Stack Buffer Overflow

This module exploits a vulnerability in the igssdataserver.exe component of 7-Technologies IGSS up to version 9.00.00 b11063. While processing a ListAll command, the application fails to do proper bounds checking before copying data into a small buffer on the stack. This causes a buffer overflow...

10CVSS6.1AI score0.69618EPSS
SaveExploits12
Metasploit
Metasploit
•added 2011/03/24 12:00 a.m.•81 views

7-Technologies IGSS 9 Data Server/Collector Packet Handling Vulnerabilities

This module exploits multiple vulnerabilities found on IGSS 9's Data Server and Data Collector services. The initial approach is first by transferring our binary with Write packets opcode 0x0D via port 12401 igssdataserver.exe, and then send an EXE packet opcode 0x0A to port 12397 dc.exe, which...

5.4AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/24 12:00 a.m.•92 views

7-Technologies IGSS 9 IGSSdataServer .RMS Rename Buffer Overflow

This module exploits a vulnerability found on 7-Technologies IGSS 9. By supplying a long string of data to the 'Rename' 0x02, 'Delete' 0x03, or 'Add' 0x04 command, a buffer overflow condition occurs in IGSSdataServer.exe while handing an RMS report, which results arbitrary code execution under th...

10CVSS6.4AI score0.69618EPSS
SaveExploits12
Metasploit
Metasploit
•added 2011/03/23 7:36 p.m.•54 views

PostgreSQL for Microsoft Windows Payload Execution

On default Microsoft Windows installations of PostgreSQL the postgres service account may write to the current directory which is usually "C:\Program Files\PostgreSQL\\data" where is the major.minor version of PostgreSQL. UDF DLL's may be sourced from there as well. This module uploads a Windows...

7.5AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/23 4:13 p.m.•23 views

Xerox WorkCentre User Enumeration (SNMP)

This module will do user enumeration based on the Xerox WorkCentre present on the network. SNMP is used to extract the usernames. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Xerox WorkCentr...

7AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/23 12:00 a.m.•54 views

VLC AMV Dangling Pointer Vulnerability

This module exploits VLC media player when handling a .AMV file. By flipping the 0x41st byte in the file format video width/height, VLC crashes due to an invalid pointer, which allows remote attackers to gain arbitrary code execution. The vulnerable packages include: VLC 1.1.4, VLC 1.1.5, VLC...

9.3CVSS5.6AI score0.75515EPSS
SaveExploits7
Metasploit
Metasploit
•added 2011/03/22 11:04 p.m.•23 views

Multi Gather Run Console Resource File

This module will read console commands from a resource file and execute the commands in the specified Meterpreter session. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Multi Gather Run Conso...

7.2AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/22 10:59 p.m.•26 views

Multi Gather Run Shell Command Resource File

This module will read shell commands from a resource file and execute the commands in the specified Meterpreter or shell session. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Multi Gather Ru...

SaveExploits0
Metasploit
Metasploit
•added 2011/03/21 1:26 a.m.•43 views

Linux Add User

Create a new user with UID 0 This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework AddUser ------- Adds a UID 0 user to /etc/passwd. module MetasploitModule CachedSize = 119 include Msf::Payload::Single include...

7.3AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/21 1:23 a.m.•47 views

Windows Gather USB Drive History

This module will enumerate USB Drive history on a target host. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Windows Gather USB Drive History', 'Description' = %q This module will enumerate U...

7.3AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/21 1:22 a.m.•52 views

Windows Gather Dump Recent Files lnk Info

The dumplinks module is a modified port of Harlan Carvey's lslnk.pl Perl script. This module will parse .lnk files from a user's Recent Documents folder and Microsoft Office's Recent Documents folder, if present. Windows creates these link files automatically for many common file types. The .lnk...

6.9AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/21 12:00 a.m.•42 views

Siemens FactoryLink vrn.exe Opcode 9 Buffer Overflow

This module exploits a stack buffer overflow in FactoryLink 7.5, 7.5 SP2, and 8.0.1.703. By sending a specially crafted packet, an attacker may be able to execute arbitrary code due to the improper use of a vsprintf function while processing the user-supplied text field. Originally found and post...

6AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/21 12:00 a.m.•78 views

Interactive Graphical SCADA System Remote Command Injection

This module abuses a directory traversal flaw in Interactive Graphical SCADA System v9.00. In conjunction with the traversal flaw, if opcode 0x17 is sent to the dc.exe process, an attacker may be able to execute arbitrary system commands. Module Options msf use exploit/windows/scada/igss/exec17 m...

10CVSS5.5AI score0.66982EPSS
SaveExploits10
Metasploit
Metasploit
•added 2011/03/21 12:00 a.m.•47 views

Iconics GENESIS32 Integer Overflow Version 9.21.201.01

The GenBroker service on port 38080 is affected by three integer overflow vulnerabilities while handling opcode 0x4b0, which is caused by abusing the the memory allocations needed for the number of elements passed by the client. This results unexpected behaviors such as direct registry calls,...

6AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/21 12:00 a.m.•80 views

DATAC RealWin SCADA Server 2 On_FC_CONNECT_FCS_a_FILE Buffer Overflow

This module exploits a vulnerability found in DATAC Control International RealWin SCADA Server 2.1 and below. By supplying a specially crafted OnFCBINFILEFCSFILE packet via port 910, RealWin will try to create a file which would be saved to C:\Program Files\DATAC\Real Win\RW-version\filename by...

10CVSS6.2AI score0.74638EPSS
SaveExploits16
Metasploit
Metasploit
•added 2011/03/21 12:00 a.m.•89 views

RealWin SCADA Server DATAC Login Buffer Overflow

This module exploits a stack buffer overflow in DATAC Control International RealWin SCADA Server 2.1 Build 6.0.10.10 or earlier. By sending a specially crafted OnFCCONNECTFCSLOGIN packet containing a long username, an attacker may be able to execute arbitrary code. Module Options msf use...

10CVSS5.8AI score0.74638EPSS
SaveExploits16
Metasploit
Metasploit
•added 2011/03/20 5:28 p.m.•53 views

Windows Gather ARP Scanner

This Module will perform an ARP scan for a given IP range through a Meterpreter Session. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'Windows Gather ARP Scanner', 'Description' = %q This...

7AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/19 12:00 a.m.•32 views

MPlayer Lite M3U Buffer Overflow

This module exploits a stack-based buffer overflow vulnerability in MPlayer Lite r33064, caused by improper bounds checking of an URL entry. By persuading the victim to open a specially-crafted .M3U file, specifically by drag-and-dropping it to the player, a remote attacker can execute arbitrary...

8.6CVSS6.1AI score0.01152EPSS
SaveExploits1
Metasploit
Metasploit
•added 2011/03/19 12:00 a.m.•181 views

Saltstack Minion Payload Deployer

This exploit module uses saltstack salt to deploy a payload and run it on all targets which have been selected default all. Currently only works against nix targets. Module Options msf use exploit/linux/local/saltstack/saltminiondeployer msf undefinedsaltminiondeployer show actions ...actions...

5.3AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/15 8:46 p.m.•55 views

Oracle RDBMS Login Utility

This module attempts to authenticate against an Oracle RDBMS instance using username and password combinations indicated by the USERFILE, PASSFILE, and USERPASSFILE options. Due to a bug in nmap versions 6.50-7.80 may not work. This module requires Metasploit: https://metasploit.com/download...

7.5CVSS9.5AI score0.53618EPSS
SaveExploits41
Metasploit
Metasploit
•added 2011/03/15 12:00 a.m.•47 views

Adobe Flash Player AVM Bytecode Verification Vulnerability

This module exploits a vulnerability in Adobe Flash Player versions 10.2.152.33 and earlier. This issue is caused by a failure in the ActionScript3 AVM2 verification logic. This results in unsafe JITJust-In-Time code being executed. This is the same vulnerability that was used for the RSA attack ...

9.3CVSS8.7AI score0.66821EPSS
SaveExploits8
Metasploit
Metasploit
•added 2011/03/09 10:15 p.m.•41 views

Oracle TNS Listener SID Bruteforce

This module queries the TNS listener for a valid Oracle database instance name also known as a SID. Any response other than a "reject" will be considered a success. If a specific SID is provided, that SID will be attempted. Otherwise, SIDs read from the named file will be attempted in sequence...

7AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/08 12:00 a.m.•45 views

SAP Management Console OSExecute Payload Execution

This module executes an arbitrary payload through the SAP Management Console SOAP Interface. A valid username and password for the SAP Management Console must be provided. This module has been tested successfully on both Windows and Linux platforms running SAP Netweaver. In order to exploit a Lin...

5.5AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/08 12:00 a.m.•88 views

Majordomo2 _list_file_get() Directory Traversal

This module exploits a directory traversal vulnerability present in the listfileget function of Majordomo2 help function. By default, this module will attempt to download the Majordomo config.pl file. Module Options msf use auxiliary/scanner/http/majordomo2/directorytraversal msf...

5.3AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/05 12:00 a.m.•22 views

Foxit PDF Reader 4.2 Javascript File Write

This module exploits an unsafe Javascript API implemented in Foxit PDF Reader version 4.2. The createDataObject Javascript API function allows for writing arbitrary files to the file system. This issue was fixed in version 4.3.1.0218. Note: This exploit uses the All Users directory currently, whi...

8.4CVSS5.4AI score0.00378EPSS
SaveExploits1
Metasploit
Metasploit
•added 2011/03/03 12:00 a.m.•200 views

LotusCMS 3.0 eval() Remote Command Execution

This module exploits a vulnerability found in Lotus CMS 3.0's Router function. This is done by embedding PHP code in the 'page' parameter, which will be passed to a eval call, therefore allowing remote code execution. The module can either automatically pick up a 'page' parameter from the default...

5.1CVSS5.7AI score0.15833EPSS
SaveExploits4
Metasploit
Metasploit
•added 2011/03/02 6:46 p.m.•59 views

SAP Management Console Brute Force

This module simply attempts to brute force the username and password for the SAP Management Console SOAP Interface. If the SAPSID value is set it will replace instances of in any user/pass from any wordlist. This module requires Metasploit: https://metasploit.com/download Current source:...

7.1AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•49 views

SAP Management Console Instance Properties

This module simply attempts to identify the instance properties through the SAP Management Console SOAP Interface. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'SAP Management Console Instanc...

7AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•74 views

SAP Service Discovery

Scans for listening SAP services. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'SAP Service Discovery', 'Description' = %q Scans for listening SAP services. , 'References' = General 'URL',...

0.4AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•38 views

SAP Management Console getEnvironment

This module simply attempts to identify SAP Environment settings through the SAP Management Console SOAP Interface. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'SAP Management Console...

7.2AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•34 views

SAP Management Console getStartProfile

This module simply attempts to access the SAP startup profile through the SAP Management Console SOAP Interface. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'SAP Management Console...

0.3AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•45 views

SAP Management Console Version Detection

This module simply attempts to identify the version of SAP through the SAP Management Console SOAP Interface. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'SAP Management Console Version...

7AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•38 views

SAP Management Console Get Logfile

This module simply attempts to download available logfiles and developer tracefiles through the SAP Management Console SOAP Interface. Please use the sapmgmtconlistlogfiles extension to view a list of available files. This module requires Metasploit: https://metasploit.com/download Current source...

6.9AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•40 views

SAP Management Console ABAP Syslog Disclosure

This module simply attempts to extract the ABAP syslog through the SAP Management Console SOAP Interface. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'SAP Management Console ABAP Syslog...

7.3AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•43 views

SAP Management Console Extract Users

This module simply attempts to extract SAP users from the ABAP Syslog through the SAP Management Console SOAP Interface. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'SAP Management Console...

7.2AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/02 10:18 a.m.•43 views

SAP Management Console List Logfiles

This module simply attempts to output a list of available logfiles and developer tracefiles through the SAP Management Console SOAP Interface. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'SA...

7.2AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/03/01 12:00 a.m.•54 views

Wireshark CLDAP Dissector DOS

This module causes infinite recursion to occur within the CLDAP dissector by sending a specially crafted UDP packet. Module Options msf use auxiliary/dos/wireshark/cldap msf undefinedcldap show actions ...actions... msf undefinedcldap set ACTION msf undefinedcldap show options ...show and set...

4.3CVSS7.3AI score0.13064EPSS
SaveExploits3
Metasploit
Metasploit
•added 2011/02/26 5:56 a.m.•51 views

Windows Escalate Locked Desktop Unlocker

This module unlocks a locked Windows desktop by patching the respective code inside the LSASS.exe process. This patching process can result in the target system hanging or even rebooting, so be careful when using this module on production systems. This module requires Metasploit:...

7.1AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/02/26 4:54 a.m.•86 views

Windows Capture Keystroke Recorder

This module can be used to capture keystrokes. To capture keystrokes when the session is running as SYSTEM, the MIGRATE option must be enabled and the CAPTURETYPE option should be set to one of Explorer, Winlogon, or a specific PID. To capture the keystrokes of the interactive user, the Explorer...

10AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/02/22 12:00 a.m.•16 views

Solar FTP Server Malformed USER Denial of Service

This module will send a format string as USER to Solar FTP, causing a READ violation in function "output1" found in "sfsservice.exe" while trying to calculate the length of the string. This vulnerability affects versions 2.1.1 and earlier. Module Options msf use...

8.7CVSS5.3AI score0.00723EPSS
SaveExploits1
Metasploit
Metasploit
•added 2011/02/15 12:00 a.m.•63 views

Sun Java Applet2ClassLoader Remote Code Execution

This module exploits a vulnerability in the Java Runtime Environment that allows an attacker to run an applet outside of the Java Sandbox. When an applet is invoked with: 1. A "codebase" parameter that points at a trusted directory 2. A "code" parameter that is a URL that does not contain any dot...

10CVSS5.5AI score0.8275EPSS
SaveExploits11
Metasploit
Metasploit
•added 2011/02/12 12:00 a.m.•26 views

GlobalSCAPE CuteZIP Stack Buffer Overflow

This module exploits a stack-based buffer overflow vulnerability in version 2.1 of CuteZIP. In order for the command to be executed, an attacker must convince the target user to open a specially crafted zip file with CuteZIP. By doing so, an attacker can execute arbitrary code as the target user...

6.2AI score
SaveExploits0
Metasploit
Metasploit
•added 2011/02/08 12:00 a.m.•25 views

xRadio 0.95b Buffer Overflow

This module exploits a buffer overflow in xRadio 0.95b. Using the application to import a specially crafted xrl file, a buffer overflow occurs allowing arbitrary code execution. Module Options msf use exploit/windows/fileformat/xradio/xrlsehbof msf undefinedxrlsehbof show actions ...actions... ms...

7.5CVSS6AI score0.22762EPSS
SaveExploits4
Metasploit
Metasploit
•added 2011/02/07 12:00 a.m.•57 views

HP Data Protector 6.1 EXEC_CMD Command Execution

This module exploits HP Data Protector's omniinet process, specifically against a Windows setup. When an EXECCMD packet is sent, omniinet.exe will attempt to look for that user-supplied filename with kernel32!FindFirstFileW. If the file is found, the process will then go ahead execute it with...

10CVSS5.5AI score0.81081EPSS
SaveExploits30
Metasploit
Metasploit
•added 2011/02/07 12:00 a.m.•30 views

HP Data Protector 6 EXEC_CMD Remote Code Execution

This exploit abuses a vulnerability in the HP Data Protector service. This flaw allows an unauthenticated attacker to take advantage of the EXECCMD command and traverse back to /bin/sh, this allows arbitrary remote code execution under the context of root. Module Options msf use...

10CVSS5.8AI score0.81081EPSS
SaveExploits30
Total number of security vulnerabilities7325