mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-04-28 12:03:08 -07:00
@@ -123,11 +123,11 @@ The API of Microsoft Teams allows to search for users. In particular the "user s
|
|||||||
|
|
||||||
Depending on the API response it is possible to distinguish between non-existing users and existing users that have a valid Teams subscription.
|
Depending on the API response it is possible to distinguish between non-existing users and existing users that have a valid Teams subscription.
|
||||||
|
|
||||||
The script [**TeamsEnum**](https://github.com/sse-secure-systems/TeamsEnum) could be used to validate a given set of usernames against the Teams API but you need access to a user with Teams access to use it.
|
The script [**TeamsEnum**](https://github.com/lucidra-security/TeamsEnum) could be used to validate a given set of usernames against the Teams API but you need access to a user with Teams access to use it.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install
|
# Install
|
||||||
git clone https://github.com/sse-secure-systems/TeamsEnum
|
git clone https://github.com/lucidra-security/TeamsEnum
|
||||||
cd TeamsEnum
|
cd TeamsEnum
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user