This is an online form for decrypting the configuration file sent out by the ISP to Inteno CPE's / home routers.
Decryption failed!\n"; } else { echo "File not uploaded!
\n"; } if ( file_exists($decrypted_file) ) { unlink($decrypted_file); } } else { $deskey = ""; $info = pathinfo($file_name); ?>Content of encrypted file:
Admin password: | " . base64_decode($adminpassword); echo " (This is plane text, it is encoded with base64 in the config file.) |
Support password: | " . base64_decode($supportpassword); echo " (This is plane text, it is encoded with base64 in the config file.) |
User password: | " . base64_decode($userpassword); echo " (This is plane text, it is encoded with base64 in the config file.) |
XMLprov version: | $xml_prov_ver |
XML Config URL: | http://" . str_replace(",", "/", $xml_config) . " |
Firmware URL: | http://" . str_replace(",", "/", $firmware) . " |
http-user-agent: | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) |
SIP" . ($i+1) . " login: | $login / $pass |
SIP Server: | " . $xml->InternetGatewayDevice->Services->VoiceService->VoiceProfile->SIP->RegistrarServer . " |
ACL: | $acl / $acl_mask |
\n"; # print_r($xml->InternetGatewayDevice); # echo ""; } if (file_exists($encrypted_file)) { unlink($encrypted_file); } if (file_exists($decrypted_file)) { unlink($decrypted_file); } } ?>
(cc) Daniel Vindevåg 2016 (daniel_at_vindevag_dot_com) |
Source Code. This work is licensed under a Creative Commons Attribution 4.0 International License. |