File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,19 @@ def initialize(info = {})
15
15
super ( update_info ( info ,
16
16
'Name' => 'RIPS Scanner Directory Traversal' ,
17
17
'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 .
20
20
} ,
21
21
'References' =>
22
22
[
23
+ [ 'EDB' , '18660' ] ,
23
24
[ 'URL' , 'http://codesec.blogspot.com.br/2015/03/rips-scanner-v-054-local-file-include.html' ]
24
25
] ,
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
+ ] ,
26
31
'License' => MSF_LICENSE
27
32
) )
28
33
You can’t perform that action at this time.
0 commit comments