Skip to content

Commit 3617a30

Browse files
authored
Add URIPATH random URI
1 parent a28d4a4 commit 3617a30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/multi/http/oracle_weblogic_wsat_deserialization_rce.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ def lookup_actual_host()
160160
# exploits/windows/novell/netiq_pum_eval.rb
161161
#
162162
def check
163+
datastore['URIPATH'] = datastore['URIPATH'] || random_uri
163164
datastore['URIPATH'] = '/' + datastore['URIPATH'] if datastore['URIPATH'] !~ /^\//
164165

165166
start_service({'Uri' => {

0 commit comments

Comments
 (0)