1
0
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:
henri
2011-06-03 09:24:51 +00:00
parent c53b07e451
commit c04e5a4eb1
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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