Skip to content

Commit 7ad42c2

Browse files
committed
Land rapid7#6216, remove duplicate keys for LoginScanner modules
2 parents 81cf79d + 8f86b25 commit 7ad42c2

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

modules/auxiliary/scanner/misc/dvr_config_disclosure.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def get_dvr_credentials(conf)
206206
service_name: 'dvr',
207207
user: user,
208208
password: password,
209-
service_name: 'http',
210209
proof: "user_id: #{user_id}, active: #{active}"
211210
)
212211
}

modules/auxiliary/scanner/pop3/pop3_login.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def run_host(ip)
7575
send_delay: datastore['TCP::send_delay'],
7676
framework: framework,
7777
framework_module: self,
78-
ssl: datastore['SSL'],
7978
ssl_version: datastore['SSLVersion'],
8079
ssl_verify_mode: datastore['SSLVerifyMode'],
8180
ssl_cipher: datastore['SSLCipher'],

modules/auxiliary/scanner/smb/smb_login.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def run_host(ip)
8585
smb_native_os: datastore['SMB::Native_OS'],
8686
smb_native_lm: datastore['SMB::Native_LM'],
8787
send_spn: datastore['NTLM::SendSPN'],
88-
host: ip
8988
)
9089

9190
bogus_result = @scanner.attempt_bogus_login(domain)

modules/post/linux/gather/mount_cifs_creds.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def report_cred(opts)
115115
username: opts[:user],
116116
private_data: opts[:password],
117117
private_type: :password,
118-
module_fullname: fullname,
119118
session_id: session_db_id,
120119
post_reference_name: self.refname
121120
}.merge(service_data)

0 commit comments

Comments
 (0)