Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3286498
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:23:13+00:00 2026-05-17T20:23:13+00:00

So, what is this? I haven’t really experienced too much as far as hacking

  • 0

So, what is this? I haven’t really experienced too much as far as “hacking” goes. I’ve dealt and solved most problems with PHP applications and I understand about 70% of this code.

But here is what I found, a Web Shell by Boff?

My code.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T20:23:13+00:00Added an answer on May 17, 2026 at 8:23 pm

    It is hard to say, but generally to exploit something like this there is a loop hole in an include / require which is including a $_GET or $_POST variable that is not being filtered / checked.

    IE:

    include($_GET['page'] . '.php');
    

    Which some people did / do to lessen the code, however, anyone could inject a URL here and it could write a new file etc.

    To fix:

    $page = !empty($_GET['page'])?$_GET['page']:index;
    
    $whiteList = array('index', 'home');
    
    if (!in_array($page, $whiteList)) {
        $page = 'index';
    }
    
    include($page . '.php');
    

    But yea, this is just one way. I am sure there are many other methods as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've done much searching on this and haven't worked out the answer, but I
I've been searching on this but haven't found anything decisive so far.. I already
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've looked all over for this but haven't had much luck. So given this
I've been searching around for a solution to this but haven't really found one.
I've looked at at least 2 dozen topics about this and haven't really found
I've searched around with this and haven't found any clear answers. I'm using Eclipse
I've seen a couple questions on this but haven't been able to solve it...
I have scoured Google for a tutorial to help with this but haven't been
I've been googling this one and haven't turned up anything useful: Assuming you use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.