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

Signing you up...

Thank you for signing up!

PHP Decode

<? $key = ""; if(array_key_exists("needle", $_REQUEST)) { $key = $_REQUEST["needl..

Decoded Output download

<? 
$key = ""; 
 
if(array_key_exists("needle", $_REQUEST)) { 
    $key = $_REQUEST["needle"]; 
} 
 
if($key != "") { 
    passthru("grep -i $key dictionary.txt"); 
} 
?>

Did this file decode correctly?

Original Code

<?
$key = "";

if(array_key_exists("needle", $_REQUEST)) {
    $key = $_REQUEST["needle"];
}

if($key != "") {
    passthru("grep -i $key dictionary.txt");
}
?>

Function Calls

array_key_exists 1

Variables

$key

Stats

MD5 e1ffe2bd5779b5a1f77caf2d9a9fc40c
Eval Count 0
Decode Time 119 ms