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.
2 parents 8b622fb + c430e5f commit fd45d92Copy full SHA for fd45d92
modules/post/windows/gather/credentials/mssql_local_hashdump.rb
@@ -23,7 +23,11 @@ def initialize(info={})
23
'License' => MSF_LICENSE,
24
'Author' => [ 'Mike Manzotti <mike.manzotti[at]dionach.com>'],
25
'Platform' => [ 'win' ],
26
- 'SessionTypes' => [ 'meterpreter' ]
+ 'SessionTypes' => [ 'meterpreter' ],
27
+ 'References' =>
28
+ [
29
+ ['URL', 'https://www.dionach.com/blog/easily-grabbing-microsoft-sql-server-password-hashes']
30
+ ]
31
))
32
33
register_options(
0 commit comments