Skip to content

Commit 8da7ba1

Browse files
committed
In case people actually don't know what RCE means
1 parent 73459ba commit 8da7ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/oracle_reports_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Metasploit3 < Msf::Exploit::Remote
1616

1717
def initialize(info = {})
1818
super(update_info(info,
19-
'Name' => 'Oracle Forms and Reports RCE',
19+
'Name' => 'Oracle Forms and Reports Remote Code Execution',
2020
'Description' => %q{
2121
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
2222
information about a server. A second vulnerability that allows arbitrary reading and writing

0 commit comments

Comments
 (0)