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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |