Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to recognize what program was used on file
05-08-2012, 05:55 AM
Post: #1
How to recognize what program was used on file
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 !
Find all posts by this user
Quote this message in a reply
06-02-2012, 11:18 PM
Post: #2
RE: How to recognize what program was used on file
Nice to learn something, i have been trying to figure out the exact same thing
Find all posts by this user
Quote this message in a reply
06-04-2012, 04:16 AM
Post: #3
RE: How to recognize what program was used on file
thanks for knowledge
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication