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 fac0357 commit 708eb0eCopy full SHA for 708eb0e
modules/auxiliary/scanner/mysql/mysql_writable_dirs.rb
@@ -43,7 +43,7 @@ def mysql_query_no_handle(sql)
43
end
44
45
def run_host(ip)
46
- print_warning("For every writable directory found, a file called test with the text test will be written to the directory."
+ print_warning("For every writable directory found, a file called test with the text test will be written to the directory.")
47
vprint_status("Login...")
48
49
unless mysql_login_datastore
0 commit comments