Skip to content

Commit 561ef42

Browse files
committed
Update dbvis_query.rb
1 parent 7bee4db commit 561ef42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/post/multi/manage/dbvis_query.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ def initialize(info={})
1919
The remote database can be accessed from the command line without the need to authenticate.
2020
Attention, backslash quotes and your (stacked or not) queries should end with ;
2121
The module abuses this functionality to query the remote database and store the result.
22-
Video : http://youtu.be/0LCLRVHX1vA
2322
},
2423
'License' => MSF_LICENSE,
2524
'Author' => [ 'David Bloom' ], # Twitter: @philophobia78
25+
'References' =>
26+
[
27+
['URL', 'Video : http://youtu.be/0LCLRVHX1vA']
28+
],
2629
'Platform' => %w{ linux win },
2730
'SessionTypes' => [ 'meterpreter' ]
2831
))

0 commit comments

Comments
 (0)