Skip to content

Commit

Permalink
Merge pull request #149 from olliwolli/seattle_lab_typo
Browse files Browse the repository at this point in the history
Fix typo in seattlelab_pass.rb exploit.
  • Loading branch information
wchen-r7 committed Jan 31, 2012
2 parents ba50f84 + 0ba7557 commit a00e75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/exploits/windows/pop3/seattlelab_pass.rb
Expand Up @@ -95,8 +95,8 @@ def exploit
end

sock.put("USER #{rand_text_alphanumeric(10)}\r\n")
res = sock.get_once
if banner !~ /^\+OK (.*) welcome here$/
banner = sock.get_once
if banner !~ /^\+OK (.*) welcome here/
print_error("POP3 server rejected username")
return
end
Expand Down

0 comments on commit a00e75d

Please sign in to comment.