By: JSReconBuddy
Inspect and view changes in JS Recon Buddy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "JS Recon Buddy",
"version": "1.20.2",
"description": "Analyze page scripts for bug bounty reconnaissance.",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"unlimitedStorage",
"webNavigation",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; base-uri 'self'; form-action 'self';"
},
"options_page": "src/options/options.html",
"action": {
"default_title": "JS Recon Buddy",
"default_popup": "src/popup/popup.html"
},
"background": {
"service_worker": "src/background.js",
"type": "module",
"scripts": [
"src/background.js"
]
},
"icons": {
"128": "src/icons/icon-scanning-128.png"
},
"web_accessible_resources": [
{
"resources": [
"src/source-viewer/source-viewer.html",
"src/source-viewer/source-viewer.css",
"src/source-viewer/prism.css",
"src/source-viewer/prism.js",
"src/overlay/overlay.html",
"src/overlay/overlay.css",
"src/utils/rules.js",
"src/utils/coreUtils.js",
"src/utils/overlayUtils.js",
"src/utils/sourceMapParser.js",
"src/utils/patterns.js",
"src/utils/nextjsUtils.js",
"src/utils/domUtils.js",
"src/utils/constants.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "@jsrecon-buddy",
"strict_min_version": "143.0"
}
}
} Best JS Recon Buddy Alternatives
Here are some Firefox add-ons that are similar to JS Recon Buddy:
Dependency Security Scanner
Rahil Saini
Secret Scanner
Mr_ofcodyx
Security Pattern Scanner
Subhash Dasyam
JS Analyzer
Faxcel
JS Extractor
rdzsp
Secret Scanner
Christian Pulvermacher
WebPage Source Recon
Libor Benes (Dr. B)
Jsmon Security Analyzer — Web Security Inspector
Jsmon
Jsmon
Jsmon
DorkMe
noobstain
YetAnotherBrowserExtension
ONSEC
SecuriScan – Web Analyzer
pp4mnk