Warning about leaving files on disk.

bug/bundler_fix
Stephen Haywood 2016-09-30 14:53:15 -04:00 committed by GitHub
parent 3e4a23cdf6
commit 7996c4b048
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ class MetasploitModule < Msf::Auxiliary
'Name' => 'MYSQL Directory Write Test',
'Description' => %Q{
Enumerate writeable directories using the MySQL SELECT INTO DUMPFILE feature, for more
information see the URL in the references.
information see the URL in the references. ***Note: For every writable directory found,
a file called test with the text test will be written to the directory.***
},
'Author' => [ 'AverageSecurityGuy <stephen[at]averagesecurityguy.info>' ],
'References' => [