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: 93
Members: 0
Total: 93
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 -> PHP script decode requests -> please decode this stuff..
Post new topicReply to topic View previous topic :: View next topic
please decode this stuff..
PostPosted: Wed Jul 23, 2008 5:52 pm Reply with quote
Wabbit
Beginner
Beginner
Joined: Jul 23, 2008
Posts: 3




Hi..


Wordpress footer. Tried ALL the scriptsin the net. no one works....:

<?php eval(gzinflate(base64_decode('NdJHkqNIAADAe79ib90dHPCUiNmZjgJhBAjhBIjLBiC8NypAr5/T5hvy58/Hvz9jOX5kKG6/infV5228Zl9JvGQc898zS4dn9vVpPg21mTQI4dnG6LdML/F4i4TY7qiH3Yn2RWps3jB8VxDGa3OhQ4D1+RPfEOJOeD5PKk4mqBEJHWST4YjpiST0kd3UHFgnugtZsNJa3T14RV+WCeeM4aFFbrXmIi9s0yGV93ublKcmvwakQlv+eFyiY5cN0N3nGakbJWvpPmkxVwetZMz2RRT4AXaxgGrJTxXZKJu40aJEaSk94wGrsfNR7O3Kpi9hlP26TSZvoeX9lWhBQOuH1Ssqs03VlqzcM79RD8WcyFcOyasdVf1j2ZrILKtwBYNuoau+qlt4vUsm0Orb0aoN7w+KWrwOxibEwCNl1yscYOHLEDUl8IchCghA+Nc0YHbCGglrk1DCnZVn1TmSoNV7XsMbxEyN7DFMB5Cl5hbd4dnJvPe2GQE8hPtUIfsQPbk0ZUErEGabuYiWxU0HGTwshUlouL8u5tiFvDLlcbSGhhwp8zFRzu5NnU1hUeiOe9ftkWzSPPaGjAfWJM5wIb6SHsDnR4GZbDyUFEQHsUIy79SpqVFcVKetLv20ZA+yrZVZUSb6bXfBK80sKvTYM6SUm2tU62ro6Cb1qrvoHNBLROaM7suMqq52cXbrQcefN3pwTCQ7VW+YdxuqTk9zeE7vJ1x9A2zEu/19+v35/f396+Pn/6j//AU='))); ?>


please, can you decode this? thankyou!
View user's profile Send private message
PostPosted: Wed Jul 23, 2008 8:34 pm Reply with quote
lenny
Valuable expert
Valuable expert
Joined: May 15, 2008
Posts: 275




Quote:
?>
<div class="footer">
<div class="footer_txt">
<br /><br /><br />
&copy; 2008 <?php bloginfo('name'); ?>
<br />
| <a href="http://wordpress.org">Wordpress</a> | Travelog Design by <a href="http://www.homesandvillasabroad.com/">Italian Homes</a> for <a href="http://www.homesandvillasabroad.com/regions.html">Property in Calabria</a> and <a href="http://www.homesandvillasabroad.com/oplisting.aspx?Country=All&Region=Umbria">Property in Umbria </a> or read our <a href="http://www.homesandvillasabroad.com/blog/">Italian Property Blog</a> | <a href="http://www.wpthemesfree.com/" title="Wordpress Themes">Wordpress Themes</a>

</div></div>
<?php

Wink
A thanks might be in order...

Oh, and i did this manually. Sometimes it is better to keep a human "in-the-loop" :p
View user's profile Send private message
PostPosted: Wed Jul 23, 2008 9:11 pm Reply with quote
Wabbit
Beginner
Beginner
Joined: Jul 23, 2008
Posts: 3




dude, I love you;DD maybe you cansay howdo you do that?I know it sound totaly noob, but I'mjusta designer and I'm working with WP, and sometimesI justneed some stuff, and that footer is just killing me ;D plz ;D can yousay?Very Happy
View user's profile Send private message
PostPosted: Wed Jul 23, 2008 9:15 pm Reply with quote
lenny
Valuable expert
Valuable expert
Joined: May 15, 2008
Posts: 275




To be honest, it was very simple.

Take the original string (The one beginning in "eval") and replace "eval" with echo.
The output is yet another php script with similar format. Again, take the output string and replace "eval" to "echo". The output of this was yet another php script with roughly the same format! I did this three or four times until the output of the previous php script was the output you wanted Smile

Ok, in simple terms it was a php script embedded in an encoded php script several times over.
View user's profile Send private message
PostPosted: Wed Jul 23, 2008 11:07 pm Reply with quote
Wabbit
Beginner
Beginner
Joined: Jul 23, 2008
Posts: 3




damn you rock man ;D thanx a lot for explaning it step by step xDD thankyou and love ya! Smile :*
View user's profile Send private message
PostPosted: Thu Jul 24, 2008 1:49 am Reply with quote
gibbocool
Advanced user
Advanced user
Joined: Jan 22, 2008
Posts: 208




Lenny was lucky that it had only been encoded 4 times. Sometimes it can be encoded many many times in which doing it manually would take too long. In this case just write a simple php script to check if the decoded string needs to be decoded further and if this is the case, do so.

_________________
http://www.gibbocool.com
View user's profile Send private message Visit poster's website
please decode this stuff..
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.026 Seconds