Script dict-info

Script types: portrule
Categories: discovery, safe
Download: https://svn.nmap.org/nmap/scripts/dict-info.nse

Script Summary

Connects to a dictionary server using the DICT protocol, runs the SHOW SERVER command, and displays the result. The DICT protocol is defined in RFC 2229 and is a protocol which allows a client to query a dictionary server for definitions from a set of natural language dictionary databases.

The SHOW server command must be implemented and depending on access will show server information and accessible databases. If authentication is required, the list of databases will not be shown.

Example Usage

nmap -p 2628 <ip> --script dict-info

Script Output

PORT     STATE SERVICE
2628/tcp open  dict
| dict-info:
|   dictd 1.12.0/rf on Linux 3.0.0-12-generic
|   On ubu1110: up 15.000, 4 forks (960.0/hour)
|
|   Database      Headwords         Index          Data  Uncompressed
|   bouvier          6797        128 kB       2338 kB       6185 kB
|_  fd-eng-swe       5489         76 kB         77 kB        204 kB

Requires


Author:

  • Patrik Karlsson

License: Same as Nmap--See https://nmap.org/book/man-legal.html