mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
merge soc07 r4891 - nse improvements
This commit is contained in:
parent
8d74bbcd8a
commit
cafec3593d
8 changed files with 153 additions and 18 deletions
|
|
@ -1,3 +1,5 @@
|
|||
require "ipOps"
|
||||
|
||||
id = "RIPE query"
|
||||
description = "Connects to the RIPE database, extracts and prints the role: entry for the IP."
|
||||
author = "Diman Todorov <diman.todorov@gmail.com>"
|
||||
|
|
@ -6,7 +8,7 @@ license = "See nmaps COPYING for licence"
|
|||
categories = {"discovery"}
|
||||
|
||||
hostrule = function(host, port)
|
||||
return true
|
||||
return not ipOps.isPrivate(host.ip)
|
||||
end
|
||||
|
||||
action = function(host, port)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue