quoting ip to avoid php complaining
parent
4afc6d698d
commit
59bb9ac23b
|
@ -69,7 +69,7 @@ module Metasploit3
|
||||||
end
|
end
|
||||||
|
|
||||||
shell=<<-END_OF_PHP_CODE
|
shell=<<-END_OF_PHP_CODE
|
||||||
$ipaddr=#{ipaddr};
|
$ipaddr='#{ipaddr}';
|
||||||
$port=#{port};
|
$port=#{port};
|
||||||
#{php_preamble({:disabled_varname => "$dis"})}
|
#{php_preamble({:disabled_varname => "$dis"})}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue