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