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:
@@ -71,8 +71,6 @@ action = function(host, port)
|
|||||||
|
|
||||||
pstatus, perror = login(socket, currUser, currPw, additional)
|
pstatus, perror = login(socket, currUser, currPw, additional)
|
||||||
|
|
||||||
print("x: ", pstatus, perror)
|
|
||||||
|
|
||||||
if (pstatus) then
|
if (pstatus) then
|
||||||
return currUser .. " : " .. currPw
|
return currUser .. " : " .. currPw
|
||||||
elseif (perror == pop3.err.pwError) then
|
elseif (perror == pop3.err.pwError) then
|
||||||
|
|||||||
Reference in New Issue
Block a user