Astra Login Recorder

Allows you to record complex actions on your website to improve the coverage of automated scans.

Astra Login Recorder là gì?

Astra Login Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://getastra.com, và tính năng chính của nó là "Allows you to record complex actions on your website to improve the coverage of automated scans.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Astra Login Recorder

Tải xuống các tệp mở rộng Astra Login Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Astra Login Recorder records a login sequence that can be used by our vulnerability scanner to audit the pages behind login pages.

Steps to record a login sequence:

1. Download Astra Login Recorder extension by clicking on "Add to Chrome".
2. Click on Astra's icon in the extensions to open it, enter your application's login URL and click on "Start Recording".
3. The login page you entered will open in a new tab. After successfully logging in, click on 'Stop Recording" in the extension's window.
3. Verify the recording by clicking on Verify Recording.
4. If the login is successful during the verification, click on Download which will download the recording.
5. Upload this file in your Astra dashboard (Start an Audit -> Scan Behind Login -> Upload File)

You can now start an audit of your application.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Astra Login Recorder Astra Login Recorder
ID cmiagfjaoankehgcljkkcfoalfiakajg
URL Chính Thức https://chromewebstore.google.com/detail/astra-login-recorder/cmiagfjaoankehgcljkkcfoalfiakajg
Mô tả Allows you to record complex actions on your website to improve the coverage of automated scans.
Kích Thước Tệp 3.97 MB
Số Lần Cài Đặt 533
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-04-29
Ngày Phát Hành 2021-10-25
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://getastra.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getastra.com/pentesting/web-app
URL Trang Chính Sách Bảo Mật https://www.getastra.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allows you to record complex actions on your website to improve the coverage of automated scans.",
    "manifest_version": 2,
    "name": "Astra Login Recorder",
    "version": "0.1.1",
    "version_name": "0.1.1",
    "homepage_url": "https:\/\/github.com\/SeleniumHQ\/selenium-ide",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Astra Login Recorder"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "downloads",
        "webNavigation",
        "storage",
        "debugger",
        ""
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "web_accessible_resources": [
        "icons\/icon128.png",
        "assets\/prompt.js",
        "assets\/indicator.js",
        "assets\/highlight.css",
        "bootstrap.html",
        "indicator.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-W7QWmGne6B9hjKtOqoGmUFOPgpFcUo4Nr\/yyMqtgXcU=' 'sha256-g0sGx5oQNWQA7+VAX6oocWOlrBzbLK0jggpU\/mFFNHE=' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/vendor\/global.js",
                "assets\/vendor\/selenium-browserdetect.js",
                "assets\/atoms.js",
                "assets\/polyfills.js",
                "assets\/escape.js",
                "assets\/playback.js",
                "assets\/record.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    }
}