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 "<pre>".file_get_contents( "/etc/passwd" )."<pre>"; ?> ..

Decoded Output download

<?php
  echo "<pre>".file_get_contents( "/etc/passwd" )."<pre>";
?>

Did this file decode correctly?

Original Code

<?php
  echo "<pre>".file_get_contents( "/etc/passwd" )."<pre>";
?>

Function Calls

file_get_contents 1

Variables

None

Stats

MD5 4d38ebf1d85c69afa73ba4c6c7e23dbb
Eval Count 0
Decode Time 108 ms