Add metadata
parent
3e104fd8e6
commit
70fad73092
|
@ -15,14 +15,19 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'RIPS Scanner Directory Traversal',
|
'Name' => 'RIPS Scanner Directory Traversal',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module exploits a directory traversal vulnerability in the RIPS Scanner v0.54
|
This module exploits a directory traversal vulnerability in the RIPS Scanner v0.54,
|
||||||
The vulnerability affects to Windows and Linux systems.
|
allowing to read arbitrary files with the web server privileges.
|
||||||
},
|
},
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
|
['EDB', '18660'],
|
||||||
['URL', 'http://codesec.blogspot.com.br/2015/03/rips-scanner-v-054-local-file-include.html']
|
['URL', 'http://codesec.blogspot.com.br/2015/03/rips-scanner-v-054-local-file-include.html']
|
||||||
],
|
],
|
||||||
'Author' => 'Roberto Soares Espreto <robertoespreto[at]gmail.com>',
|
'Author' =>
|
||||||
|
[
|
||||||
|
'localh0t', # Vulnerability discovery
|
||||||
|
'Roberto Soares Espreto <robertoespreto[at]gmail.com>' # Metasploit module
|
||||||
|
],
|
||||||
'License' => MSF_LICENSE
|
'License' => MSF_LICENSE
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue