Skip to content

Commit c490d64

Browse files
authored
Was missing a comma
1 parent 3132566 commit c490d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/oracle_weblogic_wsat_deserialization_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def initialize(info = {})
5050

5151
register_options([
5252
OptString.new('TARGETURI', [true, 'The base path to the WebLogic WSAT endpoint', '/wls-wsat/CoordinatorPortType']),
53-
Opt::RPORT(7001, true, 'The remote port that the WebLogic WSAT endpoint listens on')
53+
Opt::RPORT(7001, true, 'The remote port that the WebLogic WSAT endpoint listens on'),
5454
OptFloat.new('TIMEOUT', [true, "The timeout value of requests to RHOST", 20.0])
5555
])
5656
end

0 commit comments

Comments
 (0)