mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 22:49:02 +00:00
9002e84ff440a09a4de58e320a46f074fe63866e
Generally, when we know the specific name of a web server, for example, running on an embedded system, we prefer to list the server itself in p// and v//, and the hardware in i//, like so: match m|| p/thttpd/ v/$1/ i/Foobar 2000 ADSL router http config/ But it's very common that match lines instead look like this: match m|| p/Foobar 2000 ADSL router http config/ i/thttpd $1/ This commit fixes many of these, with assistance from sv-tidy.
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%