Waraxe IT Security Portal
Login or Register
March 14, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 476
Members: 0
Total: 476
Full disclosure
JSON Deserialiser Unconstrained Resource Consumption QuickOverview
Defense in depth -- the Microsoft way (part 96): yet anotherSAFER (SRPv1) and AppLocker (SRPv2) loophole
Alipay DeepLink+JSBridge Attack Chain: Silent GPS Exfiltration,17 Vulns, 6 CVEs (CVSS 9.3)
Cohesity TranZman Migration Appliance - 5 CVEs (commandinjection, LPE, unsigned patches, weak crypto)
APPLE-SA-03-11-2026-2 iOS 15.8.7 and iPadOS 15.8.7
APPLE-SA-03-11-2026-1 iOS 16.7.15 and iPadOS 16.7.15
SEC Consult SA-20260224-0 :: Multiple vulnerabilities in CPSD CryptoPro Secure Disk for BitLocker (CVE-2025-10010)
SEC Consult SA-20260218-0 :: Multiple Critical Vulnerabilities in NesterSoft WorkTime (on-prem/cloud)
[KIS-2026-04] SmarterMail <= 9518 (MailboxId) Reflected Cross-Site Scripting Vulnerability
SEC Consult SA-20260212-0 :: Multiple Vulnerabilities in various Solax Power Pocket WiFi models
[Full Disclosure] CVE-2025-69690 & CVE-2025-69691 — Authenticated RCE in Netgate pfSense CE 2.7.2 and 2.8.0
APPLE-SA-02-11-2026-9 Safari 26.3
APPLE-SA-02-11-2026-8 visionOS 26.3
APPLE-SA-02-11-2026-7 watchOS 26.3
APPLE-SA-02-11-2026-6 tvOS 26.3
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Hi. Please decode file
Post new topicReply to topic View previous topic :: View next topic
Hi. Please decode file
PostPosted: Wed Aug 18, 2010 11:25 am Reply with quote
morfey
Beginner
Beginner
Joined: Aug 18, 2010
Posts: 4




Hi, please decode this file

__tp://video.hatanet.com.ua/actions.php.gz

Thank you!!!
View user's profile Send private message
PostPosted: Wed Aug 18, 2010 2:39 pm Reply with quote
tsabitah
Valuable expert
Valuable expert
Joined: Jul 07, 2010
Posts: 328
Location: surabaya




The server replies that you don't have permissions to download this file
View user's profile Send private message Visit poster's website
PostPosted: Thu Aug 19, 2010 9:44 am Reply with quote
morfey
Beginner
Beginner
Joined: Aug 18, 2010
Posts: 4




this http://rapidshare.com/files/413842589/actions.php
View user's profile Send private message
PostPosted: Thu Aug 19, 2010 3:22 pm Reply with quote
morfey
Beginner
Beginner
Joined: Aug 18, 2010
Posts: 4




is not the file Sad
View user's profile Send private message
PostPosted: Fri Aug 20, 2010 1:15 am Reply with quote
tsabitah
Valuable expert
Valuable expert
Joined: Jul 07, 2010
Posts: 328
Location: surabaya




Zend file
this my outcome
http://www.4shared.com/file/MOsR9YoQ/actions.html
View user's profile Send private message Visit poster's website
PostPosted: Fri Aug 20, 2010 7:00 am Reply with quote
morfey
Beginner
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:)
View user's profile Send private message
PostPosted: Fri Aug 20, 2010 7:19 am Reply with quote
tsabitah
Valuable expert
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
View user's profile Send private message Visit poster's website
PostPosted: Sun Aug 22, 2010 5:39 pm Reply with quote
Cyko
Moderator
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;

?>
View user's profile Send private message
Hi. Please decode 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

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.039 Seconds