Skip to content

Commit bc57537

Browse files
Add warning statement.
1 parent a627c3c commit bc57537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/mysql/mysql_writable_dirs.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +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."
4647
vprint_status("Login...")
4748

4849
unless mysql_login_datastore

0 commit comments

Comments
 (0)