We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce58ad commit ebb0635Copy full SHA for ebb0635
modules/auxiliary/scanner/mysql/mysql_file_enum.rb
@@ -72,7 +72,7 @@ def run_host(ip)
72
73
def check_dir dir
74
begin
75
- res = mysql_query_no_handle("LOAD DATA INFILE '" + dir + "' INTO TABLE brute")
+ res = mysql_query_no_handle("LOAD DATA INFILE '" + dir + "' INTO TABLE " + datastore['TABLE_NAME'])
76
rescue ::RbMysql::TextfileNotReadable
77
print_good(dir + " is a directory and exists")
78
rescue ::RbMysql::ServerError
0 commit comments