mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
Merge pull request #621 from SSKale1/master
Add AWSGoat and Azure Training, AzureGoat
This commit is contained in:
commit
8c88590d7c
2 changed files with 8 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
## Training
|
## Training
|
||||||
|
|
||||||
|
* AWSGoat : A Damn Vulnerable AWS Infrastructure - https://github.com/ine-labs/AWSGoat
|
||||||
* Damn Vulnerable Cloud Application - https://medium.com/poka-techblog/privilege-escalation-in-the-cloud-from-ssrf-to-global-account-administrator-fd943cf5a2f6
|
* Damn Vulnerable Cloud Application - https://medium.com/poka-techblog/privilege-escalation-in-the-cloud-from-ssrf-to-global-account-administrator-fd943cf5a2f6
|
||||||
* SadCloud - https://github.com/nccgroup/sadcloud
|
* SadCloud - https://github.com/nccgroup/sadcloud
|
||||||
* Flaws - http://flaws.cloud
|
* Flaws - http://flaws.cloud
|
||||||
|
|
|
@ -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)
|
||||||
|
@ -217,6 +218,11 @@
|
||||||
* **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
|
||||||
|
|
||||||
### Enumerate valid emails
|
### Enumerate valid emails
|
||||||
|
|
Loading…
Reference in a new issue