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

Signing you up...

Thank you for signing up!

PHP Decode

An error occured: SimpleXML not loaded.<!DOCTYPE html> <html lang="en-GB"> <head> ..

Decoded Output download

<?  An error occured: SimpleXML not loaded.<!DOCTYPE html> 
 
<html lang="en-GB"> 
 
	<head> 
 
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
 
		<title>Login :: Damn Vulnerable Web Application (DVWA) v1.10 *Development*</title> 
 
		<link rel="stylesheet" type="text/css" href="dvwa/css/login.css" /> 
 
	</head> 
 
	<body> 
 
	<div id="wrapper"> 
 
	<div id="header"> 
 
	<br /> 
 
	<p><img src="dvwa/images/login_logo.png" /></p> 
 
	<br /> 
 
	</div> <!--<div id="header">--> 
 
	<div id="content"> 
 
	<form action="login.php" method="post"> 
 
	<fieldset> 
 
			<label for="user">Username</label> <input type="text" class="loginInput" size="20" name="username"><br /> 
 
 
			<label for="pass">Password</label> <input type="password" class="loginInput" AUTOCOMPLETE="off" size="20" name="password"><br /> 
 
			<br /> 
 
			<p class="submit"><input type="submit" value="Login" name="Login"></p> 
 
	</fieldset> 
 
	<input type='hidden' name='user_token' value='4a19bfa5c92380c2c35ae2b769c9949e' /> 
 
	</form> 
 
	<br /> 
 
	<div class="message">You have logged in as 'admin'</div> 
 
	<br /> 
	<br /> 
	<br /> 
	<br /> 
	<br /> 
	<br /> 
	<br /> 
	<br /> 
 
	<!-- <img src="dvwa/images/RandomStorm.png" /> --> 
	</div > <!--<div id="content">--> 
 
	<div id="footer"> 
 
	<p><a href="https://github.com/digininja/DVWA/" target="_blank">Damn Vulnerable Web Application (DVWA)</a></p> 
 
	</div> <!--<div id="footer"> --> 
 
	</div> <!--<div id="wrapper"> --> 
 
	</body> 
 
</html> ?>

Did this file decode correctly?

Original Code

An error occured: SimpleXML not loaded.<!DOCTYPE html>

<html lang="en-GB">

	<head>

		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

		<title>Login :: Damn Vulnerable Web Application (DVWA) v1.10 *Development*</title>

		<link rel="stylesheet" type="text/css" href="dvwa/css/login.css" />

	</head>

	<body>

	<div id="wrapper">

	<div id="header">

	<br />

	<p><img src="dvwa/images/login_logo.png" /></p>

	<br />

	</div> <!--<div id="header">-->

	<div id="content">

	<form action="login.php" method="post">

	<fieldset>

			<label for="user">Username</label> <input type="text" class="loginInput" size="20" name="username"><br />


			<label for="pass">Password</label> <input type="password" class="loginInput" AUTOCOMPLETE="off" size="20" name="password"><br />

			<br />

			<p class="submit"><input type="submit" value="Login" name="Login"></p>

	</fieldset>

	<input type='hidden' name='user_token' value='4a19bfa5c92380c2c35ae2b769c9949e' />

	</form>

	<br />

	<div class="message">You have logged in as 'admin'</div>

	<br />
	<br />
	<br />
	<br />
	<br />
	<br />
	<br />
	<br />

	<!-- <img src="dvwa/images/RandomStorm.png" /> -->
	</div > <!--<div id="content">-->

	<div id="footer">

	<p><a href="https://github.com/digininja/DVWA/" target="_blank">Damn Vulnerable Web Application (DVWA)</a></p>

	</div> <!--<div id="footer"> -->

	</div> <!--<div id="wrapper"> -->

	</body>

</html>

Function Calls

None

Variables

None

Stats

MD5 00b71331e30c6af4245931ae52b43127
Eval Count 0
Decode Time 51 ms