ExchangeFinder
ExchangeFinder copied to clipboard
Find Microsoft Exchange instance for a given domain and identify the exact version
x
No unittests available at the moment.
Will allow users to run `exchangefinder` as "script". Distributions could now ship `exchangefinder` without patching the source and other adjustments. ```bash $ poetry run exchangefinder --domain domain.tld ``` `python exchangefinder.py...
Not needed as the script invocation id done by Python.
Could you please tag the source? This allows distributions to get the complete source from GitHub if they want instead of using git commits. Thanks
Hi, the queries for SRV _autodiscover._tcp. are not included. Are you planning to integrate it?
Hi During my test, I receive the following error Message: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 450, in _make_request...