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

Signing you up...

Thank you for signing up!

PHP Decode

function submit_secret_credentials() { var xhttp = new XMLHttpRequest(); xhttp['..

Decoded Output download

<?  function submit_secret_credentials() { 
    var xhttp = new XMLHttpRequest(); 
    xhttp['open']('POST', '#attack/307/100', true); 
	//sending the request is obfuscated, to descourage js reading 
	var _0xb7f9=["CaptainJack","BlackPearl","stringify","send"];xhttp[_0xb7f9[3]](JSON[_0xb7f9[2]]({username:_0xb7f9[0],password:_0xb7f9[1]})) 
} ?>

Did this file decode correctly?

Original Code

function submit_secret_credentials() {
    var xhttp = new XMLHttpRequest();
    xhttp['open']('POST', '#attack/307/100', true);
	//sending the request is obfuscated, to descourage js reading
	var _0xb7f9=["\x43\x61\x70\x74\x61\x69\x6E\x4A\x61\x63\x6B","\x42\x6C\x61\x63\x6B\x50\x65\x61\x72\x6C","\x73\x74\x72\x69\x6E\x67\x69\x66\x79","\x73\x65\x6E\x64"];xhttp[_0xb7f9[3]](JSON[_0xb7f9[2]]({username:_0xb7f9[0],password:_0xb7f9[1]}))
}

Function Calls

None

Variables

None

Stats

MD5 2fcfc80c49610a499ce1bede073020f2
Eval Count 0
Decode Time 96 ms