Detectify Recorder

Detectify Recorder allows you to record interactions with a website which Application Scanning can use during security testing.

Detectify Recorder क्या है?

Detectify Recorder detectify-team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detectify Recorder allows you to record interactions with a website which Application Scanning can use during security testing."।

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

screenshot
screenshot
screenshot

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

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

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

                        The Detectify Recorder extension is part of Detectify’s Application Scanning product. This extension records interactions with web pages that can then be replayed during scans. Recordings produced by this extension can be used for both Recorded Login and Recording Crawling.

RECORDED LOGIN
Recorded Login makes it possible to scan for vulnerabilities behind a login page. You can use the extension to record yourself logging in. Upload this recording to Detectify to include in scans.

RECORDED CRAWLING
Recorded Crawling captures a sequence of actions that will be recreated during Application Scanning. You can use the extension to record a specific flow of actions that Detectify’s crawler might otherwise miss, such as filling out complicated forms.

Not sure if you need Detectify Recorder? Get in contact with our support team: [email protected].                    

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

नाम Detectify Recorder Detectify Recorder
ID neeflaehflcedfiiojlebfkdochfdelj
आधिकारिक URL https://chromewebstore.google.com/detail/detectify-recorder/neeflaehflcedfiiojlebfkdochfdelj
विवरण Detectify Recorder allows you to record interactions with a website which Application Scanning can use during security testing.
फ़ाइल का आकार 336 KB
स्थापना संख्या 1,954
वर्तमान संस्करण 4.4.0
अंतिम अपडेट 2024-01-12
प्रकाशन तिथि 2018-12-14
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर detectify-team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://support.detectify.com/support/solutions/articles/48001049282-scan-behind-login-with-recorded-login
सहायता पृष्ठ URL https://support.detectify.com
गोपनीयता नीति पृष्ठ URL https://detectify.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Detectify Recorder",
    "description": "Detectify Recorder allows you to record interactions with a website which Application Scanning can use during security testing.",
    "version": "4.4.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAihcioTIgQLKHgBM4TWh192CAm+hJIEUMua6+mD\/qOdPbuyVsnfuBz4QQht\/LwKKwKOm7TSBh262F3L7zBsfUDwtfRz4r+4CDTFVRvK4ifTwH0CcFFL8EA96ujUyNOsqMK\/L5MLZ5AhcuQV+IDvAJGLLHSELdotSR6ANam963zdAGA8GA0C2yO3+ElYKhzepCy41nHJZpei\/XnxknMdsS+cURDPz3ZnVwweeC083zkX1geFrqAOsoRENcLbuIvklUk9n0dIFf34XtFNUN4sMYrk3FReMSuzanJfIiFz83Dt60KTtaJcXBsTov+105XfzJeJbuloloLLB2oHOr+BeqgwIDAQAB",
    "permissions": [
        "tabs",
        "webNavigation",
        "background",
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "incognito": "split",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    }
}