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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}