Skip to content

Commit 708eb0e

Browse files
Fixed syntax error.
1 parent fac0357 commit 708eb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/mysql/mysql_writable_dirs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def mysql_query_no_handle(sql)
4343
end
4444

4545
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."
46+
print_warning("For every writable directory found, a file called test with the text test will be written to the directory.")
4747
vprint_status("Login...")
4848

4949
unless mysql_login_datastore

0 commit comments

Comments
 (0)