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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://security.lauritz-holtmann.de และคุณลักษณะหลักของมันคือ "Semi-automated analysis tool for OAuth 2.0 and OpenID Connect 1.0 Auth Requests."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AuRA - Auth. Request Analyser

ดาวน์โหลดไฟล์ส่วนขยาย AuRA - Auth. Request Analyser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}