Skip to content

Commit ede5d0f

Browse files
committed
This is meant to be a warning, so we use print_warning
1 parent 799c225 commit ede5d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/adobe_flash_otf_font.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def exploit
221221
datastore['URIPATH'] = datastore['URIPATH'] || random_uri
222222
datastore['URIPATH'] = '/' + datastore['URIPATH'] if datastore['URIPATH'] !~ /^\//
223223
datastore['URIPATH'] = datastore['URIPATH'][0,3] if datastore['URIPATH'].length > 3
224-
print_debug("URIPATH set to #{datastore['URIPATH']}")
224+
print_warning("URIPATH set to #{datastore['URIPATH']}")
225225

226226
super
227227
end

0 commit comments

Comments
 (0)