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

Signing you up...

Thank you for signing up!

PHP Decode

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <?php use M..

Decoded Output download

 
 1 
 2 
 3 
 4 
 5 
 6 
 7 
 8 
 9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
<?php 
 
 
use Miniorange\Samlsp\classesctions\SendAuthnRequest; 
use Illuminate\Http\Request; 
use Session; 
Route::post("sso", function () { 
    return include_once "sso.php"; 
})->middleware("web"); 
Route::match(array("get", "post"), "saml_redirect{RelayState?}", function () { 
    SendAuthnRequest::execute(); 
}); 
Route::match(array("get", "post"), "slo_response", function () { 
    return include_once "logout.php"; 
})->middleware("web"); 
Route::get("slo_request", function () { 
    return include_once "logout.php"; 
})->middleware("web"); 
 ?>

Did this file decode correctly?

Original Code


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?php


use Miniorange\Samlsp\classes\actions\SendAuthnRequest;
use Illuminate\Http\Request;
use Session;
Route::post("\x73\163\157", function () {
    return include_once "\x73\163\157\56\160\x68\x70";
})->middleware("\167\145\x62");
Route::match(array("\147\x65\x74", "\x70\x6f\163\x74"), "\163\x61\x6d\x6c\x5f\162\x65\144\x69\162\145\143\x74\x7b\x52\x65\x6c\x61\171\123\164\x61\x74\x65\x3f\x7d", function () {
    SendAuthnRequest::execute();
});
Route::match(array("\x67\x65\x74", "\160\157\x73\164"), "\163\154\157\137\x72\145\x73\x70\x6f\x6e\163\x65", function () {
    return include_once "\x6c\x6f\147\157\x75\164\56\x70\150\160";
})->middleware("\x77\145\142");
Route::get("\163\x6c\x6f\x5f\x72\x65\x71\165\x65\163\x74", function () {
    return include_once "\154\157\x67\157\165\x74\x2e\160\x68\x70";
})->middleware("\167\x65\x62");

Function Calls

None

Variables

None

Stats

MD5 73d72a80486f636733286c827e3881ba
Eval Count 0
Decode Time 44 ms