Skip to content

Commit fd45d92

Browse files
committed
Add reference for mssql_local_hashdump
2 parents 8b622fb + c430e5f commit fd45d92

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/post/windows/gather/credentials/mssql_local_hashdump.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ def initialize(info={})
2323
'License' => MSF_LICENSE,
2424
'Author' => [ 'Mike Manzotti <mike.manzotti[at]dionach.com>'],
2525
'Platform' => [ 'win' ],
26-
'SessionTypes' => [ 'meterpreter' ]
26+
'SessionTypes' => [ 'meterpreter' ],
27+
'References' =>
28+
[
29+
['URL', 'https://www.dionach.com/blog/easily-grabbing-microsoft-sql-server-password-hashes']
30+
]
2731
))
2832

2933
register_options(

0 commit comments

Comments
 (0)