mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove a debugging statement from brutePOP3.nse.
This commit is contained in:
parent
da19b9a23d
commit
da312ac02e
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue