Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.35 KB

File metadata and controls

38 lines (25 loc) · 1.35 KB

Certainly! Here's a simple README file for your code:


Phishing Email Deactivation Tool

This Python script is designed to send a phishing email under the guise of a deactivation request. It's important to note that this script is for educational purposes only and should not be used for any malicious or unethical activities. The use of this script for phishing or any other illegal activities is strictly prohibited.

Prerequisites

  • Python installed on your system.
  • An email account (e.g., Gmail) with SMTP access enabled.

Usage

  1. Open the script file (phishing_email.py) in a text editor.
  2. Replace "[email protected]" and "your_email_password" with your own email credentials.
  3. Replace "[email protected]" with the email address of the recipient you want to send the phishing email to.
  4. Customize the subject and body of the email message as needed.
  5. Save the changes to the script file.

To run the script:

  1. Open a terminal or command prompt.
  2. Navigate to the directory containing the script file.
  3. Run the following command:
python phishing_email.py

Important Notes

  • Use this script responsibly and ethically.
  • Do not use this script for phishing or any illegal activities.
  • Be aware of the legal implications of sending unsolicited emails.
  • Respect the privacy and rights of others.