mitmproxy is an excellent console app written in Python.
It is easy to use on Linux and OS X.
It has an easy to use, prebuilt binary for OS X Mountain Lion (also works on OS X Mavericks).
| #!/usr/bin/python | |
| """ | |
| Exploit for Samba vulnerabilty (CVE-2015-0240) by sleepya | |
| The exploit only targets vulnerable x86 smbd <3.6.24 which 'creds' is controlled by | |
| ReferentID field of PrimaryName (ServerName). That means '_talloc_zero()' | |
| in libtalloc does not write a value on 'creds' address. | |
| Reference: | |
| - https://securityblog.redhat.com/2015/02/23/samba-vulnerability-cve-2015-0240/ |
mitmproxy is an excellent console app written in Python.
It is easy to use on Linux and OS X.
It has an easy to use, prebuilt binary for OS X Mountain Lion (also works on OS X Mavericks).