Add metadata

bug/bundler_fix
jvazquez-r7 2015-04-03 15:27:28 -05:00
parent 3e104fd8e6
commit 70fad73092
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 8 additions and 3 deletions

View File

@ -15,14 +15,19 @@ class Metasploit3 < Msf::Auxiliary
super(update_info(info,
'Name' => 'RIPS Scanner Directory Traversal',
'Description' => %q{
This module exploits a directory traversal vulnerability in the RIPS Scanner v0.54
The vulnerability affects to Windows and Linux systems.
This module exploits a directory traversal vulnerability in the RIPS Scanner v0.54,
allowing to read arbitrary files with the web server privileges.
},
'References' =>
[
['EDB', '18660'],
['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
))