diff --git a/README.md b/README.md index 17b6eb5..105738f 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,15 @@ Please note that no account locking mechanism can be implemented because no info ![Password bruteforce / spraying on owa](./images/owa-brute.png) +### Teams +This modules allows to enumeration users through the search features. + +#### User enumeration +By default, an organization is reachable from another organization. Information can be retrieved such as first name, last name, presence status, out of office message,.... If no message is sent, the targeted user will not know that they have been searched. This can be useful to stealthily validate a list of target email addresses. + +![User enumeration on teams](./images/teams-UserEnum.png) + + ## TODO - [ ] Support Kerberos protocol - [ ] Support SMB protocol diff --git a/images/teams-UserEnum.png b/images/teams-UserEnum.png new file mode 100644 index 0000000..d3588ef Binary files /dev/null and b/images/teams-UserEnum.png differ