FOFA Pro View
FOFA Pro view
Wat is FOFA Pro View?
FOFA Pro View is een Chrome-extensie ontwikkeld door r4v3zn, en de belangrijkste functie is "FOFA Pro view".
Extensie Screenshots
Download het CRX-bestand van de extensie FOFA Pro View
Download FOFA Pro View-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The Fofa Pro View plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open. The Fofa Pro View 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.
Basisinformatie over de Extensie
Naam | FOFA Pro View |
ID | dobbfkjhgbkmmcooahlnllfopfmhcoln |
Officiële URL | https://chromewebstore.google.com/detail/fofa-pro-view/dobbfkjhgbkmmcooahlnllfopfmhcoln |
Beschrijving | FOFA Pro view |
Bestandsgrootte | 887 KB |
Aantal Installaties | 8,000 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2022-07-05 |
Publicatiedatum | 2020-01-04 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | r4v3zn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/fofapro/fofa_view |
Help Pagina-URL | https://github.com/fofapro/fofa_view |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FOFA Pro View", "version": "0.0.5", "manifest_version": 2, "description": "FOFA Pro view ", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/livereload.js", "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "FOFA Pro view", "default_popup": "popup.html" } } |