Netscaler Cookie Decoder

Decode the Netscaler Cookie

Netscaler Cookie Decoderとは何ですか?

Netscaler Cookie Decoderはhttps://joaofelipe.netによって開発されたChromeの拡張機能で、その主な機能は「Decode the Netscaler Cookie」です。

拡張機能のスクリーンショット

screenshot
screenshot

Netscaler Cookie Decoder拡張機能のCRXファイルをダウンロード

Netscaler Cookie Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Citrix Netscaler Load Balancer uses an encoded cookie to maintain stateful connections from client to server. These cookies are automatically sent in every request to the domain that set them. This allows a simple way to track each client’s server association for load balancing control.

This chrome extension reverse the Netscaler algorithm used to encode the data, and exposes the IP address and TCP port of the host that is actually handling your connection. It is based on the work of catalyst256 and is intend to to help developers and administrators in trobleshooting situations.                    

拡張機能の基本情報

名前 Netscaler Cookie Decoder Netscaler Cookie Decoder
ID iggaenbokihbfaggapmcifgmdmkdcjon
公式URL https://chromewebstore.google.com/detail/netscaler-cookie-decoder/iggaenbokihbfaggapmcifgmdmkdcjon
説明 Decode the Netscaler Cookie
ファイルサイズ 98.09 KB
インストール数 231
現在のバージョン 1.0
最終更新日 2021-04-21
公開日 2021-04-10
開発者 https://joaofelipe.net
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/joaofelipes/netscaler-cookie-decoder/issues
対応言語 en-US
manifest.json
{
    "browser_action": {
        "content_scripts": [
            {
                "css": [
                    "style.css"
                ],
                "js": [
                    "jquery.min.js"
                ]
            }
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Decode the Netscaler Cookie",
    "manifest_version": 2,
    "name": "Netscaler Cookie Decoder",
    "permissions": [
        "cookies",
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.1\/jquery.min.js"
    ]
}