Waraxe IT Security Portal
Login or Register
July 27, 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: 213
Members: 0
Total: 213
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
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



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