Skip to content

Commit d182441

Browse files
committed
Land rapid7#6722 Call super in #set_sane_defaults for caidao login scanner
2 parents b84bf22 + faaaf6b commit d182441

File tree

1 file changed

+1
-0
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-0
lines changed

lib/metasploit/framework/login_scanner/caidao.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def check_setup
4343

4444
def set_sane_defaults
4545
self.method = "POST" if self.method.nil?
46+
super
4647
end
4748

4849
# Actually doing the login. Called by #attempt_login

0 commit comments

Comments
 (0)