ScoutSuite VS microsoft-authentication-library-for-python

Compare ScoutSuite vs microsoft-authentication-library-for-python and see what are their differences.

ScoutSuite

Multi-Cloud Security Auditing Tool (by nccgroup)

microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python". (by AzureAD)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ScoutSuite microsoft-authentication-library-for-python
24 5
6,159 733
2.1% 2.7%
6.1 8.3
8 days ago 8 days ago
Python Python
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ScoutSuite

Posts with mentions or reviews of ScoutSuite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-31.

microsoft-authentication-library-for-python

Posts with mentions or reviews of microsoft-authentication-library-for-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • Azure SDK for Python: WAM Support in Beta/Pre-Release
    3 projects | dev.to | 11 Jan 2023
    # Title URL Accessed-On 1 Desktop app that calls web APIs: Acquire a token using WAM https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-desktop-acquire-token-wam 2023-01-11 2 Azure SDK Releases https://azure.github.io/azure-sdk/releases/latest/all/python.html 2023-01-11 3 azure-identity 1.13.0b1 https://pypi.org/project/azure-identity/1.13.0b1/ 2023-01-11 4 WAM https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/wam 2023-01-11 5 class InteractiveBrowserCredential(InteractiveCredential) https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/azure/identity/_credentials/browser.py 2023-01-11 6 Add WAM Support to MSAL for Python, for cross-language consistency #451 https://github.com/AzureAD/microsoft-authentication-library-for-python/issues/451 2023-01-11
  • OAuth Authentication
    1 project | /r/circuitpython | 8 Sep 2022
    There's solid support for authenticating to MS's servers (with device flow and everything) in Python proper using the Microsoft Authentication Library (MSAL), including device flow, but there's nothing about CP support. CP does have an Oauth2 library, but that seems to be only for accessing Google's servers.
  • Trouble uploading GitLab backups to company Sharepoint
    1 project | /r/sharepoint | 1 Jul 2022
  • Microsoft authentication
    1 project | /r/FastAPI | 24 Jan 2022
  • O365 Python library vs directly using Graph API for enterprise RPA?
    3 projects | /r/microsoft | 14 Sep 2021
    I mean, there is MSAL library for Python: https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki. I do not think there are supported libraries for MS Graph, you'd have to go by interacting with the API directly, or depend on those libraries.

What are some alternatives?

When comparing ScoutSuite and microsoft-authentication-library-for-python you can also consider the following projects:

prowler - Prowler is an Open Source Security tool for AWS, Azure, GCP and Kubernetes to do security assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, Well-Architected Security, ENS and more

Office365-REST-Python-Client - Microsoft 365 & Microsoft Graph Library for Python

cloudsploit - Cloud Security Posture Management (CSPM)

msgraph-sdk-python-core - Microsoft Graph client library for Python

Scout2 - Security auditing tool for AWS environments

azure-sdk-for-python - This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.

pacu - The AWS exploitation framework, designed for testing the security of Amazon Web Services environments.

checkov - Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.

kubestriker - A Blazing fast Security Auditing tool for Kubernetes

devops-exercises - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

cloud-custodian - Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources

microsoft-authentication-library-for-dotnet - Microsoft Authentication Library (MSAL) for .NET