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)
|
||||
|
||||
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
|
||||
return ttl
|
||||
end
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
description = [[
|
||||
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
|
||||
this vulnerability is accessible to anyone. An attacker could
|
||||
|
||||
Reference in New Issue
Block a user