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: 206
Members: 0
Total: 206
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 -> Wordpress Footer code
Post new topicReply to topic View previous topic :: View next topic
Wordpress Footer code
PostPosted: Wed Apr 30, 2008 1:10 am Reply with quote
europamo
Beginner
Beginner
Joined: Apr 30, 2008
Posts: 3
Location: Washington, D.C.




I dont like asking for help, because I like learning this stuff. But that said I am stumped on how to make this decoded. I know it contains alot of ill stuff, but fixing this can help me understand why my sidebar is screwed up when i removed the code. Thanks in advance.

I put it up here so it wouldnt be all skewing the forums, but if requested I will post it.


http://rapidshare.com/files/110932000/footer.php.html
View user's profile Send private message Visit poster's website
PostPosted: Wed Apr 30, 2008 2:23 am Reply with quote
Snap
Active user
Active user
Joined: Apr 14, 2008
Posts: 25




I didn't downloaded your file, but in the footer you just have to call the function get_sidebar ..

Code:
<?php get_sidebar(); ?>


**

Hey waraxe ! you should do a post-it for decode base-64 php code, and for decode MD5, your forum is getting spammed with this topics all the time in everywhere, it ain't cool yo

respect
View user's profile Send private message
PostPosted: Wed Apr 30, 2008 2:46 am Reply with quote
europamo
Beginner
Beginner
Joined: Apr 30, 2008
Posts: 3
Location: Washington, D.C.




Snap wrote:
I didn't downloaded your file, but in the footer you just have to call the function get_sidebar ..

Code:
<?php get_sidebar(); ?>


**

Hey waraxe ! you should do a post-it for decode base-64 php code, and for decode MD5, your forum is getting spammed with this topics all the time in everywhere, it ain't cool yo

respect


thanks but that isnt not the problem. I wouldnt call me a spammer either.

I just need to know if there is some part of the code that is not letting me get what I need, ie: characters that dont belong.
View user's profile Send private message Visit poster's website
PostPosted: Wed Apr 30, 2008 1:16 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Snap wrote:
I didn't downloaded your file, but in the footer you just have to call the function get_sidebar ..

Code:
<?php get_sidebar(); ?>


**

Hey waraxe ! you should do a post-it for decode base-64 php code, and for decode MD5, your forum is getting spammed with this topics all the time in everywhere, it ain't cool yo

respect


Right now i don't see the problem here. There is special subforums for md5 crack requests and probably i will make new subforum for php decode requests too. Why not? It's fun to reverse obfuscated php scripts ...
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Apr 30, 2008 1:16 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Here it is:

Code:

<!-- Sidebar -->
<div class="sidebar sidebar-right">

<h3>Categories</h3>
<ul>
<?php wp_list_categories('title_li='); ?>
</ul>

<h3>Blogroll</h3>
<ul>
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
</ul>

<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>

<?php endif; ?>

</div>
<!-- Sidebar -->

<div class="clear"></div>

</div></div></div>
<!-- /Main -->

<!-- Footer -->
<div id="footer">

<!-- Copyright -->
<div id="copyright">
Designed By: <a href="http://www.elib.org/dire/166/1.php">Real Estates</a><br /><a href="http://www.imrealestateagent.com">Best real estate agents</a> : <a href="http://www.infectedbybugs.com">make money online</a> : <a href="http://www.pegasusdirectory.com">Free directory</a>


</div>
<!-- /Copyright -->

</div>
<!-- Footer -->

</div>
<!-- /Page -->

<?php wp_footer(); ?>

</body>

</html>


Enjoy Cool
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Apr 30, 2008 1:23 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




This is it - new subforum for php script decode requests!! All related posts here!! Wink
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Apr 30, 2008 1:26 pm Reply with quote
europamo
Beginner
Beginner
Joined: Apr 30, 2008
Posts: 3
Location: Washington, D.C.




First of all, Thank You.
I just want to know though, because I tried yours and others online decode, what was I doing wrong?

I did read "The only characters used are the upper- and lower-case Roman alphabet characters (A-Z, a-z), the numerals (0-9), and the "+" and "/" symbols, with the "=" symbol as a special suffix code.",

but when I removed the ones that didnt belong it still came out jumbled. trying to learn some of this thats all.

Thanks again Very Happy
View user's profile Send private message Visit poster's website
PostPosted: Wed Apr 30, 2008 1:32 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Problem is, that this obuscation was using about 76 encoding iterations with base64, rot13 and gzip compression. So if you wanted to do it manually, then it would be very frustrating Smile
So i wrote little script (took me 20 minutes), which produce original source code. Just basic php skills, nothing special needed here Smile
View user's profile Send private message Send e-mail Visit poster's website
Wordpress Footer code
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.208 Seconds