Skip to content

Commit 54bfe29

Browse files
author
Pedro Ribeiro
committed
Update and rename sysaid_file_ to sysaid_file_download.rb
1 parent 72b7982 commit 54bfe29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auxiliary/admin/http/sysaid_file_ renamed to modules/auxiliary/admin/http/sysaid_file_download.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# This module requires Metasploit: http//metasploit.com/download
2+
# This module requires Metasploit: http://metasploit.com/download
33
# Current source: https://github.com/rapid7/metasploit-framework
44
##
55

@@ -30,8 +30,8 @@ def initialize(info={})
3030
'License' => MSF_LICENSE,
3131
'References' =>
3232
[
33-
[ 'CVE', 'CVE-2015-2996' ],
34-
[ 'CVE', 'CVE-2015-2997' ],
33+
[ 'CVE', '2015-2996' ],
34+
[ 'CVE', '2015-2997' ],
3535
[ 'OSVDB', 'TODO' ],
3636
[ 'OSVDB', 'TODO' ],
3737
[ 'URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/generic/sysaid-14.4-multiple-vulns.txt' ],

0 commit comments

Comments
 (0)