├── .gitattributes ├── Invoke-SendEmail.ps1 ├── LICENSE ├── SOAPRequestTemplates ├── addDelegate.tpl ├── createHiddenFolder.tpl ├── forwardRule.tpl ├── getFolderID.tpl ├── getItem.tpl ├── listFolder.tpl ├── resolveEmailAddr.tpl ├── sendMail.tpl └── setHomePage.tpl ├── lib ├── __init__.py ├── __init__.pyc ├── config.py ├── config.pyc ├── helper.py ├── helper.pyc ├── httprelayclient.py ├── httprelayclient.pyc ├── httprelayserver.py ├── httprelayserver.pyc ├── logger.py ├── logger.pyc ├── smbrelayserver.py ├── smbrelayserver.pyc ├── targetsutils.py └── targetsutils.pyc ├── ntlmRelayToEWS.py ├── readme.md └── sampleMsg.html /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/.gitattributes -------------------------------------------------------------------------------- /Invoke-SendEmail.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/Invoke-SendEmail.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/LICENSE -------------------------------------------------------------------------------- /SOAPRequestTemplates/addDelegate.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/addDelegate.tpl -------------------------------------------------------------------------------- /SOAPRequestTemplates/createHiddenFolder.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/createHiddenFolder.tpl -------------------------------------------------------------------------------- /SOAPRequestTemplates/forwardRule.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/forwardRule.tpl -------------------------------------------------------------------------------- /SOAPRequestTemplates/getFolderID.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/getFolderID.tpl -------------------------------------------------------------------------------- /SOAPRequestTemplates/getItem.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/getItem.tpl -------------------------------------------------------------------------------- /SOAPRequestTemplates/listFolder.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/listFolder.tpl -------------------------------------------------------------------------------- /SOAPRequestTemplates/resolveEmailAddr.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/resolveEmailAddr.tpl -------------------------------------------------------------------------------- /SOAPRequestTemplates/sendMail.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/sendMail.tpl -------------------------------------------------------------------------------- /SOAPRequestTemplates/setHomePage.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/SOAPRequestTemplates/setHomePage.tpl -------------------------------------------------------------------------------- /lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/__init__.py -------------------------------------------------------------------------------- /lib/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/__init__.pyc -------------------------------------------------------------------------------- /lib/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/config.py -------------------------------------------------------------------------------- /lib/config.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/config.pyc -------------------------------------------------------------------------------- /lib/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/helper.py -------------------------------------------------------------------------------- /lib/helper.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/helper.pyc -------------------------------------------------------------------------------- /lib/httprelayclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/httprelayclient.py -------------------------------------------------------------------------------- /lib/httprelayclient.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/httprelayclient.pyc -------------------------------------------------------------------------------- /lib/httprelayserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/httprelayserver.py -------------------------------------------------------------------------------- /lib/httprelayserver.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/httprelayserver.pyc -------------------------------------------------------------------------------- /lib/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/logger.py -------------------------------------------------------------------------------- /lib/logger.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/logger.pyc -------------------------------------------------------------------------------- /lib/smbrelayserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/smbrelayserver.py -------------------------------------------------------------------------------- /lib/smbrelayserver.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/smbrelayserver.pyc -------------------------------------------------------------------------------- /lib/targetsutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/targetsutils.py -------------------------------------------------------------------------------- /lib/targetsutils.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/lib/targetsutils.pyc -------------------------------------------------------------------------------- /ntlmRelayToEWS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/ntlmRelayToEWS.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arno0x/NtlmRelayToEWS/HEAD/readme.md -------------------------------------------------------------------------------- /sampleMsg.html: -------------------------------------------------------------------------------- 1 | Hello, my mailbox has been...
2 |

PWNED!!

3 | --------------------------------------------------------------------------------