diff --git a/scripts/brutePOP3.nse b/scripts/brutePOP3.nse index f0c6785f2..8c4417dd5 100644 --- a/scripts/brutePOP3.nse +++ b/scripts/brutePOP3.nse @@ -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