Created
December 27, 2016 14:17
-
-
Save ichikaway/e674a648b68bbbce6108c85224b0be61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require 'PHPMailerAutoload.php'; | |
//$address = '[email protected]'; | |
$address = '"attacker\" -oQ/tmp/ -X/var/www/cache/phpcode.php some"@email.com'; | |
var_dump(PHPMailer::validateAddress($address)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment