Skip to content

Commit 70fad73

Browse files
committed
Add metadata
1 parent 3e104fd commit 70fad73

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

modules/auxiliary/scanner/http/rips_traversal.rb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@ def initialize(info = {})
1515
super(update_info(info,
1616
'Name' => 'RIPS Scanner Directory Traversal',
1717
'Description' => %q{
18-
This module exploits a directory traversal vulnerability in the RIPS Scanner v0.54
19-
The vulnerability affects to Windows and Linux systems.
18+
This module exploits a directory traversal vulnerability in the RIPS Scanner v0.54,
19+
allowing to read arbitrary files with the web server privileges.
2020
},
2121
'References' =>
2222
[
23+
['EDB', '18660'],
2324
['URL', 'http://codesec.blogspot.com.br/2015/03/rips-scanner-v-054-local-file-include.html']
2425
],
25-
'Author' => 'Roberto Soares Espreto <robertoespreto[at]gmail.com>',
26+
'Author' =>
27+
[
28+
'localh0t', # Vulnerability discovery
29+
'Roberto Soares Espreto <robertoespreto[at]gmail.com>' # Metasploit module
30+
],
2631
'License' => MSF_LICENSE
2732
))
2833

0 commit comments

Comments
 (0)