Skip to content
/ AzureET Public

AzureET is microsoft azure cloud security testing toolkit for cybersecurity red team.

Notifications You must be signed in to change notification settings

wat4r/AzureET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AzureET

AzureET is Microsoft azure cloud security testing toolkit for cybersecurity red team.

ReleasesUsageInstallationConfigExamplesDocumentation

Usage

AzureET --help

    _                        _____ _____
   / \    _____   _ _ __ ___| ____|_   _|
  / _ \  |_  / | | | '__/ _ \  _|   | |
 / ___ \  / /| |_| | | |  __/ |___  | |
/_/   \_\/___|\__,_|_|  \___|_____| |_| v1.0.0

🎉 Usage: AzureET [module] [command] [args...]

Installation

Go to releases to download the latest version of the AzureET binary file corresponding to the operating system, and then run it. Automatically generate configuration file config.data when running for the first time.

Config

Set the authentication mode to TOKEN(Refresh token) or APP(Client credential)

AzureET Config SetMode -mode TOKEN
AzureET Config SetMode -mode APP

Set refresh token

AzureET Config SetRefreshToken -token token.txt
// or
AzureET Config SetRefreshToken -token 0.AVUAIE......

Set app client credential

AzureET Config SetClientCredential -tenant [Tenant] -clientId [ClientId] -secret [ClientSecret]

Examples

Check azure domain exist

AzureET Public CheckDomainExist -domain domain.com

Check if azure ad user exist

AzureET Public CheckUserExist -UserPrincipalName username@domain.com

Contact

If you have any issues or feature requests, please contact us. PR is welcomed.

About

AzureET is microsoft azure cloud security testing toolkit for cybersecurity red team.

Resources

Stars

Watchers

Forks

Packages

No packages published