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 95f9b77 commit 2d361faCopy full SHA for 2d361fa
modules/auxiliary/scanner/mysql/mysql_writable_dirs.rb
@@ -61,7 +61,7 @@ def check_dir(dir)
61
print_status("Checking #{dir}...")
62
res = mysql_query_no_handle("SELECT _utf8'test' INTO DUMPFILE '#{dir}/" + datastore['FILE_NAME'] + "'")
63
rescue ::RbMysql::ServerError => e
64
- print_warning("#{e.to_s}")
+ print_warning(e.to_s)
65
rescue Rex::ConnectionTimeout => e
66
print_error("Timeout: #{e.message}")
67
else
0 commit comments