mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 14:52:53 +00:00
Add Training, AzureGoat
This commit is contained in:
parent
ce40e39dcc
commit
b03250a4f6
1 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
* [Azure Recon Tools](#azure-recon-tools)
|
* [Azure Recon Tools](#azure-recon-tools)
|
||||||
* [Terminology](#terminology)
|
* [Terminology](#terminology)
|
||||||
|
* [Training](#training)
|
||||||
* [Enumeration](#enumeration)
|
* [Enumeration](#enumeration)
|
||||||
* [Enumerate valid emails](#enumerate-valid-emails)
|
* [Enumerate valid emails](#enumerate-valid-emails)
|
||||||
* [Enumerate Azure Subdomains](#enumerate-azure-subdomains)
|
* [Enumerate Azure Subdomains](#enumerate-azure-subdomains)
|
||||||
|
@ -215,7 +216,12 @@
|
||||||
* **Azure AD Directory**: Each tenant has a dedicated Directory. This is used to perform identity and access management functions for resources.
|
* **Azure AD Directory**: Each tenant has a dedicated Directory. This is used to perform identity and access management functions for resources.
|
||||||
* **Subscriptions**: It is used to pay for services. There can be multiple subscriptions in a Directory.
|
* **Subscriptions**: It is used to pay for services. There can be multiple subscriptions in a Directory.
|
||||||
* **Core Domain**: The initial domain name <tenant>.onmicrosoft.com is the core domain. It is possible to define custom domain names too.
|
* **Core Domain**: The initial domain name <tenant>.onmicrosoft.com is the core domain. It is possible to define custom domain names too.
|
||||||
|
|
||||||
|
|
||||||
|
## Training
|
||||||
|
|
||||||
|
* AzureGoat : A Damn Vulnerable Azure Infrastructure - https://github.com/ine-labs/AzureGoat
|
||||||
|
|
||||||
|
|
||||||
## Enumeration
|
## Enumeration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue