Waraxe IT Security Portal
Login or Register
November 5, 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: 81
Members: 0
Total: 81
Full disclosure
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
APPLE-SA-10-28-2024-3 macOS Sequoia 15.1
APPLE-SA-10-28-2024-2 iOS 17.7.1 and iPadOS 17.7.1
APPLE-SA-10-28-2024-1 iOS 18.1 and iPadOS 18.1
Open Redirect / Reflected XSS - booked-schedulerv2.8.5
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> footer from wp theme stere0line
Post new topicReply to topic View previous topic :: View next topic
footer from wp theme stere0line
PostPosted: Tue Nov 23, 2010 3:10 am Reply with quote
fux0r
Beginner
Beginner
Joined: Apr 16, 2010
Posts: 4




OK guys/gals.

ive never experienced this string:

Code:
<?php eval(stripslashes(gzinflate(base64_decode("rVZtb9s2EP6cAv0PnFZMCmBbXbPtQyLJyIK0+7CiRmGgHwVKoiwmFCmQVDTv5b/vSEqKoslpA8yAZPruuRfePTx6m0Tfrdfo/adP+9vPaL1OXr+KCvqAaBF7pRCaSA9ECD4WlwuuCddIlMhpnYnVG7OcYaVir4cNptP3mfXzq9Ba1IjjB3rAmgr+6GfuK7PQFKDeBDEit03VoEf5m5rwVum2LFGMsJT4GBilb8T+1DBOkP/ebeGj0a2sE99kjikn0p/g/qNMbW5+rxwDDOLR0Aj/7AEkr8Q8Ay1b4rQlZizD+X2aZ/4krtUVpNGV/9TyrVPpitQkZSK3RXQJucakdsfnV69fueJ0jSmhlQaTKp1fbZNJ+aIQKp9MOxV+pVXzlbP6IJAWDWKU35/u7EGkAJp29SzCqJKkjL3vH+N5SaQazAcryoEI4H8vmig0iiQKcfLsFk5ms5z8jWiOkh4qfTr1fIBAckPKldbNZRhCSzohi0YSpRrWHihXm1zUoYc01YzEHmhq2tZoRKEe5iVfQLSzop0Tma2hv9FCjN7L6MTEeCaEJYoCAJYHomMvzRjm908i9jZ7izSBFyp5ojRLqyiTY7UYwdJD4dcsTIgLmDFMna58z+4Lg/IWHQ5NZP04sxOC8py1BUHB/vbj7vfr/e3uev8b2iA/7GgBFVFr53jNSKk3YAFHB22TuddwdPtc3JoWBSNPcWdP6cNSB1qcaUO3XeoZE0CFUgR+K5lvDqw3KwYAhIeUPpremylykKLlxSXgA+fjjYG8g5EIW00V0Zrygwp8BdZEwLkgqXNFa3wgEMMMq94I4p0jLtaSNATrkWLz3KzYZefOazJHcFw7wOKxnR/dWc2XSvp/tdwS+iU9fwnR53tyLucsn6Ic4sRNOwAdaHptz3VfPl/vJgFULmmjkT420DxN/tDhHX7ATgrckflCS0ndMKxJOvAuvFOh7gjRmzs4e9BGa20ifoP3YXR1VMNu7EhUGutWERXCS6aa1sRQMewpq7vn+Nr7GbmqO0gQ8hJ8m/d3adxjbuAwwNcPuG6ucrOOf3xB9gA4C8ObtoSbD84AdDgnILKCjRHA78Cv3q1QdQHPT/D8DM8vK8RwRtgKbXhbZ0TCohSMiQ4WuTH2V3+hSjwQeWn/B6B/zGX97WkhlwEXXQC0He1c8eC2d6wJLKWjMBPF0dKn0jUD0L8=")))); ?>



FYI: This footer is from a Themef0rest WP template: stere0line if you care
View user's profile Send private message
PostPosted: Tue Nov 23, 2010 3:22 am Reply with quote
fux0r
Beginner
Beginner
Joined: Apr 16, 2010
Posts: 4




OK maybe I did it. Please check:

Code:
?><!-- FOOTER -->
<div id="footer">
<!-- content of footer -->
<div class="content">


<!-- Bottom navigation -->
<div class="bottom_nav">
<?php
$menustuff = array(
'menu' => 'Footer Menu',
'container' => '',
'container_class' => '',
'menu_class' => 'menuz',
'echo' => true,
'fallback_cb' => '',
'depth' => 0,
'theme_location' => 'footer_menu');

wp_nav_menu( $menustuff);?>
</div>
<!-- /Bottom navigation -->


<!-- Go top link -->
<div class="go_top">
<a href="#navigation"><span class="inv">Go Top</span></a>
</div>
<!-- /Go top link -->


<!-- Copyright -->
<div class="copyright"><a href="http://thewordpressplugins.com/" title="premium wordpress plugins">WordPress Plugins</a> | <a href="http://thepremiumwordpress.com" title="premium wordpress themes" target="_blank">WordPress Premium Themes</a></div>
<!-- /Copyright -->


<br class="clear" />


<!-- 3 cols -->
<div class="footer_3cols">

<!-- Col -->
<?php include (TEMPLATEPATH . '/widgets-footer-left.php'); ?>
<!-- /Col -->

<!-- Col middle -->
<div class="col_middle">
<a href="<?php bloginfo('url');?>" class="footer_logo" style="background:url(<?php $logo2 = get_settings('stereoline_footerimage');echo $logo2;?>) no-repeat" title="<?php bloginfo('title');?>"><span><?php bloginfo('name');?></span></a>
</div>
<!-- /Col middle -->

<!-- Col -->
<?php include (TEMPLATEPATH . '/widgets-footer-right.php'); ?>
<!-- /Col -->

<br class="clear" />
</div>
<!-- /3 cols -->
</div>
<!-- /content of footer -->
</div>
<!-- /FOOTER -->

</div>
<!-- /WRAP -->
<script type="text/javascript" src="<?php bloginfo('template_url');?>/js/tweet.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/<?php $tw = get_settings('stereoline_twitter');echo $tw;?>.json?callback=twitterCounter&amp;count=1"></script>
<script type="text/javascript">
//Cufon repleace
Cufon.replace('h2, h3, h4, h5, h6, label, .number, .follow, .cufon',{ hover: true });
</script>
<script type="text/javascript"> Cufon.now(); </script><?php wp_footer(); ?></body>
</html><?
View user's profile Send private message
PostPosted: Tue Nov 23, 2010 11:27 am Reply with quote
vince213333
Advanced user
Advanced user
Joined: Aug 03, 2009
Posts: 737
Location: Belgium




Just drop the ?> and <? at the start and end and it's correct Wink
View user's profile Send private message
footer from wp theme stere0line
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.047 Seconds