Lyra

Lyra is a XSS automater and broken link checker.

ما هو Lyra؟

Lyra هو إضافة Chrome تم تطويرها بواسطة Aswin Venkat، والميزة الرئيسية لها هي "Lyra is a XSS automater and broken link checker.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Lyra

قم بتنزيل ملفات الامتداد Lyra بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Lyra is a automated website XSS vulnerability checker.

It can be used in 2 ways,
1. Default payload list
2. Custom payload list

- Automates XSS vulnerability checks in the Chrome browser.
- Scans the current website for all available links.
- Checks for broken links in real-time.
- Provides a user-friendly interface for ease of use.
- Saves time and effort for manual checking of XSS and broken links.
- Supports both HTTP and HTTPS websites.
- Continuously updates its database of XSS payloads for maximum efficiency.
- Easy to install and use with just a few clicks.

The perfect solution for anyone looking to increase bug bounty speed.                    

معلومات أساسية عن التمديد

الاسم Lyra Lyra
ID aghemcgbedgddonhfdhgfodpejihfhdb
عنوان URL الرسمي https://chromewebstore.google.com/detail/lyra/aghemcgbedgddonhfdhgfodpejihfhdb
الوصف Lyra is a XSS automater and broken link checker.
حجم الملف 1.16 MB
عدد التثبيتات 75
النسخة الحالية 2.0
آخر تحديث 2023-02-14
تاريخ النشر 2023-02-14
المطور Aswin Venkat
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hackwithash.com
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyra",
    "description": "Lyra is a XSS automater and broken link checker.",
    "version": "2.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Lyra",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icons\/swords_16.png",
        "24": "icons\/swords_24.png",
        "32": "icons\/swords_32.png",
        "64": "icons\/swords_64.png",
        "128": "icons\/swords_128.png"
    }
}