AntiWPA Forum

Full Version: How to recognize what program was used on file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sourcecop encode file :
PHP Code:
<?php if(!function_exists('findsysfolder')){function findsysfolder($fld){$fld1=dirname($fld);$fld=$fld1.'/scopbin';clearstatcache();if(!is_dir($fld))return findsysfolder($fld1);else return $fld;}}require_once(findsysfolder(__FILE__).'/911006.php'); ......... 

CodeLock
PHP Code:
<?PHP
/* WARNING: This script is protected. Any attempt to reverse engineer, debug or de-code this file or its dependent files is strictly prohibited */
$codelock_rfiled=dirname(__FILE__); $codelock_fixpath='myfiles/*.*'; if ($codelock_file == '') {.............. 

ByteRUN
PHP Code:
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
// | Example 1 - Web site powered by PHP |
// +----------------------------------------------------------------------+
// | Copyright © 2005 ByteRun Software |
// +----------------------------------------------------------------------+
?><?php $_F=__FILE__;$_X='P2tOP1dGVw0ue................. 

PHPLock iT
PHP Code:
<?php // foo
$OOO0O0O00=__FILE__;$OOO000000=urldecode('%61%68%36%73%62%65......... 

PHPIon
PHP Code:
<? /*Script encoded using full version of phpion PHP phpion - http://phpion.com*/
$phpion = 1; $phpion_zlib = 0; $phpion_fname = basename(__FILE__); $p......... 

SwyerPHP
PHP Code:
<?PHP 
/* WARNING: This script is protected. Any attempt to reverse engineer, debug or de-code this file or its dependent files is strictly prohibited */
$swyerphp_enc="swyerphp.php"$swyerphp_file="phpinfo.php"$swyerphp_f....... 

TrueBug
PHP Code:
<?php /* WARNING: This file is protected by copyright law. To reverse engineer or decode this file is strictly prohibited. */
$o="QAAkOzh3b3cKDSgoJwAARC0oKAWzJ1AAAGhrc0tmZSdFcnVpbmlgJ0UDgGhmdWMnNQHjAABDLQe
W...... 

Zorex
PHP Code:
<?php /*Script encoded using full version of Zorex PHP Cryptz - http://zorex.info*/
$cryptz 1$cryptz_zlib 0$cryptz_fname basename(__FILE__); $cryptz_dpath dirname(__FILE__);............. 


Enjoy !
Nice to learn something, i have been trying to figure out the exact same thing
thanks for knowledge
Reference URL's