3tternp / email-spoofing

python3 email-spoofing smtprelay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email-spoofing

This project is an advanced form of SMTP relay attack based on emailspoofing by GBhackercyber github

https://github.com/balaganeshcyber/Emailspoofing

Email spoofing is the way of delivering forged emails to recipients.These methods are used by criminals to launch attacks like phishing or spams to provide persistent backdoors with legitimate behavior.Publicly available email servers can be used for spoofing attack. If you have configured your mail server with OPEN RELAY, this dangerous email spoofing attack can be performed by attackers.An open relay is an SMTP server configured in such a way that allows a third party to relay (send/receive email messages that are neither from nor for local users). Therefore, such servers are usually targeted by spam senders to send spoofed emails to victims inbox.Refer:https://gbhackers.com/email-spoofing-exploiting-open-relay/

Python Dependencies

smtplib

sys

#usage

sudo python3 smtprelay.py

About

python3 email-spoofing smtprelay


Languages

Language:Python 100.0%