Skip to content

Commit d088005

Browse files
TABLE_NAME option not needed.
1 parent 5f12c8e commit d088005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/scanner/mysql/mysql_writable_dirs.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def initialize
2929
register_options([
3030
OptPath.new('DIR_LIST', [ true, "List of directories to test", '' ]),
3131
OptString.new('FILE_NAME', [ true, "Name of file to write", Rex::Text.rand_text_alpha(8) ]),
32-
OptString.new('TABLE_NAME', [ true, "Name of table to use - Warning, if the table already exists its contents will be corrupted", Rex::Text.rand_text_alpha(8) ]),
3332
OptString.new('USERNAME', [ true, 'The username to authenticate as', "root" ])
3433
])
3534

0 commit comments

Comments
 (0)