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 6201433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:33:10+00:00 2026-05-24T04:33:10+00:00

I want to create a zombie server. That means, it is a proxy server

  • 0

I want to create a zombie server.

That means, it is a proxy server being controlled by another server.

The reason is that my server neither supports ssl nor curl. And another server does. So I want to pass php-orders to the other server(which understands php) via php-paramater (index.php?order=…) and the result to be sent to my script.

Is there a snippet available for the zombie server?

  • 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-24T04:33:12+00:00Added an answer on May 24, 2026 at 4:33 am

    It is highly unsecure and untested, but I believe something like that would suit your needs.

    Server 1 (that without curl etc.):

    <?php
    
    // hash from pass, eg. 'da790439c0d433fcb1c1528008a1df2b5a7a7051'
    $hash = sha1('some password here');
    $command = 'echo "aaa";';
    $result = file_get_contents('http://www.example.com/?hash='.$hash.'&command='.urlencode($command));
    

    Server 2 (that with curl):

    <?php
    
    // hashed password hash
    $hashed_hash = 'eb6874cc5accb7ab24c1ce4a6ec5521ac5748340';
    if (isset($_GET['hash']) && sha1($_GET['hash'])==$hashed_hash) {
        // correct hash given
        $command = urldecode($_GET['command']);
        // do whatever you need with command
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create an enum-like set of strings in a way that will
I want to use a temp directory that will be unique to this build.
Every time that I want to do a Layout, I'm getting a black layout
i'm using google maps v3 and i want create a new map associate to
I've got a problem with Symfony2.0 BETA3 and MongoDB. I want create a Document,
my question is simple. I have class TouchSurfaceView which extends GLSurfaceView. I want create
I want to create a WCF service. What is the best design pattern to
I want to create a function which will a number and the position of
I want to create a url as below http://maps.googleapis.com/maps/api/directions/json?origin=Adelaide,SA&destination=Adelaide,SA&waypoints=optimize:true|Barossa+Valley,SA|Clare,SA|Connawarra,SA|McLaren+Vale,SA&sensor=false I used the following code
I want to create links similar to the facebook feed. For example, when you

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.