Email Spoofing
Intro:-
This is a very handy method and it comes pre-installed in Kali Linux and all you need to do is to create an SMTP server to send emails. This is very useful and can use the server free of cost or if you are interested you can upgrade it to premium but I prefer the free version of it. By this method, you can send an email to your friend by using his own mail.id.
SO, let's Dive in
Requirements:-
- Kali Linux
- SMTP server
- Mail.ID of victim
- Mail.ID of the victim's boss or friends
Procedure:-
create an SMTP server by using Sendinblue.com it's free of cost and used by many marketers.
sign-in page of Sendinblie.com
After creating an account successfully enter your details like company name, address, No-of employees, etc but do not forget to give your original phone number because it sends an OTP.
So, after finishing all the required formalities and finish setting up now go to the transactional section and check your SMTP server, port, username, and password
Now dive into your terminal and type
sendemail --help
now type the following command.
sendemail -xu (SMTP server username) -xp (SMTP server password) -s (SMTP server) -f (victims friend mail.ID) -t (victims mail.ID) -u (subject) -o (victims friend name)
now press enter.
BOOOMMMM..... The email has been spoofed
(only for educational purpose)
Author:-sai Kiran
Comments
Post a Comment