Skip to content

Commit d85d1de

Browse files
authored
Merge pull request #1 from wchen-r7/pr8394_fix
Pass msftidy for moxa_credentials_recovery.rb
2 parents 77dd3d1 + 2d7f7f9 commit d85d1de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/auxiliary/admin/scada/moxa_credentials_recovery.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

6-
require 'msf/core'
7-
86
class MetasploitModule < Msf::Auxiliary
97
include Msf::Exploit::Remote::Udp
108
include Msf::Auxiliary::Report
@@ -52,7 +50,7 @@ def initialize(info = {})
5250
"CREDS",
5351
"ENUM"
5452
]])
55-
], self.class)
53+
])
5654
end
5755

5856
def fc() {

0 commit comments

Comments
 (0)