Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamff-dev/email_spoofer
:email::hammer: PHP email spoofer | Send emails from any email adress
https://github.com/adamff-dev/email_spoofer
email email-sender email-spoof form hack html mail php spoofer spoofing
Last synced: 1 day ago
JSON representation
:email::hammer: PHP email spoofer | Send emails from any email adress
- Host: GitHub
- URL: https://github.com/adamff-dev/email_spoofer
- Owner: adamff-dev
- Created: 2018-01-28T13:29:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T16:50:35.000Z (over 4 years ago)
- Last Synced: 2024-05-21T01:42:28.979Z (6 months ago)
- Topics: email, email-sender, email-spoof, form, hack, html, mail, php, spoofer, spoofing
- Language: HTML
- Homepage:
- Size: 57.6 KB
- Stars: 67
- Watchers: 5
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email spoofer
PHP email spoofer. Send emails from any email adress.Note: Make sure that you upload it to a PHP and email compatible server. You can use 000webhost as it's free.
## Using the command line
You can use curl to send the PHP form from the command line:
``curl --data "from=$FROM&to=TO&subject=SUBJECT&message=MESSAGE" $PHP_URL``
If you want to do this automatically, you can use this little script.
## Disclaimer
This project is for testing and educational purposes. I don't take any responsibility for what you do with this program.