Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
php /
test /
Net_Whois /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
test17476.php
886
B
-rw-r--r--
test2.php
248
B
-rw-r--r--
test6348.php
159
B
-rw-r--r--
test_authoritative.php
122
B
-rw-r--r--
test_mult.php
95
B
-rw-r--r--
test.php
91
B
-rw-r--r--
testza.php
95
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test17476.php
<?php /** * test17476.php * 09-Jun-2010 * * PHP Version 5 * * @category test17476 * @package test17476 * @author Ken Guest <ken.guest@blacknight.com> * @license GPL (see http://www.gnu.org/licenses/gpl.txt) * @version CVS: <cvs_id> * @link test17476.php * @todo */ ?> <?php $q=isset($_REQUEST['q'])?htmlspecialchars($_REQUEST['q']):NULL; $s=isset($_REQUEST['s'])?htmlspecialchars($_REQUEST['s']):NULL; $q = 'test.com'; if (strchr($q,'.')) { require_once "Net/Whois.php"; $whois = new Net_Whois; $q=strtolower($q); if (!$s && $q[0] == '.') { $s='whois.iana.org'; } $q=trim($q,'.'); $tld=pathinfo($q,PATHINFO_EXTENSION); if ($tld=='com') { $whois->setAuthoritative(1); } elseif ($tld=='name') { $q='domain = '.$q; } $data=htmlspecialchars($whois->query($q,$s)); echo "<pre>$data</pre>"; } ?>
Close