|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Wordpress Footer code |
|
Posted: Wed Apr 30, 2008 1:10 am |
|
|
europamo |
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 |
|
|
|
|
Posted: Wed Apr 30, 2008 2:23 am |
|
|
Snap |
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 |
|
|
|
|
|
|
|
|
Posted: Wed Apr 30, 2008 2:46 am |
|
|
europamo |
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. |
|
|
|
|
|
|
|
|
Posted: Wed Apr 30, 2008 1:16 pm |
|
|
waraxe |
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 ... |
|
|
|
|
|
|
|
|
Posted: Wed Apr 30, 2008 1:16 pm |
|
|
waraxe |
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 |
|
|
|
|
|
|
|
|
Posted: Wed Apr 30, 2008 1:23 pm |
|
|
waraxe |
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!! |
|
|
|
|
Posted: Wed Apr 30, 2008 1:26 pm |
|
|
europamo |
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 |
|
|
|
|
Posted: Wed Apr 30, 2008 1:32 pm |
|
|
waraxe |
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
So i wrote little script (took me 20 minutes), which produce original source code. Just basic php skills, nothing special needed here |
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|