fofa search
This is a chrome browser plug-in based on fofa to make it easy for users to quickly find information about the site.
fofa search क्या है?
fofa search expzhizhuo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a chrome browser plug-in based on fofa to make it easy for users to quickly find information about the site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में fofa search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Fofa Search plugin for Chrome automatically checks whether Shodan has any information for the current website. Is the website also running FTP, DNS, SSH or some unusual service? With this plugin you can see all the info that Shodan has collected on a given website/ domain.
एक्सटेंशन की मूल जानकारी
नाम | fofa search |
ID | jefdldfaoblleggicddaencogblfnodb |
आधिकारिक URL | https://chromewebstore.google.com/detail/fofa-search/jefdldfaoblleggicddaencogblfnodb |
विवरण | This is a chrome browser plug-in based on fofa to make it easy for users to quickly find information about the site. |
फ़ाइल का आकार | 575 KB |
स्थापना संख्या | 352 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2024-01-11 |
प्रकाशन तिथि | 2023-02-22 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | expzhizhuo |
ईमेल | zhizhuoshuma@163.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/expzhizhuo/fofa-search/ |
सहायता पृष्ठ URL | https://github.com/expzhizhuo/fofa-search/ |
गोपनीयता नीति पृष्ठ URL | https://github.com/zhizhuoshuma/Privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.1.3", "default_locale": "en", "action": { "default_icon": { "16": "assets\/16.png", "48": "assets\/48.png", "128": "assets\/128.png" }, "default_popup": "popup.html", "default_title": "fofa search" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ "js\/inject.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "cookies" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |