scan.inc
上传用户:feiyaoda
上传日期:2016-11-21
资源大小:9556k
文件大小:1k
- <form action="{ACTION}" method="get" enctype="{ENCODING}" target="{TARGET}">
- <p>
- <label for="scan_host">IP/Host: </label>
- <input type="text" id="scan_host" name="scan_host" size="30">
- </p>
- <p>
- <input type="checkbox" name="scan_ftp" value="YES">-FTP
- <input type="checkbox" name="scan_telnet" value="YES">-Telnet
- <input type="checkbox" name="scan_dns" value="YES">-DNS
- <input type="checkbox" name="scan_http" value="YES">-HTTP
- <input type="checkbox" name="scan_pop3" value="YES">-POP3
- <br>
- <br>
- Port Number:
- <input type="text" id="scan_portnumber" name="scan_portnumber" size="6" maxlength="6">
- <br>
- <!-- BEGIN line_break -->
- {BR}
- <!-- END line_break -->
- <br>
- <input value="Scan" type="submit">
- <input type="reset">
- </p>
- </form>