All Projects → hahwul → authz0

hahwul / authz0

Licence: MIT License
🔑 Authz0 is an automated authorization test tool. Unauthorized access can be identified based on URLs and Roles & Credentials.

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to authz0

lua-casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Lua (OpenResty)
Stars: ✭ 43 (-82.66%)
Mutual labels:  auth, authorization, authz
sequelize-adapter
Sequelize adapter for Casbin
Stars: ✭ 51 (-79.44%)
Mutual labels:  auth, authorization, authz
casbin-ex
An authorization library that supports access control models like ACL, RBAC, ABAC in Elixir
Stars: ✭ 37 (-85.08%)
Mutual labels:  auth, authorization, authz
Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
Stars: ✭ 10,872 (+4283.87%)
Mutual labels:  auth, authorization, authz
dart-casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Dart/Flutter
Stars: ✭ 30 (-87.9%)
Mutual labels:  auth, authorization, authz
Node Casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js and Browser
Stars: ✭ 1,757 (+608.47%)
Mutual labels:  auth, authorization, authz
hapi-doorkeeper
User authentication for web servers
Stars: ✭ 14 (-94.35%)
Mutual labels:  auth, authorization
gotrue
A JWT based API for managing users and issuing JWT tokens
Stars: ✭ 325 (+31.05%)
Mutual labels:  auth, authorization
authorize-me
Authorization with social networks
Stars: ✭ 44 (-82.26%)
Mutual labels:  auth, authorization
react-auth-kit
Easily manage Authentication state of users in React-based Apps using Hooks and Higher-order components
Stars: ✭ 177 (-28.63%)
Mutual labels:  auth, authorization
Sphinx
Authorization library for Phoenix web framework
Stars: ✭ 19 (-92.34%)
Mutual labels:  auth, authorization
authorizer
Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.
Stars: ✭ 770 (+210.48%)
Mutual labels:  auth, authorization
mod authnz jwt
An authentication module for Apache httpd using JSON Web Tokens
Stars: ✭ 74 (-70.16%)
Mutual labels:  auth, authorization
auth
🔑 Laravel Authentication package with built-in two-factor (Authy) and social authentication (Socialite).
Stars: ✭ 39 (-84.27%)
Mutual labels:  auth, authorization
caddy-security
🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
Stars: ✭ 696 (+180.65%)
Mutual labels:  auth, authorization
objection-authorize
isomorphic, "magical" authorization integration with Objection.js 🎉
Stars: ✭ 71 (-71.37%)
Mutual labels:  authorization, authz
ertis-auth
Generic token generator and validator service like auth
Stars: ✭ 28 (-88.71%)
Mutual labels:  auth, authorization
restify-jwt-community
Restify middleware that validates a JsonWebToken
Stars: ✭ 24 (-90.32%)
Mutual labels:  auth, authorization
actix-web-grants
Authorization extension for actix-web to validate user permissions
Stars: ✭ 85 (-65.73%)
Mutual labels:  authorization, authz
Bouncer
Eloquent roles and abilities.
Stars: ✭ 2,763 (+1014.11%)
Mutual labels:  auth, authorization


Authz0 is an automated authorization test tool. Unauthorized access can be identified based on URLs and Roles & Credentials.

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.

authz0-2

🛸 Key Features

  • Generate scan template $ authz0 new
    • Include URLs
    • Include Roles
    • Include ZAP history (Select URLS > Save Selected Entiries as HAR)
    • Include Burp history (Select URLs > Save item)
    • Include HAR file
  • Easy modify scan template (Role, URL) $ authz0 setUrl $ authz0 setRole authz0 setCred
  • Scanning authorization(access-control) with template $ authz0 scan

🚀 Installation

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

🛸 Usage

Available Commands:

  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  new         Generate new template
  scan        Scanning
  setCred     Append Credential to Template
  setRole     Append Role to Template
  setUrl      Append URL to Template
  version     Show version

1. Generate template

authz0 new <filename> [flags]

e.g

authz0 new target.yaml --include-urls urls.txt
authz0 new target.yaml --include-zap zapurls.har
authz0 new target.yaml --include-burp burpurl.xml

2. Modify template

authz0 setCred <filename> [flags]
authz0 setRole <filename> [flags]
authz0 setUrl <filename> [flags]

e.g

authz0 setUrl target.yaml setUrl -u https://www.hahwul.com
authz0 setRole target.yaml -n User1
authz0 setCred target.yaml -n User1 -H "X-API-Key: 1234" -H "TestHeader: 12344"

3. Scanning

authz0 scan <filename> [flags]

e.g

authz0 scan target.yaml
authz0 scan target.yaml -r TestUser1 -H "Cookie: 1234=1234" -H "X-API-Key: 1234555"

📖 Documents

https://authz0.hahwul.com

🤔 Question

Please use discussions actively!

📌 Changelog

Detailed changes for each release are documented in the release notes.

❤️ Contributing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].