Skip to content

Commit dff96ce

Browse files
committed
Re-order includes with Auxiliary::Scanner last
1 parent b820517 commit dff96ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/surgenews_user_creds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
class MetasploitModule < Msf::Auxiliary
77
include Msf::Auxiliary::Report
8-
include Msf::Auxiliary::Scanner
98
include Msf::Exploit::Remote::HttpClient
9+
include Msf::Auxiliary::Scanner
1010

1111
HttpFingerprint = { :pattern => [ /DManager/ ] }
1212

0 commit comments

Comments
 (0)