Script gopher-ls
Script types:
portrule
Categories:
default, discovery, safe
Download: https://svn.nmap.org/nmap/scripts/gopher-ls.nse
Script 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:
License: Same as Nmap--See https://nmap.org/book/man-legal.html
