Skip to content

Commit 17b5e57

Browse files
committed
Typo
1 parent fb5ded1 commit 17b5e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/oracle/oracle_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def initialize(info = {})
3131

3232
register_options(
3333
[
34-
Optpath.new('CSVFILE', [ false, 'The file that contains a list of default accounts.', File.join(Msf::Config.install_root, 'data', 'wordlists', 'oracle_default_passwords.csv')]),
34+
OptPath.new('CSVFILE', [ false, 'The file that contains a list of default accounts.', File.join(Msf::Config.install_root, 'data', 'wordlists', 'oracle_default_passwords.csv')]),
3535
], self.class)
3636

3737
deregister_options('DBUSER','DBPASS')

0 commit comments

Comments
 (0)