Skip to content

Instantly share code, notes, and snippets.

View xpressyoo's full-sized avatar
:bowtie:
Fixing team communication in the workplace!

Florian Bersier xpressyoo

:bowtie:
Fixing team communication in the workplace!
View GitHub Profile
@xpressyoo
xpressyoo / email-spoofing.php
Created February 19, 2012 01:23
Email Spoofing Example (Educational Purposes only)
<?
/*
Email Spoofing script (PHP). For Educational Purposes only.
To note that capabilities of the script have been intentionally limited.
This work is licensed under a MIT License. Copyright 2012 Florian Bersier
*/
// Get posted data into local variables
$EmailFrom = Trim(stripslashes($_POST['EmailFrom'])); // Your email, e.g. me@example.com