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 echo <<<HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:/..
Decoded Output download
<!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>PVT</title>
<link rel='stylesheet' type='text/css' href='./design/index.css'>
<!--<script src="./include/main.js"></script>-->
</head>
<body>
<div id="top">
<h2>PHP Vulnerability Tracer</h2>
</div>
<div id="menu">
<a href="./dump/opcodes">View opcodes</a>
<a href="./dump/">View variables trace</a>
<a href="./dump/">View functions trace</a>
<a href="./dump/">View functions trace 2</a>
</div>
<div id="butt">
<p>
This browser session hash: <span id="sess_hash"></span>
</p>
<span id="warn"></span>
</div>
<div class="boxy" style="clear:both;">
</div>
</body>
</html>
Did this file decode correctly?
Original Code
<?php
echo <<<HTML
<!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>PVT</title>
<link rel='stylesheet' type='text/css' href='./design/index.css'>
<!--<script src="./include/main.js"></script>-->
</head>
<body>
<div id="top">
<h2>PHP Vulnerability Tracer</h2>
</div>
<div id="menu">
<a href="./dump/opcodes">View opcodes</a>
<a href="./dump/">View variables trace</a>
<a href="./dump/">View functions trace</a>
<a href="./dump/">View functions trace 2</a>
</div>
<div id="butt">
<p>
This browser session hash: <span id="sess_hash"></span>
</p>
<span id="warn"></span>
</div>
<div class="boxy" style="clear:both;">
</div>
</body>
</html>
HTML;
Function Calls
None |
Stats
MD5 | 11708257619118d141834086a355989e |
Eval Count | 0 |
Decode Time | 109 ms |