scan.inc
上传用户:feiyaoda
上传日期:2016-11-21
资源大小:9556k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

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>