提供元: Muhammed Galal
Inspect and view changes in XSSpect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "XSSpect Clone Advanced",
"version": "1.5",
"description": "Detect possible reflected XSS by injecting payloads into query parameters.",
"permissions": [
"tabs",
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon48.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "xsspect-clone@example.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"collects_data": false,
"required": [
"none"
]
}
}
}
} ベストのXSSpect代替案
XSSpectに類似したFirefox add-onをいくつか紹介します:
XSSassin - Payload Injector
yesmayank
XSS Finder
xss-finder
DOM XSS Highlighter — Pro
0xgz
Tracy
Jake Heath
XSnare
jcpazos
XSSRush
N45HT
CyberInject
CyberNilsen
Web Explode
macallan
Easy XSS
Rohan Chavan - p5yph3r
KNOXSS Community Edition
Brute Logic
XSS Finder ext
xss-finder-ext
SecExplorer Pro
Sumalya Chatterjee