mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 05:31:31 +00:00
Minor typo fixes
This commit is contained in:
@@ -119,7 +119,7 @@ local ICMP_TIME_EXCEEDED = 11
|
|||||||
local function gateway_ttl(traceroute, gw)
|
local function gateway_ttl(traceroute, gw)
|
||||||
|
|
||||||
for ttl, hop in ipairs(traceroute) do
|
for ttl, hop in ipairs(traceroute) do
|
||||||
-- chekc hop.ip ~= nil as timedout hops are represented by empty tables
|
-- check hop.ip ~= nil as timedout hops are represented by empty tables
|
||||||
if hop.ip and hop.ip == gw then
|
if hop.ip and hop.ip == gw then
|
||||||
return ttl
|
return ttl
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
description = [[
|
description = [[
|
||||||
Checks if a NetBus server is vulnerable to an authentication bypass
|
Checks if a NetBus server is vulnerable to an authentication bypass
|
||||||
vulnerability which allows ful access without knowing the password.
|
vulnerability which allows full access without knowing the password.
|
||||||
|
|
||||||
For example a server running on TCP port 12345 on localhost with
|
For example a server running on TCP port 12345 on localhost with
|
||||||
this vulnerability is accessible to anyone. An attacker could
|
this vulnerability is accessible to anyone. An attacker could
|
||||||
|
|||||||
Reference in New Issue
Block a user