decrypt help

shep100uk

Newbie
Joined
Jun 15, 2013
Messages
6
Reaction score
0
please help decrypt this


$OOO0O0O00=__FILE__;$O00O00O00=__LINE__;$OO00O0000=60820;$O000O0O00=fopen($OOO0O​0O00,'rb');while(--$O00O00O00)fgets($O000O0O00,1024);fgets($O000O0O00,4096);$OO00O00O0=(base64_deco​de(strtr(fread($O000O0O00,792),'du4taHOnhEpBZAQ9JDbzcR681XWevCsPGfjTI+LKg0wyioSk​3Y/M2q7rV5lUNxFm=','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+​/')));eval($OO00O00O0);

and then all this code below it
sharetext . org / 51Vb


thank you for the help
 
Last edited:
How you missed this line:

Code:
[COLOR=#FFFFCC]// This file is protected by copyright law and provided under license. Reverse engineering of this file is strictly prohibited.
[/COLOR]
 
How you missed this line:

Code:
[COLOR=#FFFFCC]// This file is protected by copyright law and provided under license. Reverse engineering of this file is strictly prohibited.[/COLOR]
want to mke sure there is no virus hidden in it
 
As the other poster said, use pastebin or something else and supply the full/complete original script.
 
Bart's correct, it's a one way hashing algorithm and there is no _decrypt() function. It's possible to bruteforce small strings, but not much else beyond that. Although, I don't see what relevance MD5 has here. The original string is encoded, not encrypted (and definitely not hashed). It's likely some variation of ioncube (or something very similar). There are (at least, there used to be) pay services and free tools to do it yourself - but without the complete script, it's difficult (if not impossible) to be of any real help.

Hopefully he got his answer though, since he now says it's been decoded.
 
Back
Top