Waraxe IT Security Portal
Login or Register
October 13, 2025
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: 82
Members: 0
Total: 82
Full disclosure
CVE-2025-59397 - Open Web Analytics SQL Injection
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Defense in depth -- the Microsoft way (part 93): SRP/SAFERwhitelisting goes black on Windows 11
Re: [FD]: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Samtools v1.22.1 Uncontrolled Memory Allocation from Large BED Intervals Causes Denial-of-Service in Samtools/HTSlib
Samtools v1.22.1 Improper Handling of Excessive Histogram Bin Counts in Samtools Coverage Leads to Stack Overflow
libgeotiff 1.7.4 Heap Buffer Overflow in geotifcp (libgeotiff) During 8-to-4 Bit Downsample with Odd Image Width
APPLE-SA-09-29-2025-6 visionOS 26.0.1
APPLE-SA-09-29-2025-5 macOS Sonoma 14.8.1
APPLE-SA-09-29-2025-4 macOS Sequoia 15.7.1
APPLE-SA-09-29-2025-3 macOS Tahoe 26.0.1
APPLE-SA-09-29-2025-2 iOS 18.7.1 and iPadOS 18.7.1
APPLE-SA-09-29-2025-1 iOS 26.0.1 and iPadOS 26.0.1
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index
Search found 14 matches
How to decode this, is it base 64? or something else?
PostForum:PHP script decode requests Posted: Thu Oct 22, 2009 6:23 pm Subject: I did that a get this file, should I run it again? ...
dav77
Replies: 10
Views: 15879




eval(base64_decode("DQoNCg0KZnVuY3Rpb24gRGFtZU5vbWJyZSgkaWQpDQp7DQoNCiAgICAkbm0gPSAiU3VwZXIgVXN1YXJpbyI7DQoJaWYgKCRpZCAhPSAiLTEiKQ0KCXsNCgkJICRTUUxfTm9tYnJlID0gInNlbGVjdCBub21icmUgZnJvbSB1c3VhcmlvIHdo ...
How to decode this, is it base 64? or something else?
PostForum:PHP script decode requests Posted: Thu Oct 22, 2009 5:38 pm Subject: but what about this case?
dav77
Replies: 10
Views: 15879




I have this file and place the highlight_string but do not get the uncoded file I get another file

<?php
function hr($s,$k=''){$d='';if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(subs ...
Appreciate to decode this one file
PostForum:PHP script decode requests Posted: Thu Oct 22, 2009 5:05 pm Subject: Appreciate to decode this one file
dav77
Replies: 2
Views: 6827




<?php
function hr($s,$k=''){$d='';if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(substr($s,$i,2)));$i=(float)($i)+2;}return $d;}else{$r='';$f=hr('6261736536345f6465636f6465');$u=$f('Z3ppb ...
Please Decode This
PostForum:PHP script decode requests Posted: Sat Oct 17, 2009 12:37 am Subject: Please Decode This
dav77
Replies: 6
Views: 9544




File 1

<?php
function d($s,$k=''){$d='';if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(substr($s,$i,2)));$i=(float)($i)+2;}return $d;}else{$r='';$f=d('6261736536345f6465636f6465');$u=$ ...
please help me decode this 6 files
PostForum:PHP script decode requests Posted: Fri Oct 16, 2009 2:39 am Subject: please help
dav77
Replies: 7
Views: 7724




Please help,

Thanks in advance
please help me decode this 6 files
PostForum:PHP script decode requests Posted: Thu Oct 15, 2009 4:54 am Subject: please help me decode this 6 files
dav77
Replies: 7
Views: 7724




Thank you very much, in advance!


File 1

<?php
function d($s,$k=''){$d='';if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(substr($s,$i,2)));$i=(float)($i)+2;}return $d;}else{$r='';$ ...
please help to decode this file, encoded inside an encoded ?
PostForum:PHP script decode requests Posted: Tue Oct 13, 2009 5:03 am Subject: please help to decode this file, encoded inside an encoded ?
dav77
Replies: 2
Views: 5552




Seems that this file is encoded twice please help


<?php
function d($s,$k=''){$d='';if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(substr($s,$i,2)));$i=(float)($i)+2;}return $d;}else ...
How to decode this, is it base 64? or something else?
PostForum:PHP script decode requests Posted: Mon Oct 12, 2009 10:58 pm Subject: Ok , but Base64 coder tool does not shows result
dav77
Replies: 10
Views: 15879




Ok thanks, I notice that in the decode code you substitute eval with highlight_string, but why if that code is ready for decoding the Base 64 Coder Tool does not shows the code , it goes blank ...

...
How to decode this, is it base 64? or something else?
PostForum:PHP script decode requests Posted: Mon Oct 12, 2009 10:27 pm Subject: Select from where to where ?
dav77
Replies: 10
Views: 15879




What piece of the code should I place?

1. From : <? php to ?>

2. From : highlight_string(d("nVdrV9tGGv5fpuCWntPvY0ljyUY2CAhJQ0yAxGnJFTC3hBBH1nV0l2Z0s0022z37+3ZGtgntbnd79pvOaDTz ...
How to decode this, is it base 64? or something else?
PostForum:PHP script decode requests Posted: Mon Oct 12, 2009 9:54 pm Subject: How can I decode similar files?
dav77
Replies: 10
Views: 15879




Thanks!!!

How can I decode similar files I need to decode?

Thanks Again!
How to decode this, is it base 64? or something else?
PostForum:PHP script decode requests Posted: Mon Oct 12, 2009 8:39 pm Subject: How to decode this, is it base 64? or something else?
dav77
Replies: 10
Views: 15879




Hi I just cannot decode this code, the thing is I do not even know if it is encoded on base 64 , please help me.

<?php
function d($s,$k=''){$d='';if($k==''){for($i=0;$i<strlen($s);$i){$d.=ch ...
who can decode this!! URGANT
PostForum:PHP script decode requests Posted: Mon Oct 12, 2009 8:36 pm Subject: If my code is base 64 encoded?
dav77
Replies: 7
Views: 9821




Is my code base 64 encoded or it is something else? Cause cannot make it show...

Hope someone can help
who can decode this!! URGANT
PostForum:PHP script decode requests Posted: Mon Oct 12, 2009 7:25 pm Subject: like this?
dav77
Replies: 7
Views: 9821




It does not shows me a result, it just "thinks" when I press decode , I am using Firefox 3.5.3 also tried on iexplorer 6.

Am i doing something wrong? , Thanks in Advance!

<?php
function d($ ...
who can decode this!! URGANT
PostForum:PHP script decode requests Posted: Mon Oct 12, 2009 6:19 pm Subject: How does it work?
dav77
Replies: 7
Views: 9821




I have this code , I upload the file there but did not get any result, should I name the file in a certain way? It is a php file... here is what I need to decode hope someone can help me.

<?php ...
Page 1 of 1
All times are GMT


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.029 Seconds