Waraxe IT Security Portal
Login or Register
June 17, 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: 69
Members: 0
Total: 69
Full disclosure
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
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: 15492




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: 15492




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: 6601




<?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: 9320




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: 7435




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: 7435




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: 5353




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: 15492




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: 15492




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: 15492




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: 15492




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: 9525




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: 9525




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: 9525




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