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 3e4a23c commit 7996c4bCopy full SHA for 7996c4b
modules/auxiliary/scanner/mysql/mysql_writable_dirs.rb
@@ -16,7 +16,8 @@ def initialize
16
'Name' => 'MYSQL Directory Write Test',
17
'Description' => %Q{
18
Enumerate writeable directories using the MySQL SELECT INTO DUMPFILE feature, for more
19
- information see the URL in the references.
+ 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.***
21
},
22
'Author' => [ 'AverageSecurityGuy <stephen[at]averagesecurityguy.info>' ],
23
'References' => [
0 commit comments