|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 164
Members: 0
Total: 164
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
|
<?php get_header(); ?>
<?php include (TEMPLATEPATH . '/gallery.php'); ?>
<?php get_footer(); ?> |
|
|
|
|
getmovies.php
<?php
require('../wp-config.php');
function get_match($regex,$content)
{
preg_match($regex,$content,$matches);
return $matches[1];
&# ... |
|
|
|
|
Barney,
I am curious what did you use to decode that?
My PC and a text editor. Let me explain.
This is the most common type of obfuscation I've seen used in WordPress themes. I hav ... |
|
|
|
|
Index.php
<?php get_header(); ?>
<div id="content">
<div id="main">
<?php if (have_posts()) ... |
|
|
|
|
</div>
<div id="footer">
<div class="foot-left">
<h3>Recent Comments</h3>
<?php if (function_exists&# ... |
|
|
|
|
Thanks muchly BoboTiG. Hopefully I can get as good as you guys at this stuff and even help out here. |
|
|
|
|
I'm still a noob at learning how to do this. This file has been frustrating the heck out of me for a few days now. When I try to decode it I end up with more gibberish meaning it has probably has mult ... |
|
|
Page 1 of 1 |
All times are GMT |
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|