Skip to content

Commit f4a78cf

Browse files
committed
Land rapid7#8055, Remove OUTPUTPATH option from droptable_trigger
2 parents 4362c89 + b5afac6 commit f4a78cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/auxiliary/sqli/oracle/droptable_trigger.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ def initialize(info = {})
3232
[
3333
OptString.new('SQL', [ false, 'The SQL to execute.', 'GRANT DBA TO SCOTT']),
3434
OptString.new('USER', [ false, 'The current user. ', 'SCOTT']),
35-
OptString.new('FILENAME', [ false, 'The file name.', 'msf.sql']),
36-
OptString.new('OUTPUTPATH', [ false, 'The location of the file.', './data/exploits/']),
37-
35+
OptString.new('FILENAME', [ false, 'The file name.', 'msf.sql'])
3836
], self.class)
3937
end
4038

0 commit comments

Comments
 (0)