You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OptPath.new('DIR_LIST',[true,"List of directories to test",'']),
31
31
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)]),
33
32
OptString.new('USERNAME',[true,'The username to authenticate as',"root"])
0 commit comments