Skip to content

Commit 22a1e06

Browse files
authored
Land #16702, Fix reference URL link in hikvision_rtsp_bof.rb
2 parents 9110920 + e4ce1c5 commit 22a1e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/misc/hikvision_rtsp_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(info = {})
2929
'References' =>
3030
[
3131
[ 'CVE', '2014-4880' ],
32-
[ 'URL', 'https://www.rapid7.com/blog/post/2014/11/19/r7-2014-18-hikvision-dvr-devices--multiple-vulnerabilities' ]
32+
[ 'URL', 'https://www.rapid7.com/blog/post/2014/11/19/r7-2014-18-hikvision-dvr-devices-multiple-vulnerabilities' ]
3333
],
3434
'Platform' => 'linux',
3535
'Arch' => ARCH_ARMLE,

0 commit comments

Comments
 (0)