GithubHelp home page GithubHelp logo

help_me_clear_this_up's People

Contributors

crypt1d avatar marcuslindh avatar woutersf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

help_me_clear_this_up's Issues

Background questions

Can you describe the hosting environment a bit (shared/vps/server to the one site/vps managed by you but with multiple sites)?
Was any other software available on the site/server (e.g. civicrm, phpmyadmin)?
Were any contributed modules out of date?
Did Drupal/Apache/PHP have the ability to write files into the Drupal root directory?
What were the firewall rules like?
Were passwords on remotely-accessible services strong?

Script purpose

Two of the scripts very obviously attempts to ping back to PHP scripts on two IP addresses: 78.138.118.127 and 78.138.127.174 and either serve a file or display HTML to the user. Both of these are servers hosted by MESH. You should probably email them ([email protected]) and make sure those machines are shut down. You might also want to consider blocking the whole IP range in the future.

The third script is a bit stranger and does a bunch of messing around to obfuscate the IP addresses it contacts although they appear to be either 62.122.75.232 or 67.35.103.53 depending on whether the script is a PHP file or not.

First Step: Decode the Unicode-Characters

I watched at the messages.php file and directly saw, that its unicode-encoded (the \x32 stuff). So the easiest first step to read the code, is to decode it first with just a simple bash line

VAR=`cat messages.php`; echo -e $VAR

which you can also put back into a file. After that you need to make the code pretty for better readability and continue...

Hope it helps ;-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.