AuRA - Auth. Request Analyser
Semi-automated analysis tool for OAuth 2.0 and OpenID Connect 1.0 Auth Requests.
AuRA - Auth. Request Analyser란 무엇입니까?
AuRA - Auth. Request Analyser은(는) https://security.lauritz-holtmann.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Semi-automated analysis tool for OAuth 2.0 and OpenID Connect 1.0 Auth Requests."입니다.
확장 프로그램 스크린샷
AuRA - Auth. Request Analyser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | AuRA - Auth. Request Analyser |
ID | clonpaankbndgnciijbiokgjeofjdpeg |
공식 URL | https://chromewebstore.google.com/detail/aura-auth-request-analyse/clonpaankbndgnciijbiokgjeofjdpeg |
설명 | Semi-automated analysis tool for OAuth 2.0 and OpenID Connect 1.0 Auth Requests. |
파일 크기 | 24.22 KB |
설치 횟수 | 183 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-03-30 |
출시 날짜 | 2021-11-11 |
개발자 | https://security.lauritz-holtmann.de |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/lauritzh/auth-request-analyser |
도움말 페이지 URL | https://twitter.com/_lauritz_ |
개인정보 보호 정책 페이지 URL | https://security.lauritz-holtmann.de/privacy |
지원되는 언어 | 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" } } |