File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,16 @@ def create_credential_login(credential_data)
7878 end
7979
8080 def report_successful_login ( public :, private :)
81- return super unless framework . features . enabled? ( Msf ::FeatureManager ::SHOW_SUCCESSFUL_LOGINS ) && datastore [ 'ShowSuccessfulLogins' ] && @report
81+ return unless framework . features . enabled? ( Msf ::FeatureManager ::SHOW_SUCCESSFUL_LOGINS ) && datastore [ 'ShowSuccessfulLogins' ] && @report
8282
8383 @report [ rhost ] ||= { }
8484 @report [ rhost ] [ :successful_logins ] ||= [ ]
8585 @report [ rhost ] [ :successful_logins ] << {
8686 public : public ,
8787 private_data : private
8888 }
89+
90+ nil
8991 end
9092
9193 # Creates a credential and adds to to the DB if one is present, then calls create_credential_login to
You can’t perform that action at this time.
0 commit comments