Inspect and view changes in DotDrop - Secret Files Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "DotDrop - Sensitive File Detector",
"version": "1.1.1",
"description": "Detects exposed sensitive files (.git, .env, SSH keys, AWS credentials). Essential security tool for researchers & developers.",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"type": "module"
},
"browser_specific_settings": {
"gecko": {
"id": "dotdrop@rafabez.github.io",
"strict_min_version": "109.0"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} Best DotDrop - Secret Files Detector Alternatives
Here are some Firefox add-ons that are similar to DotDrop - Secret Files Detector:
DotGit
davtur
Dependency Security Scanner
Rahil Saini
Tyre-Kicker-Security
Alex
SecretSifter: Credentials & Secrets Scanner
SecretSifter
DorkMe
noobstain
Copy-Safe Secrets
Savo
Web Scraper - Export & Security Scanner
voon
DepiConf - Detect Dependency Confusion
Jsmon
CredScanner
CredScanner
Secret Scanner
Mr_ofcodyx
SecExplorer Pro
Sumalya Chatterjee
Security Pattern Scanner
Subhash Dasyam