mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
635f464a7ce08c1576ad1fe135d1b423d19e0912
matching strategies. It is really great that we have so few match lines that really need any performance attention. As long as a match has an anchor (though ^ seems better than $ with PRCE) it should be fast enough. We also want to avoid things like "m|^whatever.*something.*" but we got rid of all of those in a previous review. The only "bad" match we have now is: match ser2net m|\r\nser2net port \d+ device (/dev/[-\w_]+) ...snip... I think this match should be commented out so that we can get a better submission. With a big release coming up so soon though I don't want to remove any useful features. I've left a comment about it's performance and maybe myself, Doug, or somebody else will think about the match more at a later date.
Update nmap-mac-prefixes to include the latest data from http://standards.ieee.org/regauth/oui/oui.txt
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%