parent
c5494e037d
commit
3c7be9c4c5
|
@ -26,8 +26,8 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'Author' => 'Brendan Coles <bcoles[at]gmail.com>',
|
||||
'References' =>
|
||||
[
|
||||
['URL' => 'https://doliforge.org/tracker/?func=detail&aid=1212&group_id=144'],
|
||||
['URL' => 'https://github.com/Dolibarr/dolibarr/commit/8642e2027c840752c4357c4676af32fe342dc0cb']
|
||||
['URL', 'https://doliforge.org/tracker/?func=detail&aid=1212&group_id=144'],
|
||||
['URL', 'https://github.com/Dolibarr/dolibarr/commit/8642e2027c840752c4357c4676af32fe342dc0cb']
|
||||
],
|
||||
'DisclosureDate' => 'Jan 12 2014'))
|
||||
register_options(
|
||||
|
|
|
@ -25,7 +25,7 @@ module Metasploit3
|
|||
],
|
||||
'References' =>
|
||||
[
|
||||
'URL' => 'https://github.com/trustedsec/social-engineer-toolkit/blob/master/src/powershell/reverse.powershell',
|
||||
['URL', 'https://github.com/trustedsec/social-engineer-toolkit/blob/master/src/powershell/reverse.powershell']
|
||||
],
|
||||
# The powershell code is from SET, copyrighted by TrustedSEC, LLC and BSD licensed -- see https://github.com/trustedsec/social-engineer-toolkit/blob/master/readme/LICENSE
|
||||
'License' => MSF_LICENSE,
|
||||
|
|
Loading…
Reference in New Issue