Keep a list of updatable data files. Closes #162

This commit is contained in:
dmiller 2026-04-27 20:03:26 +00:00
parent 4085d78e3d
commit 5a69179c25

16
docs/DATAFILES.md Normal file
View file

@ -0,0 +1,16 @@
The following is a list of data files that should be kept up-to-date from external data sources:
Maybe a separate document to track this, or maybe a unique string to grep for. Preliminary list:
- nmap-service-probes
- Some match lines are auto-generated from source code (postgresql, for one)
- Some lines depend on the current date (marked in comments by "TIME")
- nmap-mac-prefixes - from IEEE
- nmap-rpc - from IANA
- nmap-protocols - from IANA
- nmap-services - no current automated process for updating these from IANA
- nselib/tls.lua - TLS versions, ciphersuites, messages, and extensions from IANA
- nselib/eap.lua - EAP method types from IANA
- nselib/data/enterprise\_numbers.txt - from IANA
- nselib/data/mgroupnames.db - multicast group names from IANA
- scripts/snmp-interfaces.nse - interface types from IANA
- nselib/data/wp-plugins.lst - Wordpress plugins from wordpress.org