Authz0 is an automated authorization test tool. Unauthorized access can be identified based on URL and Role.
URLs and Roles are managed as YAML-based templates, which can be automatically created and added through authz0. You can also test based on multiple authentication headers and cookies with a template file created/generated once.
- Generate scan template
$ authz0 new- Include URLs
- Include Roles
- Easy modify scan template (Role, URL)
$ authz0 setUrl$ authz0 setRole - Scanning authorization(access-control) with template
$ authz0 scan
go install
go install github.com/hahwul/authz0@latest
homebrew
brew tap hahwul/authz0
brew install authz0
Need more information? please refer to installation guide
Please use discussions actively!
Detailed changes for each release are documented in the release notes.
Authz0's open-source project and made it with β€οΈ if you want contribute this project, please see CONTRIBUTING.md and Pull-Request with cool your contents.

