Lyra
Lyra is a XSS automater and broken link checker.
什麼是Lyra?
Lyra是由Aswin Venkat開發的Chrome擴展程式,該擴展的主要功能是“Lyra is a XSS automater and broken link checker.”。
擴展截圖
下載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 |
ID | aghemcgbedgddonhfdhgfodpejihfhdb |
官方網址 | 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" } } |