Skip to content

Commit

Permalink
Land #8660, more AKA references
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Jul 7, 2017
2 parents d02aa6f + 3bda361 commit 9cd254c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/exploit/linux/smtp/haraka.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
## Example Run

```
msf > use exploit/linux/smtp/harakiri
msf > use exploit/linux/smtp/haraka
msf exploit(haraka) > set email_to root@haraka.test
email_to => root@haraka.test
msf exploit(haraka) > set payload linux/x64/meterpreter_reverse_http
Expand Down
1 change: 1 addition & 0 deletions modules/exploits/linux/smtp/haraka.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'authors': ['xychix <xychix[AT]hotmail.com>', 'smfreegard', 'Adam Cammack <adam_cammack[AT]rapid7.com>'],
'date': '2017-01-26',
'references': [
{'type': 'aka', 'ref': 'Harakiri'},
{'type': 'cve', 'ref': '2016-1000282'},
{'type': 'edb', 'ref': '41162'},
{'type': 'url', 'ref': 'https://github.com/haraka/Haraka/pull/1606'},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def initialize(info={})
],
'References' =>
[
['AKA', '0DayFlush'],
['CVE', '2015-5119'],
['URL', 'https://helpx.adobe.com/security/products/flash-player/apsa15-03.html'],
['URL', 'http://blog.trendmicro.com/trendlabs-security-intelligence/unpatched-flash-player-flaws-more-pocs-found-in-hacking-team-leak/'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def initialize(info = {})
'hdm' # Metasploit module
],
'References' => [
%w{AKA ghostbutt},
%w{CVE 2017-8291},
%w{URL https://bugs.ghostscript.com/show_bug.cgi?id=697808},
%w{URL http://seclists.org/oss-sec/2017/q2/148},
Expand Down

0 comments on commit 9cd254c

Please sign in to comment.