Lucene search
+L

13858 matches found

Metasploit
Metasploit
added 2014/01/09 7:03 a.m.20 views

Printer Ready Message Scanner

This module scans for and optionally changes the printer ready message on a set of printers using the Printer Job Language PJL protocol. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require "rex/proto/pjl" class...

7AI score
SaveExploits0
Metasploit
Metasploit
added 2014/01/09 12:26 a.m.60 views

Multi Gather Malware Verifier

This module will check a file for malware on VirusTotal based on the checksum. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'net/http' require 'uri' class MetasploitModule 'Multi Gather Malware Verifier',...

0.5AI score
SaveExploits0
Metasploit
Metasploit
added 2014/01/08 8:48 p.m.59 views

Linux 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 = 232 include Msf::Payload::Single include Msf::Sessions::CommandShellOptions def...

7.5AI score
SaveExploits0
seebug.org
seebug.org
added 2014/01/08 12:00 a.m.37 views

IcoFX ICO处理缓冲区溢出漏洞

BUGTRAQ ID:64221 CVE ID:CVE-2013-4988 IcoFX是一款免费的图标设计编辑工具。 IcoFX在读取ICONDIRENTRY结构时存在一个边界错误,允许攻击者利用漏洞构建恶意ICO文件,如ICONDIR结构中包含超大"idCount"值,诱使用户解析,可触发基于栈的缓冲区溢出。远程攻击者可以利用漏洞可使应用程序崩溃或可执行任意代码。 0 IcoFX IcoFX 2.5 目前没有详细解决方案提供: http://www.icofx.ro/ This module requires Metasploit:...

9.3CVSS6.4AI score0.66998EPSS
SaveExploits14
Exploit DB
Exploit DB
added 2014/01/07 12:00 a.m.40 views

IcoFX - Local Stack Buffer Overflow (Metasploit)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'IcoFX Stack Buffer Overflow', 'Description' = %q This module exploits a stack-based buffer overflow vulnerability in version 2.1 of...

9.3CVSS5.2AI score0.66998EPSS
SaveExploits14
Exploit DB
Exploit DB
added 2014/01/07 12:00 a.m.33 views

IBM Forms Viewer - Unicode Buffer Overflow (Metasploit)

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'rexml/document' class Metasploit3 'IBM Forms Viewer Unicode Buffer Overflow', 'Description' = %q This module exploits a stack-based buffer...

6.8CVSS5.2AI score0.34035EPSS
SaveExploits5
Metasploit
Metasploit
added 2014/01/04 2:46 p.m.50 views

Firefox XSS

This module runs the provided SCRIPT as javascript in the origin of the provided URL. It works by navigating to a hidden ChromeWindow to the URL, then injecting the SCRIPT with Function. The callback "sendresult" is used to send data back to the listener. This module requires Metasploit:...

7.2AI score
SaveExploits0
Metasploit
Metasploit
added 2014/01/04 12:00 a.m.310 views

GetSimpleCMS PHP File Upload Vulnerability

This module exploits a file upload vulnerability in GetSimple CMS. By abusing the upload.php file, a malicious authenticated user can upload an arbitrary file, including PHP code, which results in arbitrary code execution. Module Options msf use exploit/unix/webapp/get/simplecmsuploadexec msf...

8.8CVSS5.6AI score0.02541EPSS
SaveExploits2
zdt
zdt
added 2014/01/04 12:00 a.m.72 views

IcoFX 2.1 (.ico) - Stack Buffer Overflow

This Metasploit module exploits a stack-based buffer overflow vulnerability in version 2.1 of IcoFX. The vulnerability exists while parsing .ICO files, where an specially crafted ICONDIR header, providing an arbitrary long number of images into the file, can be used to trigger the overflow when...

7.4AI score0.66998EPSS
SaveExploits14
zdt
zdt
added 2014/01/04 12:00 a.m.50 views

IBM Forms Viewer Unicode Buffer Overflow

This Metasploit module exploits a stack-based buffer overflow in IBM Forms Viewer. The vulnerability is due to a dangerous usage of strcpy-like function, and occurs while parsing malformed XFDL files, with a long fontname value. This Metasploit module has been tested successfully on IBM Forms...

6.8CVSS6.7AI score0.34035EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2014/01/03 12:00 a.m.38 views

IBM Forms Viewer Unicode Buffer Overflow

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' require 'rexml/document' class Metasploit3 'IBM Forms Viewer Unicode Buffer Overflow', 'Description' = %q This module exploits a stack-based buffer...

6.8CVSS0.9AI score0.34035EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2014/01/03 12:00 a.m.39 views

IcoFX Stack Buffer Overflow

This module requires Metasploit: http//metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'IcoFX Stack Buffer Overflow', 'Description' = %q This module exploits a stack-based buffer overflow vulnerability in version 2.1 of...

9.3CVSS0.6AI score0.66998EPSS
SaveExploits14
Metasploit
Metasploit
added 2014/01/02 4:48 p.m.44 views

Command Shell, Reverse TCP (via Firefox XPCOM script)

Creates an interactive shell via Javascript with access to Firefox's XPCOM API This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = :dynamic include Msf::Payload::Single include...

7.1AI score
SaveExploits0
Metasploit
Metasploit
added 2014/01/02 4:48 p.m.47 views

Command Shell, Bind TCP (via Firefox XPCOM script)

Creates an interactive shell via Javascript with access to Firefox's XPCOM API This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = :dynamic include Msf::Payload::Single include...

0.1AI score
SaveExploits0
zdt
zdt
added 2014/01/02 12:00 a.m.27 views

PhotoStore 4.0.7 Arbitary File Execution

Exploit for php platform in category web applications ​ . \ /| | \ \ \ \ | | | | / \ / \ /\ / \ / / / / / \ /\ / \ / / / | | | Y \ / \ | | \ /\ \ \ | | /\ /\ / || || /\ \ /|| / /// \ /|| \ // / / / / / / http://tcc.sch.id ​ Exploit title : PhotoStore 4.0.7 shell upload Author...

7.1AI score
SaveExploits0
Kitploit
Kitploit
added 2013/12/31 10:08 p.m.253 views

[Ghost Phisher v1.5] GUI suite for phishing and penetration attacks

Ghost Phisher is an application of security which comes built-in with a fake DNS server ,DHCP server fake, fake HTTP Server and also has a space for the automatic capture and recording credentials HTTP method of the form to a database. The program could be used for on-demand service of DHCP, DNS,...

7.5AI score
SaveExploits0
Kitploit
Kitploit
added 2013/12/31 10:00 p.m.23 views

[Kacak] Enumerate Users in Subnets

Kacak is a tool that can enumerate users specified in the configuration file for windows based networks. It uses metasploit smbenumusersdomain module in order to achieve this via msfrpcd service. If you are wondering what the msfrpcd service is, please look at the...

7.2AI score
SaveExploits0References2
Metasploit
Metasploit
added 2013/12/31 12:00 a.m.62 views

SerComm Network Device Backdoor Detection

This module can identify SerComm manufactured network devices which contain a backdoor, allowing command injection or account disclosure. Module Options msf use auxiliary/scanner/misc/sercomm/backdoorscanner msf undefinedbackdoorscanner show actions ...actions... msf undefinedbackdoorscanner set...

10CVSS5.6AI score0.73825EPSS
SaveExploits5
Metasploit
Metasploit
added 2013/12/31 12:00 a.m.45 views

SerComm Device Configuration Dump

This module will dump the configuration of several SerComm devices. These devices typically include routers from NetGear and Linksys. This module was tested successfully against the NetGear DG834 series ADSL modem router. Module Options msf use auxiliary/admin/misc/sercomm/dumpconfig msf...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2013/12/28 12:00 a.m.33 views

PhotoStore 4.0.7. Shell Upload

​ . \ /| | \ \ \ \ | | | | / \ / \ /\ / \ / / / / / \ /\ / \ / / / | | | Y \ / \ | | \ /\ \ \ | | /\ /\ / || || /\ \ /|| / /// \ /|| \ // / / / / / / http://tcc.sch.id ​ Exploit title : PhotoStore 4.0.7 shell upload Author : Gabby Dork : use ur brain ; Vendor Site :...

7.4AI score
SaveExploits0
Rows per page
Query Builder