NOSEC Chrome agent
NOSEC Chrome Agent(NCA)是NOSEC.ORG(NOSEC大数据安全协作平台)的漏洞扫描插件,用于帮助白帽子进行更深入的漏洞检测。
Wat is NOSEC Chrome agent?
NOSEC Chrome agent is een Chrome-extensie ontwikkeld door https://nosec.org, en de belangrijkste functie is "NOSEC Chrome Agent(NCA)是NOSEC.ORG(NOSEC大数据安全协作平台)的漏洞扫描插件,用于帮助白帽子进行更深入的漏洞检测。".
Extensie Screenshots
Download het CRX-bestand van de extensie NOSEC Chrome agent
Download NOSEC Chrome agent-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
NOSEC Chrome Agent(NCA) NOSEC Chrome Agent(NCA)是NOSEC.ORG(NOSEC大数据安全协作平台)的漏洞扫描插件,是基于Chrome浏览器插件的漏洞扫描框架。NCA能将用户访问的URL和参数等信息,提交到NOSEC.ORG,由NOSEC.ORG对URL进行漏洞检测。 工作原理 Chrome访问网站的URL -> NCA对请求进行分析处理,提取URL和参数等信息 -> 通过API提交到NOSEC.ORG -> NOSEC调度服务器进行漏洞扫描 配置方法 安装完成后,点击右上角的黑色图标,图标切换成绿色,安装完成。 【可选】输入NOSEC.ORG平台的账户信息,将拥有您提交的URL漏洞查看权限 EMAIL:NOSEC.ORG平台的账户Email APIKEY:NOSEC.ORG平台的APIKEY
Basisinformatie over de Extensie
Naam | NOSEC Chrome agent |
ID | gfbgnibpfiedglcnoeonjjahfnlnkbgm |
Officiële URL | https://chromewebstore.google.com/detail/nosec-chrome-agent/gfbgnibpfiedglcnoeonjjahfnlnkbgm |
Beschrijving | NOSEC Chrome Agent(NCA)是NOSEC.ORG(NOSEC大数据安全协作平台)的漏洞扫描插件,用于帮助白帽子进行更深入的漏洞检测。 |
Bestandsgrootte | 153 KB |
Aantal Installaties | 92 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2016-12-05 |
Publicatiedatum | 2016-12-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://nosec.org |
Betalingswijze | free |
Extensiewebsite | https://www.nosec.org |
Help Pagina-URL | https://www.nosec.org |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NOSEC Chrome agent", "description": "NOSEC Chrome Agent(NCA)\u662fNOSEC.ORG(NOSEC\u5927\u6570\u636e\u5b89\u5168\u534f\u4f5c\u5e73\u53f0)\u7684\u6f0f\u6d1e\u626b\u63cf\u63d2\u4ef6\uff0c\u7528\u4e8e\u5e2e\u52a9\u767d\u5e3d\u5b50\u8fdb\u884c\u66f4\u6df1\u5165\u7684\u6f0f\u6d1e\u68c0\u6d4b\u3002", "version": "0.0.9", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png", "64": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |