Tenable.io Web Application Scanning

This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning.

Tenable.io Web Application Scanning क्या है?

Tenable.io Web Application Scanning tenableio-chrome-extension-admins द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tenable.io Web Application Scanning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Tenable.io WAS Chrome Extension helps you easily create and manage your web application scans, including setting up complex authentication by recording your mouse and keyboard actions required, for later automated use in, Tenable.io Web Application Scanning. This allows you to save time and effort with creating new scans by simply following a few configuration steps from within your browser.

Tenable.io Web Application Scanning is a dynamic application security testing (DAST) product that safely, accurately and automatically scans your web applications, providing deep visibility into vulnerabilities and valuable context to prioritize remediation.

Tenable.io Web Application Scanning allows you to:
- Understand the sitemap and layout of your web applications
- Scan safely to prevent performance latency and disruptions
- Enable highly automated, no-touch scans for continuous protection
- Scan your HTML5 and single page web applications, along with traditional HTML apps
- Minimize the number of false positives and negatives to give you confidence
- Provide a unified view of vulnerabilities across your modern attack surface with Tenable.io.

***Use of this extension requires an active subscription to Tenable.io Web Application Scanning.***                    

एक्सटेंशन की मूल जानकारी

नाम Tenable.io Web Application Scanning Tenable.io Web Application Scanning
ID nkmmlnphajhildmnjkjkgkjnggpnhkhk
आधिकारिक URL https://chromewebstore.google.com/detail/tenableio-web-application/nkmmlnphajhildmnjkjkgkjnggpnhkhk
विवरण This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning.
फ़ाइल का आकार 7.2 MB
स्थापना संख्या 3,955
वर्तमान संस्करण 1.2.8
अंतिम अपडेट 2024-01-24
प्रकाशन तिथि 2020-07-01
रेटिंग 3.00/5 कुल 3 रेटिंग्स
डेवलपर tenableio-chrome-extension-admins
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tenable.com/products/tenable-io/web-application-scanning
गोपनीयता नीति पृष्ठ URL https://www.tenable.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tenable.io Web Application Scanning",
    "short_name": "Tenable.io WAS",
    "version": "1.2.8",
    "version_name": "1.2.8",
    "homepage_url": "https:\/\/www.tenable.com\/products\/tenable-io\/web-application-scanning",
    "description": "This extension helps you easily create and manage your web application scans for Tenable.io Web Application Scanning.",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "19": "icons\/19.png"
    },
    "browser_action": {
        "default_title": "Tenable.io",
        "default_icon": "icons\/19.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "webNavigation",
        "notifications",
        "storage",
        "debugger",
        "downloads",
        ""
    ],
    "externally_connectable": {
        "ids": [
            "nkmmlnphajhildmnjkjkgkjnggpnhkhk"
        ],
        "matches": [
            "*:\/\/cloud.tenable.com\/*",
            "*:\/\/*.cloud.aws.tenablesecurity.com\/*",
            "*:\/\/*.fedcloud.tenable.com\/*",
            "*:\/\/*.tenablesecurity.com\/*",
            "*:\/\/*.nessus.org\/*"
        ]
    },
    "web_accessible_resources": [
        "icons\/icon128.png",
        "assets\/prompt.js",
        "assets\/indicator.js",
        "assets\/highlight.css",
        "assets\/fonts.css",
        "assets\/fonts\/*",
        "bootstrap.html",
        "indicator.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-W7QWmGne6B9hjKtOqoGmUFOPgpFcUo4Nr\/yyMqtgXcU=' 'sha256-4cgtnhJWZr038A2+gTGcUgQL2QsJao6c0AiTxYYo6c8=' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/cloud.tenable.com\/*",
                "*:\/\/*.cloud.aws.tenablesecurity.com\/*",
                "*:\/\/*.fedcloud.tenable.com\/*",
                "*:\/\/*.tenablesecurity.com\/*",
                "*:\/\/*.nessus.org\/*"
            ],
            "js": [
                "assets\/inject_me.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    }
}