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 ff20cf9 commit c9560b5Copy full SHA for c9560b5
lib/msf/core/payload/php.rb
@@ -26,6 +26,7 @@ def php_preamble(options = {})
26
# Canonicalize the list of disabled functions to facilitate choosing a
27
# system-like function later.
28
preamble = "/*<?php /**/
29
+ @error_reporting(0);
30
@set_time_limit(0); @ignore_user_abort(1); @ini_set('max_execution_time',0);
31
#{dis}=@ini_get('disable_functions');
32
if(!empty(#{dis})){
0 commit comments