HOME>>>>>>>>>

File gopher-ls

脚本使用类型: portrule
脚本所属分类: default, discovery, safe
脚本下载地址: http://nmap.org/svn/scripts/gopher-ls.nse

User Summary

Lists files and directories at the root of a gopher service.

Script Arguments

gopher-ls.maxfiles

If set, limits the amount of files returned by the script. If set to 0 or less, all files are shown. The default value is 10.

Example Usage

执行格式

nmap -p 70 --script gopher-ls --script-args gopher-ls.maxfiles=100 <target>

Script Output

70/tcp open  gopher
| gopher-ls:
| [txt] /gresearch.txt "Gopher, the next big thing?"
| [dir] /taxf "Tax Forms"
|_Only 2 shown. Use --script-args gopher-ls.maxfiles=-1 to see all.

Requires


Author: Toni Ruottu

License: VER007 整理 http://www.ver007.com