NOSEC Chrome agent

NOSEC Chrome Agent(NCA)是NOSEC.ORG(NOSEC大数据安全协作平台)的漏洞扫描插件,用于帮助白帽子进行更深入的漏洞检测。

What is NOSEC Chrome agent?

NOSEC Chrome agent is a Chrome extension developed by https://nosec.org, and its main feature is "NOSEC Chrome Agent(NCA)是NOSEC.ORG(NOSEC大数据安全协作平台)的漏洞扫描插件,用于帮助白帽子进行更深入的漏洞检测。".

Extension Screenshots

screenshot

Download NOSEC Chrome agent Extension CRX File

Download NOSEC Chrome agent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name NOSEC Chrome agent NOSEC Chrome agent
ID gfbgnibpfiedglcnoeonjjahfnlnkbgm
Official URL https://chromewebstore.google.com/detail/nosec-chrome-agent/gfbgnibpfiedglcnoeonjjahfnlnkbgm
Description NOSEC Chrome Agent(NCA)是NOSEC.ORG(NOSEC大数据安全协作平台)的漏洞扫描插件,用于帮助白帽子进行更深入的漏洞检测。
File Size 153 KB
Installation Count 92
Current Version 0.0.9
Last Updated 2016-12-05
Publish Date 2016-12-05
Rating 5.00/5 Total 4 Ratings
Developer https://nosec.org
Payment Type free
Extension Website https://www.nosec.org
Help Page URL https://www.nosec.org
Supported Languages 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": [
                ""
            ],
            "js": [
                "dom_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ]
}