Skip to content

Commit 2bd82aa

Browse files
authored
Merge pull request #267 from bka-dev/master
Update README.md
2 parents 8161b74 + 61f7d2a commit 2bd82aa

File tree

1 file changed

+2
-2
lines changed
  • src/pentesting-cloud/azure-security/az-unauthenticated-enum-and-initial-entry

1 file changed

+2
-2
lines changed

src/pentesting-cloud/azure-security/az-unauthenticated-enum-and-initial-entry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ The API of Microsoft Teams allows to search for users. In particular the "user s
123123

124124
Depending on the API response it is possible to distinguish between non-existing users and existing users that have a valid Teams subscription.
125125

126-
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.
126+
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.
127127

128128
```bash
129129
# Install
130-
git clone https://github.com/sse-secure-systems/TeamsEnum
130+
git clone https://github.com/lucidra-security/TeamsEnum
131131
cd TeamsEnum
132132
python3 -m pip install -r requirements.txt
133133

0 commit comments

Comments
 (0)