Skip to content

Commit 3ff91d7

Browse files
author
Tod Beardsley
committed
More cleanup, mostly abysssec
[See rapid7#5012]
1 parent 11057e5 commit 3ff91d7

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

modules/exploits/windows/browser/adobe_flash_sps.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ def initialize(info={})
2525
'License' => MSF_LICENSE,
2626
'Author' =>
2727
[
28-
'Alexander Gavrun', #RCA
29-
'Abysssec', #PoC
30-
'sinn3r' #Metasploit
28+
'Alexander Gavrun', # RCA
29+
'Unknown', # Abysssec, proof of concept
30+
'sinn3r' # Metasploit
3131
],
3232
'References' =>
3333
[

modules/exploits/windows/browser/adobe_shockwave_rcsl_corruption.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def initialize(info = {})
1616
'Description' => %q{
1717
This module exploits a weakness in the Adobe Shockwave player's handling of
1818
Director movies (.DIR). A memory corruption vulnerability occurs through an undocumented
19-
rcsL chunk. This vulnerability was discovered by http://www.abysssec.com.
19+
rcsL chunk.
2020
},
2121
'License' => MSF_LICENSE,
2222
'Author' => [ 'David Kennedy "ReL1K" <kennedyd013[at]gmail.com>'],

modules/exploits/windows/fileformat/ms11_021_xlb_bof.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ def initialize(info={})
2323
'License' => MSF_LICENSE,
2424
'Author' =>
2525
[
26-
'Aniway', #Initial discovery (via ZDI)
27-
'abysssec', #RCA, poc
28-
'sinn3r', #Metasploit
29-
'juan vazquez' #Metasploit
26+
'Aniway', # Initial discovery (via ZDI)
27+
'Unknown', # Abysssec, RCA, poc
28+
'sinn3r', # Metasploit
29+
'juan vazquez' # Metasploit
3030
],
3131
'References' =>
3232
[

modules/exploits/windows/misc/avaya_winpmd_unihostrouter.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def initialize(info = {})
2121
},
2222
'Author' =>
2323
[
24-
'Abdul-Aziz Hariri', # Vulnerability discovery
25-
'Abysssec', # PoC
26-
'juan vazquez' # Metasploit module
24+
'AbdulAziz Hariri', # Vulnerability discovery
25+
'Unknown', # Abysssec, PoC
26+
'juan vazquez' # Metasploit module
2727
],
2828
'References' =>
2929
[

0 commit comments

Comments
 (0)