gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
180 stars 21 forks source link

[addtool] o365recon #997

Closed gwen001 closed 1 year ago

gwen001 commented 1 year ago

[homepage]https://github.com/nyxgeek/o365recon[/homepage] [tags]azure,users,o365,cloud,activedirectory[/tags] [short_descr]Retrieve information via O365 and AzureAD with valid credentials.[/short_descr] [long_descr]# o365recon script to retrieve information via O365 and AzureAD with a valid cred

setup

Install these two modules

Install-Module MSOnline
Install-Module AzureAD

Usage:

.\o365recon.ps1 -azure

There is only one flag (-azure) and it is optional. You will be prompted to auth. You may be prompted twice if MFA is enabled.

ScreenShot[/long_descr] [image]https://raw.githubusercontent.com/gwen001/offsectools_www/main/5b5d87e708e151824100f24c2dd4fca4.png[/image]

gwen001 commented 1 year ago

Issue correctly handled, tool is waiting for human validation.

gwen001 commented 1 year ago

Tool has been accepted by the team: https://offsec.tools/tool/o365recon

Thank you for your contribution!