AuRA - Auth. Request Analyser
Semi-automated analysis tool for OAuth 2.0 and OpenID Connect 1.0 Auth Requests.
AuRA - Auth. Request Analyser là gì?
AuRA - Auth. Request Analyser là một tiện ích mở rộng Chrome được phát triển bởi https://security.lauritz-holtmann.de, và tính năng chính của nó là "Semi-automated analysis tool for OAuth 2.0 and OpenID Connect 1.0 Auth Requests.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AuRA - Auth. Request Analyser
Tải xuống các tệp mở rộng AuRA - Auth. Request Analyser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extensions aims to support the analysis of single sign-on implementations, by offering semi-automated analysis and attack capabilities for OAuth 2.0 and OpenID Connect 1.0 Auth. Requests. Features: • View request parameters at a glance, either via the popup or the developer tools panel. • Hover over standardised parameters for background information about parameters. • Manually modify request parameters. • Detailed Analysis of request parameters: • Observations: Informational findings within the Auth. Request. • Recommendations: Hardening measures directly identified within the current Auth. Request. • Attacks: Proposed further test cases, can be automatically executed with one click. • Search history for Auth. Request and replay the request. • Indicate with a badge if the currently visited page appears to be an Auth. Request. • Store and reload URL: Can be used as clipboard for one valid request, restore saved URL in case an error causes a redirect. • Manually trigger analysis.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AuRA - Auth. Request Analyser |
ID | clonpaankbndgnciijbiokgjeofjdpeg |
URL Chính Thức | https://chromewebstore.google.com/detail/aura-auth-request-analyse/clonpaankbndgnciijbiokgjeofjdpeg |
Mô tả | Semi-automated analysis tool for OAuth 2.0 and OpenID Connect 1.0 Auth Requests. |
Kích Thước Tệp | 24.22 KB |
Số Lần Cài Đặt | 183 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-03-30 |
Ngày Phát Hành | 2021-11-11 |
Nhà Phát Triển | https://security.lauritz-holtmann.de |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lauritzh/auth-request-analyser |
URL Trang Trợ Giúp | https://twitter.com/_lauritz_ |
URL Trang Chính Sách Bảo Mật | https://security.lauritz-holtmann.de/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AuRA - Auth. Request Analyser", "version": "1.1", "action": { "default_popup": "application.html" }, "devtools_page": "devtools.html", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "history" ], "description": "Semi-automated analysis tool for OAuth 2.0 and OpenID Connect 1.0 Auth Requests.", "icons": { "128": "aura_logo_favicon.png" } } |