Skip to content

Commit 9cd254c

Browse files
committed
Land rapid7#8660, more AKA references
2 parents d02aa6f + 3bda361 commit 9cd254c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

documentation/modules/exploit/linux/smtp/haraka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
## Example Run
5757

5858
```
59-
msf > use exploit/linux/smtp/harakiri
59+
msf > use exploit/linux/smtp/haraka
6060
msf exploit(haraka) > set email_to [email protected]
6161
email_to => [email protected]
6262
msf exploit(haraka) > set payload linux/x64/meterpreter_reverse_http

modules/exploits/linux/smtp/haraka.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'authors': ['xychix <xychix[AT]hotmail.com>', 'smfreegard', 'Adam Cammack <adam_cammack[AT]rapid7.com>'],
3131
'date': '2017-01-26',
3232
'references': [
33+
{'type': 'aka', 'ref': 'Harakiri'},
3334
{'type': 'cve', 'ref': '2016-1000282'},
3435
{'type': 'edb', 'ref': '41162'},
3536
{'type': 'url', 'ref': 'https://github.com/haraka/Haraka/pull/1606'},

modules/exploits/multi/browser/adobe_flash_hacking_team_uaf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def initialize(info={})
3232
],
3333
'References' =>
3434
[
35+
['AKA', '0DayFlush'],
3536
['CVE', '2015-5119'],
3637
['URL', 'https://helpx.adobe.com/security/products/flash-player/apsa15-03.html'],
3738
['URL', 'http://blog.trendmicro.com/trendlabs-security-intelligence/unpatched-flash-player-flaws-more-pocs-found-in-hacking-team-leak/'],

modules/exploits/unix/fileformat/ghostscript_type_confusion.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def initialize(info = {})
2323
'hdm' # Metasploit module
2424
],
2525
'References' => [
26+
%w{AKA ghostbutt},
2627
%w{CVE 2017-8291},
2728
%w{URL https://bugs.ghostscript.com/show_bug.cgi?id=697808},
2829
%w{URL http://seclists.org/oss-sec/2017/q2/148},

0 commit comments

Comments
 (0)