Skip to content

Commit df82619

Browse files
committed
Land rapid7#9085, proxying fix for pop3_login
2 parents b04f5bd + f4ae2e6 commit df82619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/pop3/pop3_login.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def run_host(ip)
6565
scanner = Metasploit::Framework::LoginScanner::POP3.new(
6666
host: ip,
6767
port: rport,
68+
proxies: datastore['PROXIES'],
6869
ssl: datastore['SSL'],
6970
cred_details: cred_collection,
7071
stop_on_success: datastore['STOP_ON_SUCCESS'],

0 commit comments

Comments
 (0)