Skip to content

Commit 34ef650

Browse files
committed
fixed up msftidy, opps.
1 parent 073ffcb commit 34ef650

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/exploits/windows/scada/advantech_webaccess_webvrpcs_bof.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::Exploit::Remote
97

108
Rank = ExcellentRanking
@@ -50,7 +48,7 @@ def initialize(info = {})
5048
],
5149
'DisclosureDate' => 'Dec 25 2017',
5250
'DefaultTarget' => 0))
53-
register_options([ Opt::RPORT(4592)], self.class)
51+
register_options([ Opt::RPORT(4592)])
5452
end
5553

5654
def create_rop_chain()

0 commit comments

Comments
 (0)