Skip to content

Commit 4bbec88

Browse files
author
Tod Beardsley
committed
Various other one-off nonhuman author credits
[See rapid7#5012]
1 parent 6d5bcb9 commit 4bbec88

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

modules/exploits/linux/smtp/exim_gethostbyname_bof.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ def initialize(info = {})
1818
buffer overflow in the GNU C Library's gethostbyname functions on x86
1919
and x86_64 GNU/Linux systems that run the Exim mail server.
2020
},
21-
'Author' => ['Qualys, Inc. <qsa[at]qualys.com>'],
21+
'Author' => [
22+
'Unknown', # Discovered and published by Qualys, Inc.
23+
],
2224
'License' => BSD_LICENSE,
2325
'References' => [
2426
['CVE', '2015-0235'],

modules/exploits/multi/fileformat/peazip_command_injection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def initialize(info = {})
2727
'License' => MSF_LICENSE,
2828
'Author' =>
2929
[
30-
'Nine:Situations:Group::pyrokinesis',
30+
'pyrokinesis', # Of Nine:Situations:Group
3131
'jduck'
3232
],
3333
'References' =>

modules/exploits/multi/http/plone_popen2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info={})
2323
'License' => MSF_LICENSE,
2424
'Author' =>
2525
[
26-
'Plone Security team', # Vulnerability discovery
26+
'Unknown', # Plone Security Team, original vulnerability discovery
2727
'Nick Miles', # Original exploit
2828
'TecR0c <roccogiovannicalvi[at]gmail.com>' # Metasploit module
2929
],

modules/exploits/windows/browser/c6_messenger_downloaderactivex.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
'License' => MSF_LICENSE,
2424
'Author' =>
2525
[
26-
'Nine:Situations:Group::SnoopyAssault', # Vulnerability discovery and exploit
26+
'Unknown', # Nine:Situations:Group::SnoopyAssault, vulnerability discovery and exploit
2727
'juan vazquez' # metasploit module
2828
],
2929
'References' =>

modules/exploits/windows/browser/ms12_037_same_id.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ def initialize(info={})
2323
'License' => MSF_LICENSE,
2424
'Author' =>
2525
[
26-
'Dark Son ', # Vulnerability discovery
27-
'Qihoo 360 Security Center', # Vulnerability discovery
26+
'Dark Son', # Vulnerability discovery
27+
'Unknown', # Credited to both Qihoo 360 Security Center and Google, Inc. for Vulnerability discovery
2828
'Yichong Lin', # Vulnerability discovery
29-
'Google Inc.', # Vulnerability discovery
3029
'juan vazquez' # Metasploit module
3130
],
3231
'References' =>

modules/exploits/windows/fileformat/adobe_illustrator_v14_eps.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ def initialize(info = {})
1818
overlong DSC Comment Buffer Overflow Exploit
1919
},
2020
'License' => MSF_LICENSE,
21-
'Author' => [ 'Nine:Situations:Group::pyrokinesis', 'dookie' ],
21+
'Author' => [
22+
'pyrokinesis', # Of Nine:Situations:Group
23+
'dookie'
24+
],
2225
'References' =>
2326
[
2427
[ 'CVE', '2009-4195' ],

modules/exploits/windows/fileformat/visio_dxf_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def initialize(info = {})
2525
'License' => MSF_LICENSE,
2626
'Author' =>
2727
[
28-
'CORE Security', # original discovery
28+
'Unknown', # CORE Security, original discovery
2929
'Shahin Ramezany <shahin[at]abysssec.com>', # MOAUB #8 exploit and binary analysis
3030
'juan vazquez', # metasploit module
3131
],

modules/exploits/windows/misc/mini_stream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
'License' => MSF_LICENSE,
2222
'Author' =>
2323
[
24-
'CORELAN Security Team ',
24+
'Unknown', # CORELAN Security Team
2525
'Ron Henry <rlh[at]ciphermonk.net>', # dijital1; Return address update
2626
],
2727
'References' =>

0 commit comments

Comments
 (0)