Skip to content

Commit 7996c4b

Browse files
Warning about leaving files on disk.
1 parent 3e4a23c commit 7996c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/scanner/mysql/mysql_writable_dirs.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ def initialize
1616
'Name' => 'MYSQL Directory Write Test',
1717
'Description' => %Q{
1818
Enumerate writeable directories using the MySQL SELECT INTO DUMPFILE feature, for more
19-
information see the URL in the references.
19+
information see the URL in the references. ***Note: For every writable directory found,
20+
a file called test with the text test will be written to the directory.***
2021
},
2122
'Author' => [ 'AverageSecurityGuy <stephen[at]averagesecurityguy.info>' ],
2223
'References' => [

0 commit comments

Comments
 (0)