|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 73
Members: 0
Total: 73
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Hi. Please decode file |
|
Posted: Wed Aug 18, 2010 11:25 am |
|
|
morfey |
Beginner |
|
|
Joined: Aug 18, 2010 |
Posts: 4 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed Aug 18, 2010 2:39 pm |
|
|
tsabitah |
Valuable expert |
|
|
Joined: Jul 07, 2010 |
Posts: 328 |
Location: surabaya |
|
|
|
|
|
|
The server replies that you don't have permissions to download this file |
|
|
|
|
Posted: Thu Aug 19, 2010 9:44 am |
|
|
morfey |
Beginner |
|
|
Joined: Aug 18, 2010 |
Posts: 4 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Thu Aug 19, 2010 3:22 pm |
|
|
morfey |
Beginner |
|
|
Joined: Aug 18, 2010 |
Posts: 4 |
|
|
|
|
|
|
|
is not the file |
|
|
|
|
Posted: Fri Aug 20, 2010 1:15 am |
|
|
tsabitah |
Valuable expert |
|
|
Joined: Jul 07, 2010 |
Posts: 328 |
Location: surabaya |
|
|
|
|
|
|
|
|
|
|
Posted: Fri Aug 20, 2010 7:00 am |
|
|
morfey |
Beginner |
|
|
Joined: Aug 18, 2010 |
Posts: 4 |
|
|
|
|
|
|
|
Thanks, but file is badly decoded. I also have a decoder, I have the same result. I thought you people here the best Decoders:) |
|
|
|
|
Posted: Fri Aug 20, 2010 7:19 am |
|
|
tsabitah |
Valuable expert |
|
|
Joined: Jul 07, 2010 |
Posts: 328 |
Location: surabaya |
|
|
|
|
|
|
try going to the site cyko
he's an expert decoded |
|
Last edited by tsabitah on Mon Sep 13, 2010 4:19 am; edited 1 time in total |
|
|
|
Posted: Sun Aug 22, 2010 5:39 pm |
|
|
Cyko |
Moderator |
|
|
Joined: Jul 21, 2009 |
Posts: 375 |
|
|
|
|
|
|
|
The file is Zended, however unfourtanetly too many syntax errors to debug manually.
Furthermore to fix the charset issue, try the following:
Dump the deZended code within a file named 'decoded_file_txt', create a php file e.g. 'charset.php', paste the following code (below) into the file and run charset.php within your browser, and you should see the fixed/corrected charset (which is Russian).
Code: | <?php
$file = file_get_contents('decoded_file.txt');
header('Content-type: text/plain; charset=windows-1251');
echo $file;
?> |
|
|
|
|
|
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|