Created
June 10, 2016 17:20
-
-
Save stefanruijsenaars/94712d9a536cfb054131c5ca62f667c7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| With patch: | |
| [pid 8125] execve("/bin/sh", ["sh", "-c", "/usr/sbin/sendmail -t -i -f'test\\#\\$%\\&\\*\\?\\^\\`\\{\\|\\}\\[email protected]'"], [/* 23 vars */] <unfinished ...> | |
| [pid 8126] execve("/usr/sbin/sendmail", ["/usr/sbin/sendmail", "-t", "-i", "-ftest\\#\\$%\\&\\*\\?\\^\\`\\{\\|\\}\\[email protected]"], [/* 23 vars */]) = 0 | |
| Without patch: | |
| [pid 8093] execve("/bin/sh", ["sh", "-c", "/usr/sbin/sendmail -t -i -ftest\\#\\$%\\&\\*\\?\\^\\`\\{\\|\\}\\[email protected]"], [/* 23 vars */] <unfinished ...> | |
| [pid 8094] execve("/usr/sbin/sendmail", ["/usr/sbin/sendmail", "-t", "-i", "-ftest#$%&*?^`{|}[email protected]"], [/* 23 vars */]) = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment