mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
fix typo
This commit is contained in:
parent
32850d5f66
commit
0b44371ec5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
description = [[
|
||||
Sends a special broadcat probe to discover PC-Anywhere hosts running on a LAN
|
||||
Sends a special broadcast probe to discover PC-Anywhere hosts running on a LAN
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
@ -62,4 +62,4 @@ action = function()
|
|||
table.insert(result, ("%s - %s"):format(ip,name))
|
||||
end
|
||||
return stdnse.format_output(true, result)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue