mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
o [NSE] Add freelancer-info to gather information about the Freelancer
game server. Also added a related version detection probe and UDP protocol payload for detecting the service. [Marin Maržić]
This commit is contained in:
parent
e1932c2916
commit
e6a0762764
5 changed files with 125 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ Entry { filename = "finger.nse", categories = { "default", "discovery", "safe",
|
|||
Entry { filename = "firewalk.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "firewall-bypass.nse", categories = { "intrusive", "vuln", } }
|
||||
Entry { filename = "flume-master-info.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "freelancer-info.nse", categories = { "default", "discovery", "safe", "version", } }
|
||||
Entry { filename = "ftp-anon.nse", categories = { "auth", "default", "safe", } }
|
||||
Entry { filename = "ftp-bounce.nse", categories = { "default", "safe", } }
|
||||
Entry { filename = "ftp-brute.nse", categories = { "brute", "intrusive", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue