1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-23 14:49:02 +00:00
This commit is contained in:
fyodor
2012-01-02 02:52:22 +00:00
parent 32850d5f66
commit 0b44371ec5

View File

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