Adding references to vss modules.
parent
164c80d496
commit
7b692aa0b9
|
@ -33,7 +33,10 @@ class Metasploit3 < Msf::Post
|
|||
'License' => MSF_LICENSE,
|
||||
'Platform' => ['windows'],
|
||||
'SessionTypes' => ['meterpreter'],
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com']
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
|
||||
'References' => [
|
||||
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
|
||||
]
|
||||
))
|
||||
register_options(
|
||||
[
|
||||
|
|
|
@ -33,7 +33,10 @@ class Metasploit3 < Msf::Post
|
|||
'License' => MSF_LICENSE,
|
||||
'Platform' => ['windows'],
|
||||
'SessionTypes' => ['meterpreter'],
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com']
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
|
||||
'References' => [
|
||||
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
|
||||
]
|
||||
))
|
||||
end
|
||||
|
||||
|
|
|
@ -33,7 +33,10 @@ class Metasploit3 < Msf::Post
|
|||
'License' => MSF_LICENSE,
|
||||
'Platform' => ['windows'],
|
||||
'SessionTypes' => ['meterpreter'],
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com']
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
|
||||
'References' => [
|
||||
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
|
||||
]
|
||||
))
|
||||
register_options(
|
||||
[
|
||||
|
|
|
@ -34,7 +34,10 @@ class Metasploit3 < Msf::Post
|
|||
'License' => MSF_LICENSE,
|
||||
'Platform' => ['windows'],
|
||||
'SessionTypes' => ['meterpreter'],
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com']
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
|
||||
'References' => [
|
||||
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
|
||||
]
|
||||
))
|
||||
register_options(
|
||||
[
|
||||
|
|
|
@ -33,7 +33,10 @@ class Metasploit3 < Msf::Post
|
|||
'License' => MSF_LICENSE,
|
||||
'Platform' => ['windows'],
|
||||
'SessionTypes' => ['meterpreter'],
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com']
|
||||
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'],
|
||||
'References' => [
|
||||
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
|
||||
]
|
||||
))
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue