Skip to content

Commit 11aca8b

Browse files
author
Pedro Ribeiro
committed
Update sysaid_file_download.rb
1 parent 54bfe29 commit 11aca8b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/auxiliary/admin/http/sysaid_file_download.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,16 @@ def initialize(info={})
3232
[
3333
[ 'CVE', '2015-2996' ],
3434
[ 'CVE', '2015-2997' ],
35-
[ 'OSVDB', 'TODO' ],
36-
[ 'OSVDB', 'TODO' ],
3735
[ 'URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/generic/sysaid-14.4-multiple-vulns.txt' ],
38-
[ 'URL', 'TODO_FULLDISC_URL' ]
36+
[ 'URL', 'http://seclists.org/fulldisclosure/2015/Jun/8' ]
3937
],
4038
'DisclosureDate' => 'Jun 3 2015'))
4139

4240
register_options(
4341
[
4442
OptPort.new('RPORT', [true, 'The target port', 8080]),
4543
OptString.new('TARGETURI', [ true, "SysAid path", '/sysaid']),
46-
OptString.new('FILEPATH', [false, 'Path of the file to download (escape Windows paths with 4 back slashes)', '/etc/passwd']),
44+
OptString.new('FILEPATH', [false, 'Path of the file to download (escape Windows paths with a back slash)', '/etc/passwd']),
4745
], self.class)
4846
end
4947

0 commit comments

Comments
 (0)