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 73459ba commit 8da7ba1Copy full SHA for 8da7ba1
modules/exploits/multi/http/oracle_reports_rce.rb
@@ -16,7 +16,7 @@ class Metasploit3 < Msf::Exploit::Remote
16
17
def initialize(info = {})
18
super(update_info(info,
19
- 'Name' => 'Oracle Forms and Reports RCE',
+ 'Name' => 'Oracle Forms and Reports Remote Code Execution',
20
'Description' => %q{
21
This module uses two vulnerabilities in Oracle forms and reports to get remote code execution on the host. The showenv url can be used to disclose
22
information about a server. A second vulnerability that allows arbitrary reading and writing
0 commit comments