Cyber Web Tools

Chrome extension to analysis your website security. It provides various tools to find web security loopholes.

Cyber Web Toolsคืออะไร?

Cyber Web Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cyberwebtools.com และคุณลักษณะหลักของมันคือ "Chrome extension to analysis your website security. It provides various tools to find web security loopholes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyber Web Tools

ดาวน์โหลดไฟล์ส่วนขยาย Cyber Web Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        01. Snapshot
It takes a snapshot of the active web page. It provides two options by which you can either capture full screen web page or capture portion of a web page by selecting the required portion.

02. Estimation
It estimate the input fields with details of the active web page and provides filtration on it. These input fields further categories in form wise. Input details are Id, name, tag name, type, value.

03. OWASP
It include tools by which you can perform security testing of a web application. Some of testing tools are Cross Site Request Forgery, Http Only, Cookie Editor, Web Cache Viewer, Session Timeout.

04. Proxy Setting
It configure the proxy setting of the browser. You can use the system's proxy settings or configure proxy settings manually. Changing proxy settings has never been so convenient and reliable.

05. Web Streaming
It observe and analyze web request traffic. You can see the header and body of request generated by browser. There is no need to integrate any software to analyze web request traffic.

06. Web Scanner
It scan web applications, normally from the outside, to look for security vulnerabilities. It can easily detect most common vulnerabilities. It performs scans and tells where the vulnerability exists.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cyber Web Tools Cyber Web Tools
ID ekjpkajimfmgjiammkidbhomndojnpbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cyber-web-tools/ekjpkajimfmgjiammkidbhomndojnpbb
คำอธิบาย Chrome extension to analysis your website security. It provides various tools to find web security loopholes.
ขนาดไฟล์ 340 KB
จำนวนการติดตั้ง 1,183
เวอร์ชันปัจจุบัน 1.0.0.11
อัปเดตครั้งล่าสุด 2018-01-28
วันที่เผยแพร่ 2018-01-28
คะแนน 1.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://cyberwebtools.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyber Web Tools",
    "version": "1.0.0.11",
    "description": "Chrome extension to analysis your website security. It provides various tools to find web security loopholes.",
    "author": "Cyber Web",
    "background": {
        "persistent": true,
        "scripts": [
            "background-compiled.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Cyber Web Tools",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "bootstrap.min.js",
                "jquery-ui.js",
                "startwebcrawler.js"
            ]
        }
    ],
    "commands": {
        "estimation": {
            "suggested_key": {
                "default": "Alt+I",
                "mac": "Command+Shift+I"
            },
            "description": "Estimation"
        },
        "snapshot": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Command+Shift+S"
            },
            "description": "Snapshot"
        },
        "webcrawler": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Command+Shift+W"
            },
            "description": "webcrawler"
        }
    },
    "permissions": [
        "history",
        "activeTab",
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/view-http-cache\/*",
        "",
        "background",
        "notifications",
        "proxy"
    ],
    "web_accessible_resources": [
        "secure.png",
        "notsecure.png",
        "righticon.png",
        "lefticon.png",
        "sitedropdownfeature.js",
        "jcropcustom.js",
        "webcrawlerscript.js",
        "patchjs.js",
        "sessiontimeout.js",
        "webestimate-compiled.js"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/cyberwebtools.com\/*"
        ]
    },
    "manifest_version": 2
}