⚝
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
/
View File Name :
example.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>whois.php -base classes to do whois queries with php</title> <style type="text/css"> </style> </head> <body> <center> <h1>phpWhois {ver} - base class to do whois queries with php</h1> <p> © 1999 - 2011 <a href="http://www.easydns.com/">easyDNS Technologies Inc.</a> & <a href="http://mark.jeftovic.net/">Mark Jeftovic</a><br/> Now maintained and hosted by David Saez at <a href="http://www.ols.es">OLS 20000</a><br/> Placed under the GPL. See the LICENSE file in the distribution. </p> <table> <tr><td bgcolor="#55aaff"> <form method="get" action="{self}"> <table> <tr><td colspan="3" align="center"> <b>Enter any domain name, ip address or AS handle you would like to query whois for</b> <br/><br/> <input name="query" /> <input type="submit" value="Whois" /><br/> </td></tr> <tr> <td> <input type="radio" name="output" value="normal" /> Show me regular output<br/> <input type="radio" name="output" value="nice" checked="checked" /> Show me HTMLized output<br/> <input type="radio" name="output" value="object" /> Show me the returned PHP object </td> <td align="left" valign="top"> <input type="checkbox" name="fast" value="1" /> Fast lookup </td> <td align="right" valign="bottom"> <a href="http://www.phpwhois.org" title="phpWhois web page"> <img border="0" src="whois.icon.png" alt="phpWhois web page" /></a> </td> </tr> </table> </form> </td></tr> </table> </center> <!--results--> <p><b>Results for {query} :</b></p> <blockquote> {result} </blockquote> <!--/results--> </body> </html>