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 799c225 commit ede5d0fCopy full SHA for ede5d0f
modules/exploits/windows/browser/adobe_flash_otf_font.rb
@@ -221,7 +221,7 @@ def exploit
221
datastore['URIPATH'] = datastore['URIPATH'] || random_uri
222
datastore['URIPATH'] = '/' + datastore['URIPATH'] if datastore['URIPATH'] !~ /^\//
223
datastore['URIPATH'] = datastore['URIPATH'][0,3] if datastore['URIPATH'].length > 3
224
- print_debug("URIPATH set to #{datastore['URIPATH']}")
+ print_warning("URIPATH set to #{datastore['URIPATH']}")
225
226
super
227
end
0 commit comments