Skip to content

Commit 49cb26c

Browse files
authored
Update of URL's in info structure
Added url to the CVE as the CVE doesn't appear to be registered on: https://cvedetails.com/cve/CVE-2016-1000282/
1 parent 9b09306 commit 49cb26c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/linux/smtp/harakiri.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ def initialize(info = {})
5858
'References' =>
5959
[
6060
[ 'CVE', '2016-1000282'],
61-
[ 'EDB-ID', '41162'],
6261
[ 'URL', 'https://github.com/outflankbv/Exploits/blob/master/harakiri-CVE-2016-1000282.py'],
63-
[ 'URL', 'https://www.exploit-db.com/exploits/41162/']
62+
[ 'URL', 'https://www.exploit-db.com/exploits/41162/'],
63+
[ 'URL', 'https://github.com/distributedweaknessfiling/DWF-Database-Artifacts/blob/158c10cf11bc7d6ad728c1a8dd213f523ecfca52/DWF/2016/1000282/CVE-2016-1000282.json'],
64+
[ 'EDB-ID', '41162']
6465
],
6566
'Privileged' => false,
6667
'Arch' => ARCH_X86,

0 commit comments

Comments
 (0)