We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593be7a commit cae1939Copy full SHA for cae1939
modules/auxiliary/gather/xbmc_traversal.rb
@@ -16,8 +16,8 @@ def initialize(info={})
16
super(update_info(info,
17
'Name' => "XBMC Web Server Directory Traversal",
18
'Description' => %q{
19
- This module exploits a directory traversal bug in XBMC 11, up until the 2012-11-04 nightly build.
20
- The module can only be used to retrieve files.
+ This module exploits a directory traversal bug in XBMC 11, up until the
+ 2012-11-04 nightly build. The module can only be used to retrieve files.
21
},
22
'License' => MSF_LICENSE,
23
'Author' =>
0 commit comments