1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 21:09:00 +00:00

fixed bad escape sequences

This commit is contained in:
batrick
2012-04-02 08:13:54 +00:00
parent e86d713be2
commit fd80c2d0a6
19 changed files with 64 additions and 64 deletions

View File

@@ -63,7 +63,7 @@ action = function(host)
local result, username, domain = smb.get_account(host)
if(result ~= false) then
table.insert(response, string.format("Account that was used for smb scripts: %s\%s", domain, stdnse.string_or_blank(username, '<blank>')))
table.insert(response, string.format("Account that was used for smb scripts: %s%s", domain, stdnse.string_or_blank(username, '<blank>')))
end
-- User-level authentication or share-level authentication