Giter Club home page Giter Club logo

zaqar_emailspoofer's Introduction

Zaqar: The Email Spoofer v1.3

A powerful PHP email spoofer with a polished UI, rich text editor, and multiple sending options.

What's new in v1.3?

Added

  1. Users can now upload attachments! This feature has been tested and works using .png, .docx, and .pdf files. Has not been tested using possibly malicious payloads for a target--although, if it passes the email virus scan then it should be fine.

Changed

  1. Zaqar is now no longer using the default mail() function to send emails, but instead using the PHPMailer library. This appears to be the cleaner way to send messages overall, plus it was what easily allowed for attachments. Will continue to experiment with more features of this lib.

How to install and use

To use Zaqar you first need to have access to a webserver that has SMTP and PHP enabled. Most web hosting companies have this enabled by default and require no setup. Zaqar, like all PHP email spoofers, will not work without this kind of service as you need to have a mail server for the PHP mail() function to work. To get Zaqar setup you will need to move through the following steps:

  1. First, make sure you download the full Zaqar_EmailSpoofer folder and then upload it onto the root directory of your web server (unzipped). This can be done using an FTP client or the file manager provided by your hosting service. There are tons of guides on how to do this—if you need help, check your web hosting FAQs as they will likely have an entry on uploading files and folders using FTP or their file manager.

  2. Once the file is uploaded you should navigate to the application file by typing http://[YOUR_DOMAIN_NAME]/Zaqar_EmailSpoofer/index.html into your URL bar. From that point you should be able to see the application. There is no additional configuration or installation needed.

  3. To actually use the application you simply populate the form. Make sure that you keep in mind that the "from" address is who you are spoofing, and that the "to" address is who you actually want to receive your message. You will need to indicate that you are not using the spoofer for evil before you can submit your message. If there were no errors then you should get a success message saying that the email was sent. You can type the body of your message using rich text or raw text.

  4. If you are getting errors when attempting to send an attachment, the php.ini file may need to be modified. Check out this guide to learn how to adjust the PHP upload restrictions on a webserver.

Keep in mind that if you are using a cheap or low-quality hosting provider there is a chance that your spoofed message will be marked as spam. However, if you are using a free web hosting provider (like 000WebHost) there is a 100% chance that your message will be marked as spam and your message will go unnoticed by your target. While it’s not ideal for students or those learning purposes, the best results come from using reputable (but often more expensive) hosting providers. I am not endorsing any provider in particular, but I can confirm that this works using both Bluehost and GoDaddy hosting.

If you run into issues or need help getting this set up please post in the “issues” section so that we can get it working for you.

What makes Zaqar different?

Search for “PHP Mail Spoofer” and you will get dozens of GitHub pages that host a simple PHP script and poorly designed HTML form. Frankly speaking, these applications look ugly and their options are limited. Few offer the ability to craft the spoofed message using a rich text editor—which is a critical feature in order to build believable messages. Additionally, Zaqar allows users to send using the To, Cc, and Bcc fields for greater control over how messages are sent. Users can also upload attachments to the email, which is important if a penetration tester is attempting to send a payload to a target via email. Zaqar was built to be the tool that you keep coming back to: both for its sleek and modern UI, and simple but powerful spoofing and mail features. Using Bootstrap as the front-end framework, Simditor as the rich text editor, and PHPmailer as the mail script library, Zaqar was built to be easy to use allow you to build believable messages. This will be the only mail spoofer you will ever need.

What Does Zaqar Mean?

In Mesopotamian mythology, Zaqar is the messenger of the god Sin. He relays these messages to mortals through his power over their dreams and nightmares. Seemed fitting and less dull than "Email Spoofer".

Disclaimer and Terms of Usage

By using this application you are agreeing to only send a spoofed email if either of the two situation are true:

  1. You are conducting a formal and legal penetration test in which you have the explicit permission of the organization that represents the target, and such a targeted attack is outlined in your planned attack scope.

  2. You are a student or learning about mail systems and want to learn more about mail security. If this is the case, you should only be spoofing accounts that you have legal access to, or have otherwise gotten permission to use. Spoofed emails sent for the sake of learning should not attempt to steal credentials or other sensitive information, even as a ‘joke’ or ‘prank.’

Using this application for any other reason falls outside of its intended use and is not endorsed, encouraged, or approved by the application’s creator or its contributors. This is especially true if this application is being used to send spam messages or commit fraud. This mailer does little to protect the identity of where it was truly sent and the message can be easily tracked back to the originator. It only masks the identity on a surface level inside of a mail client.

Want to contribute? We have stuff to do!

Check out the changelog for projects and 'wish list' items! This project can be made better by you.

zaqar_emailspoofer's People

Contributors

tobinshields avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

zaqar_emailspoofer's Issues

Bcc function not working

the bcc function is not working look at what it always shows. I separated the bcc emails with coma, and the from address only the sender domain is allowed in the from address too

65BBA026-727C-43C0-B9B2-DE5E623F8C25

Arabic Character

Hello

I can't write arabic characters.. I shows in the sent email as gibberish.. how can we fix it?

email not sent

which hosting company is recommended for the zaqar email spoofer?

email no sent

I used 000webhost - no problem, but all emails go to spam
Now I try create it in bluehost, godaddy but nothing work - email no sent, but without error. Can anybody help?

Email sending fails

The mailer.php returns success message, but I/others didn't got the spoofed mails even in the spam box! Hope you will give me a solution or update your script!

"From Name" and "From Email Adress" and "Rich Text" not working

Hello guys,
I have several problems :(

First of all:

The delivery of the email works but the as mentioned in the headline the From name and From address doesn't change. I send the emails over a Webserver on AWARDSPACE.COM with a mail account I created in there. And anytime I send an email the address and name of my mail account is shown not the ones I entered. Do you have any idea what could be the problem here?

Second of all the rich text editor doesn't work somehow. I paste an html code in this code "box" but when I send the email the body simply is the html code in plain text!
Please help!!!

i cant send mails

when complete form say this

Awe Snap! Your message was not sent. Something went wrong with the PHP mail() function and is returning a value of FALSE. Chances are if you are seeing this message it means that it could not reach out to the SMTP server. Make sure that the webserver you are running is configured to also point to a mail server.

error sending mails

i always get the following error
"Awe Snap! Your message was not sent. Something went wrong with the PHP mail() function and is returning a value of FALSE. Chances are if you are seeing this message it means that it could not reach out to the SMTP server. Make sure that the webserver you are running is configured to also point to a mail server."
when trying to send mail what how could i overcome this smtp poining.

unable to upload file

error show

Warning: require(public_html/mailerr/vendor/phpmailer/src/Exception.php): failed to open stream: No such file or directory in /storage/ssd1/497/19095497/public_html/mailerr/mailer.php on line 6

Warning: require(public_html/mailerr/vendor/phpmailer/src/Exception.php): failed to open stream: No such file or directory in /storage/ssd1/497/19095497/public_html/mailerr/mailer.php on line 6

Fatal error: require(): Failed opening required 'public_html/mailerr/vendor/phpmailer/src/Exception.php' (include_path='.:/usr/share/pear:/usr/share/php') in /storage/ssd1/497/19095497/public_html/mailerr/mailer.php on line 6

the index page is blank

After uploading this to my server and going to [url.com]/Zaqar_EmailSpoofer/index.html the entire page is blank. I've tried opening it in firefox, chrome, and safari both on my laptop and on my phone. How can this be fixed?

Pointing to SMTP

am having same issue although my namecheap hosting has smtp enabled automatically on the server, can you show me how to setup the smtp to point/link directly to the spoofer script?

Originally posted by @barrredemption7 in #4 (comment)

Error sending emails to Cc and Bcc addresses

I can send emails to primary email addresses successfully, but emails fail whenever i include Cc or Bcc addresses. It gives the following error:
"Awe Snap! Your message was not sent. Something went wrong with the PHP mail() function and is returning a value of FALSE. Chances are if you are seeing this message it means that it could not reach out to the SMTP server. Make sure that the webserver you are running is configured to also point to a mail server."

email not sent

Awe Snap! Your message was not sent. Something went wrong with the PHP mail() function and is returning a value of FALSE. Chances are if you are seeing this message it means that it could not reach out to the SMTP server. Make sure that the webserver you are running is configured to also point to a mail server,

this is the error message i get when sending out email, i make us of namecheap hosting, they have mail enabled by default, please help me out.

Subject

When I put a subject with accent/emoji, and that I send it, on the mail it does not appear, solution please ? thx

Uploading file

Hello,

I just want to share one issue I have to face and that I just resolved.

I was unable to upload any file.

It was a problem of permission. Just resolved by a chmod 777 -R Zaqar_EmailSpoofer

Have a great day !

Friendly,

Swedish language issues

Could you please check why are the words in wrong format in Swedish L. ? (please check other languages too if possible)
Example:
Kläder, Skor, Leksaker, Böcker, DVD:er. Sportutrustning, Skönhetsartiklar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.