mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 10:38:02 +00:00
Move various product names from i// to p// templates.
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.
This commit is contained in:
parent
6e5b999c99
commit
9002e84ff4
1 changed files with 182 additions and 182 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue