mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 08:59:01 +00:00
Changing a comment in nselib/ipOps.lua as it seems to be remnants of a patch for ripeQuery.nse (references doing a RIPE lookup)
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
module(...,package.seeall)
|
||||
|
||||
|
||||
-- check to see if ip is part of RFC 1918 address space
|
||||
isPrivate = function(ip)
|
||||
-- check to see if ip is part of RFC 1918 address space
|
||||
-- if so, don't bother with the RIPE lookup
|
||||
local a, b
|
||||
a, b = get_parts_as_number(ip)
|
||||
if a == 10 then
|
||||
|
||||
Reference in New Issue
Block a user