Merge pull request #149 from olliwolli/seattle_lab_typo

Fix typo in seattlelab_pass.rb exploit.
unstable
sinn3r 2012-01-31 12:43:33 -08:00
commit a00e75dce1
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ class Metasploit3 < Msf::Exploit::Remote
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