By: VincenzoCaputo
Inspect and view changes in FoxyRecon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "FoxyRecon",
"version": "0.25.0",
"description": "A Firefox add-on for OSINT investigations",
"icons": {
"16": "assets/icons/foxyrecon-icon-16.png",
"48": "assets/icons/foxyrecon-icon-48.png"
},
"content_security_policy": "default-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'self'",
"background": {
"scripts": [
"src/utils/storageMigrationUtil.js",
"src/utils/storage.js",
"src/utils/jsonLoader.js",
"src/utils/indicatorparser.js",
"src/utils/utils.js",
"src/utils/graph.js",
"src/background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"src/utils/indicatorparser.js",
"src/utils/utils.js",
"src/utils/graph.js",
"src/content_scripts/graph.js",
"src/content_scripts/add_node_popup.js",
"src/content_scripts/catch.js",
"src/content_scripts/message-box.js",
"src/content_scripts/autofill.js"
],
"css": [
"src/content_scripts/css/addnode-popup.css",
"src/content_scripts/css/message-box.css"
]
}
],
"web_accessible_resources": [
"assets/icons/foxyrecon-icon-32.png"
],
"permissions": [
"contextMenus",
"storage"
],
"browser_action": {
"default_icon": "assets/icons/foxyrecon-icon-48.png",
"default_title": "FoxyRecon",
"default_popup": "src/popup/main_popup.html"
},
"commands": {
"open-popup": {
"suggested_key": {
"default": "Ctrl+Shift+F"
},
"description": "Open popup"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{b9aafb59-62cc-4c97-a9b1-260d51e70730}"
}
}
} Best FoxyRecon Alternatives
Here are some Firefox add-ons that are similar to FoxyRecon:
SnapOSINT
m4ny0p
SOC OSINT Extension
Peter Stollery
recon - IP, Network & Malware tools
D09r
SOCx
Alessio Mobilia
Osint Sync
Isaac
OSIRIS: OSINT Reputation Intelligent Search
Andres Lizano
Foxy SEO Tool
McNulty
OZZI: IOC Search
mcortt
Osint Sync
mixaoc
Locator
Apoorva
OSINT Google Dork Scanner
Bandit Pingu