1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Remove a debugging statement from brutePOP3.nse.

This commit is contained in:
david
2008-09-08 19:32:16 +00:00
parent da19b9a23d
commit da312ac02e

View File

@@ -71,8 +71,6 @@ action = function(host, port)
pstatus, perror = login(socket, currUser, currPw, additional)
print("x: ", pstatus, perror)
if (pstatus) then
return currUser .. " : " .. currPw
elseif (perror == pop3.err.pwError) then