Lyra

Lyra is a XSS automater and broken link checker.

什么是Lyra?

Lyra是由Aswin Venkat开发的Chrome扩展程序,该扩展的主要功能是“Lyra is a XSS automater and broken link checker.”。

扩展截图

screenshot
screenshot

下载Lyra扩展crx文件

下载Lyra扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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