File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/auxiliary/scanner/mysql Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def initialize
17
17
'Description' => %Q{
18
18
Enumerate writeable directories using the MySQL SELECT INTO DUMPFILE feature, for more
19
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.***
20
+ a file with the specified FILE_NAME containing the text test will be written to the directory.***
21
21
} ,
22
22
'Author' => [ 'AverageSecurityGuy <stephen[at]averagesecurityguy.info>' ] ,
23
23
'References' => [
@@ -43,7 +43,7 @@ def mysql_query_no_handle(sql)
43
43
end
44
44
45
45
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 #{ datastore [ 'FILE_NAME' ] } with the text test will be written to the directory." )
47
47
vprint_status ( "Login..." )
48
48
49
49
unless mysql_login_datastore
You can’t perform that action at this time.
0 commit comments