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 7bee4db commit 561ef42Copy full SHA for 561ef42
modules/post/multi/manage/dbvis_query.rb
@@ -19,10 +19,13 @@ def initialize(info={})
19
The remote database can be accessed from the command line without the need to authenticate.
20
Attention, backslash quotes and your (stacked or not) queries should end with ;
21
The module abuses this functionality to query the remote database and store the result.
22
- Video : http://youtu.be/0LCLRVHX1vA
23
},
24
'License' => MSF_LICENSE,
25
'Author' => [ 'David Bloom' ], # Twitter: @philophobia78
+ 'References' =>
26
+ [
27
+ ['URL', 'Video : http://youtu.be/0LCLRVHX1vA']
28
+ ],
29
'Platform' => %w{ linux win },
30
'SessionTypes' => [ 'meterpreter' ]
31
))
0 commit comments