Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email Spoofing #7525

Open
gaur-avvv opened this issue Oct 18, 2024 · 2 comments
Open

Email Spoofing #7525

gaur-avvv opened this issue Oct 18, 2024 · 2 comments
Labels

Comments

@gaur-avvv
Copy link
Contributor

gaur-avvv commented Oct 18, 2024

What Roadmap is this project for?

Cyber Security

Project Difficulty

Intermediate

Add Project Details

required Language: Python
required Libraries: smtplib for sending emails, argparse for parsing command-line arguments, SMTP, CLI, Email Library

  • it should allow user to modify email headers like "From", "Reply-To", "Subject".
  • this project teach user how these headers can be manipulated.
  • the core function is to send an email that appears to come from a different sender address than the actual one, allowing users to see how email clients display such messages.
  • to secure the original user email for privacy purpose.
  • for educational purpose and to raising awareness among the people.
  • to helping them identify phishing attempts.
  • include a demo mode that sends a harmless but spoofed email that looks like a typical phishing attempt, helping users learn to spot red flags in real-world scenarios.
@dansholds
Copy link
Collaborator

Lets add some requirements to this, what should the email spoofing tool do? any stretch goals for it? Whats the purpose?

@dansholds dansholds added Needs Changes project Project request labels Oct 18, 2024
@gaur-avvv
Copy link
Contributor Author

gaur-avvv commented Oct 18, 2024

added answer of all these question: what should the email spoofing tool do? any stretch goals for it? Whats the purpose?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants