Php obfuscation encryption and cracking tool (find source code)

Source: Internet
Author: User
Various official and user-released code examples are provided. For more information, see PHPJM, tianyiw, phpdp, vidun, and unknown encryption. is now the most powerful PHP decryption tool.
Currently supported: PHPJM/tianyiw/phpdp/vidun/and unknown encryption are supported. It is currently the most powerful PHP decryption tool.
This tool is applicable to PHP files encrypted by the PHPJM encryption tool in the source code of PHP. After decryption, the Code is fully restored. This tool is provided free of charge and can be modified at will.
Put the encrypted file in the: encoded directory. After decryption, the file will be placed in the: decoded directory.

Something also welcome to add QQ Group 342233194 to discuss, web site: http://www.zhaoyuanma.com
Paste part of the decryption core code. For details, download the attachment: function tianyiw($phpfile)
{
$php=file_get_contents($phpfile);
$id=strpos($php,"eval(gzuncompress('") + 19;
if($id===false){return "";}
$php=substr($php,$id);
$id=strpos($php,"'));");
if($id===false){return "";}
$php=substr($php,0,$id);
$php=str_replace("\\'","'",$php);
$php=str_replace("\\\\","\\",$php);
$php=strdecode1(gzuncompress(destr1($php)));
$id=strpos($php,"\$hash2 = '") + 10;
if($id===false){return "";}
$php=substr($php,$id);
$id=strpos($php,"';");
$keys=substr($php,0,$id);

$php=file_get_contents($phpfile);
$jmstr=
$id=chr(034).chr(211).chr(49).chr(66);
$id=strpos($php,$id) + 4;

$php=substr($php,$id);
$pwd=substr($php,3,3);
$len_1=ord(substr($php,2,1));
$len_2=ord(substr($php,6,1));
$php=substr($php,$len_1+7,-$len_2);
//echo gzuncompress($php);
//die();
$php=str5(@gzuncompress($php),$pwd,$keys);

return $php;
}

Phpbench password cracking tool (source code retrieval .rar (2.76 MB download: 1521 times)

AD: truly free, domain name + VM + enterprise mailbox = 0 RMB

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.