Fix indent level

This commit is contained in:
sinn3r 2011-12-07 18:44:49 -06:00
parent feab7f5077
commit aa5c0c46b6
1 changed files with 4 additions and 4 deletions

View File

@ -36,10 +36,10 @@ class Metasploit3 < Msf::Auxiliary
))
register_options(
[
Opt::RPORT(8080),
OptString.new('FILEPATH', [false, 'The name of the file to download', 'boot.ini'])
], self.class)
[
Opt::RPORT(8080),
OptString.new('FILEPATH', [false, 'The name of the file to download', 'boot.ini'])
], self.class)
deregister_options('RHOST')
end