From 268a3e769e6430ba45060539cd58e5231a6c6021 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 19 Aug 2013 17:45:05 -0500 Subject: [PATCH] Missed this one --- modules/auxiliary/scanner/pop3/pop3_login.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/auxiliary/scanner/pop3/pop3_login.rb b/modules/auxiliary/scanner/pop3/pop3_login.rb index e68c4ea514..9e6025a323 100644 --- a/modules/auxiliary/scanner/pop3/pop3_login.rb +++ b/modules/auxiliary/scanner/pop3/pop3_login.rb @@ -32,8 +32,7 @@ class Metasploit3 < Msf::Auxiliary register_options( [ Opt::RPORT(110), - # Should be OptPath - OptString.new('USER_FILE', + OptPath.new('USER_FILE', [ false, 'The file that contains a list of probable users accounts.',