scan.inc
Upload User: feiyaoda
Upload Date: 2016-11-21
Package Size: 9556k
Code Size: 1k
Category:

WEB Mail

Development Platform:

PHP

  1. <form action="{ACTION}" method="get" enctype="{ENCODING}" target="{TARGET}">
  2.   <p> 
  3.     <label for="scan_host">IP/Host: </label>
  4.     <input type="text" id="scan_host" name="scan_host" size="30">
  5.   </p>
  6.   <p> 
  7.     <input type="checkbox" name="scan_ftp" value="YES">-FTP &nbsp;&nbsp; 
  8.     <input type="checkbox" name="scan_telnet" value="YES">-Telnet &nbsp;&nbsp;
  9.     <input type="checkbox" name="scan_dns" value="YES">-DNS &nbsp;&nbsp;
  10.     <input type="checkbox" name="scan_http" value="YES">-HTTP &nbsp;&nbsp;
  11.     <input type="checkbox" name="scan_pop3" value="YES">-POP3
  12. <br>
  13.     <br>
  14.     Port Number: 
  15.     <input type="text" id="scan_portnumber" name="scan_portnumber" size="6" maxlength="6">
  16.     <br>
  17.     <!-- BEGIN line_break -->
  18.     {BR} 
  19.     <!-- END line_break -->
  20.     <br>
  21.     <input value="Scan" type="submit">
  22.     <input type="reset">
  23.   </p>
  24. </form>