Waraxe IT Security Portal
Login or Register
March 10, 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: 66
Members: 0
Total: 66
Full disclosure
SEC Consult SA-20250226-0 :: Multiple vulnerabilities in Siemens A8000 CP-8050 & CP-8031 PLC
Re: MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client
MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client
Self Stored XSS - acp2sev7.2.2
Python's official documentation contains textbook example of insecure code (XSS)
Re: Netgear Router Administrative Web Interface Lacks Transport Encryption By Default
Monero 18.3.4 zero-day DoS vulnerability has been droppedpublicly on social network.
Netgear Router Administrative Web Interface Lacks Transport Encryption By Default
[CVE-2024-54756] GZDoom <= 4.13.1 Arbitrary Code Execution viaMalicious ZScript
Re: Text injection on https://www.google.com/so rry/index via ?q parameter (no XSS)
SEC Consult SA-20250211-0 :: Multiple vulnerabilities in Wattsense Bridge
APPLE-SA-02-10-2025-2 iPadOS 17.7.5
APPLE-SA-02-10-2025-1 iOS 18.3.1 and iPadOS 18.3.1
CVE-2024-55447: Access Control in Paxton Net2 software (update)
ChatGPT AI finds "security concern" (XSS) in DeepSeek's code
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: 15008




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




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




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




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




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




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




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




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




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




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




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




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




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




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



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
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.070 Seconds