Waraxe IT Security Portal
Login or Register
November 22, 2024
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: 102
Members: 0
Total: 102
Full disclosure
APPLE-SA-11-19-2024-5 macOS Sequoia 15.1.1
Local Privilege Escalations in needrestart
APPLE-SA-11-19-2024-4 iOS 17.7.2 and iPadOS 17.7.2
APPLE-SA-11-19-2024-3 iOS 18.1.1 and iPadOS 18.1.1
APPLE-SA-11-19-2024-2 visionOS 2.1.1
APPLE-SA-11-19-2024-1 Safari 18.1.1
Reflected XSS - fronsetiav1.1
XXE OOB - fronsetiav1.1
St. Poelten UAS | Path Traversal in Korenix JetPort 5601
St. Poelten UAS | Multiple Stored Cross-Site Scripting in SEH utnserver Pro
Apple web content filter bypass allows unrestricted access to blocked content (macOS/iOS/iPadOS/visionO S/watchOS)
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
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: 13265




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




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




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




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




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




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




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




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




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




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




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




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




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




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