mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Whitespace, spelling.
This commit is contained in:
parent
7ad53deb42
commit
f751c0c386
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
description = [[
|
||||
Attempts to extract system information from the Service Tags.
|
||||
|
||||
Based on protocol specs from
|
||||
http://arc.opensolaris.org/caselog/PSARC/2006/638/stdiscover_protocolv2.pdf
|
||||
http://arc.opensolaris.org/caselog/PSARC/2006/638/stlisten_protocolv2.pdf
|
||||
|
|
@ -196,7 +197,7 @@ action = function(host, port)
|
|||
if v ~= nil then table.insert(output, "CPU Clock Rate: " .. v) end
|
||||
socket:close()
|
||||
|
||||
-- Check if any other service tags are registerd and enumerate them
|
||||
-- Check if any other service tags are registered and enumerate them
|
||||
strbuf.clear(payload)
|
||||
payload = payload .. "GET /stv1/svctag/ HTTP/1.0\r\n"
|
||||
try(socket:connect(host.ip, xport, "tcp"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue