Lyra
Lyra is a XSS automater and broken link checker.
Что такое Lyra?
Lyra - это расширение Chrome, разработанное Aswin Venkat, и его основная функция - "Lyra is a XSS automater and broken link checker.".
Снимки экрана расширения
Скачать файл CRX расширения Lyra
Скачайте файлы расширений 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 |
| Электронная почта | [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"
}
} | |