Skip to content

Commit 90d360a

Browse files
committed
Fix the issue 7589, both RHOST and RHOSTS options are quired
Thanks to Will who found it's due to the order of mixin.
1 parent 66ba2b0 commit 90d360a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/buffalo_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
require 'metasploit/framework/login_scanner/buffalo'
99

1010
class MetasploitModule < Msf::Auxiliary
11-
include Msf::Auxiliary::Scanner
1211
include Msf::Exploit::Remote::HttpClient
12+
include Msf::Auxiliary::Scanner
1313
include Msf::Auxiliary::Report
1414
include Msf::Auxiliary::AuthBrute
1515

0 commit comments

Comments
 (0)