From 61f7d2a71b9e5155ec5e9bd769588fe887a95dfc Mon Sep 17 00:00:00 2001 From: Bastian Kanbach Date: Mon, 16 Mar 2026 16:34:57 +0100 Subject: [PATCH] Update README.md Updated URL of TeamsEnum Repository --- .../az-unauthenticated-enum-and-initial-entry/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pentesting-cloud/azure-security/az-unauthenticated-enum-and-initial-entry/README.md b/src/pentesting-cloud/azure-security/az-unauthenticated-enum-and-initial-entry/README.md index 320eb2ada0..ca8000f724 100644 --- a/src/pentesting-cloud/azure-security/az-unauthenticated-enum-and-initial-entry/README.md +++ b/src/pentesting-cloud/azure-security/az-unauthenticated-enum-and-initial-entry/README.md @@ -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. -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 # Install -git clone https://github.com/sse-secure-systems/TeamsEnum +git clone https://github.com/lucidra-security/TeamsEnum cd TeamsEnum python3 -m pip install -r requirements.txt