Rapid7 AppSec Plugin

Rapid7 AppSec Plugin

Τι είναι το Rapid7 AppSec Plugin;

Το Rapid7 AppSec Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rapid7, και η κύρια λειτουργία του είναι "Rapid7 AppSec Plugin".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rapid7 AppSec Plugin

Λήψη αρχείων επέκτασης Rapid7 AppSec Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Rapid7 AppSec plugin works with Rapid7 InsightAppSec and AppSpider dynamic application security testing solutions to improve application scanning coverage and assist in validating vulnerabilities with these capabilities:

Macro Recording - Use the plugin to record macros required by InsightAppSec and AppSpider Enterprise when selecting the Macro Authentication scan configuration. Macro Authentication enables the crawling engine of InsightAppSec and AppSpider to authenticate with complex login workflows.

Vulnerability Validator - Use the vulnerability validator in conjunction with the Attack Replay feature in InsightAppSec and AppSpider. This feature of the Chrome plugin enables users to replay and edit recorded traffic generated during an InsightAppSec or AppSpider scan.

Bootstrap Authentication - The Chrome plugin is required to use AppSpider Enterprise's Bootstrap Authentication feature, which gives the user the ability to interactively login to the target application during an active scan. Used for login workflows that require human interaction for example 2FA (Two-factor authentication).

Traffic Recorder - Record the interactions (like HTTP GET and POST requests) between the front end application and the back end server in a Traffic File. InsightAppSec can replay these interactions to authenticate into your application.

For support related to this plugin, please contact [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rapid7 AppSec Plugin Rapid7 AppSec Plugin
ID mnmlipalillmakdiildpclhocfgcddnp
Επίσημο URL https://chromewebstore.google.com/detail/rapid7-appsec-plugin/mnmlipalillmakdiildpclhocfgcddnp
Περιγραφή Rapid7 AppSec Plugin
Μέγεθος Αρχείου 39.99 MB
Αριθμός Εγκαταστάσεων 8,623
Τρέχουσα Έκδοση 4.6.6
Τελευταία Ενημέρωση 2023-09-16
Ημερομηνία Δημοσίευσης 2020-06-10
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Rapid7
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://insightappsec.help.rapid7.com/docs/appsec-chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.rapid7.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rapid7",
    "name": "Rapid7 AppSec Plugin",
    "short_name": "R7 Plugin",
    "description": "Rapid7 AppSec Plugin",
    "version": "4.6.6",
    "manifest_version": 3,
    "incognito": "split",
    "background": {
        "service_worker": "app.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/packages\/browser-polyfill\/browser-polyfill.min.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "notifications",
        "tabs",
        "storage",
        "background",
        "debugger",
        "scripting",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "browser\/images\/icon.png"
    },
    "action": {
        "default_icon": {
            "128": "browser\/images\/icon.png"
        },
        "default_title": "Rapid7 AppSec Extension",
        "default_popup": "browser\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "packages\/*.js",
                "packages\/*.map",
                "packages\/*.png",
                "dictionary\/*.json",
                "hooks\/*.json",
                "patterns\/*.json",
                "contentScript.js",
                "injected.min.js",
                "alf-bundle.min.js",
                "packages\/alf\/app.js",
                "packages\/alf\/images\/*",
                "packages\/alf\/notification.js",
                "packages\/alf\/notification.css",
                "appScript.js",
                "dragDropScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}