BIGIP Cookie Decoder

Decode BIGIP Cookie

BIGIP Cookie Decoderとは何ですか?

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

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The F5 BIG-IP load balancer uses an encoded cookie to maintain stateful connections from the client to the 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 extension reverse the F5 algorithm used to encode the data, and exposes the IP address and TCP port of the host that is actually handling your connection. 

It was made to help administrators in trobleshooting situations. 

Note that non encrypted cookies are considered a security issue, and this extension will not work if your load balancer was configured to use the non reversible crypto.                    

拡張機能の基本情報

名前 BIGIP Cookie Decoder BIGIP Cookie Decoder
ID fgbahkaekodceioljkpefkclechnccpl
公式URL https://chromewebstore.google.com/detail/bigip-cookie-decoder/fgbahkaekodceioljkpefkclechnccpl
説明 Decode BIGIP Cookie
ファイルサイズ 39.99 KB
インストール数 3,833
現在のバージョン 1.3
最終更新日 2022-05-08
公開日 2014-09-19
評価 4.43/5 合計 7 レビュー
開発者 https://joaofelipe.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://joaofelipe.net
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BIGIP Cookie Decoder",
    "description": "Decode BIGIP Cookie",
    "version": "1.3",
    "permissions": [
        "cookies",
        "",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "content_scripts": [
            {
                "css": [
                    "style.css"
                ],
                "js": [
                    "jquery.min.js"
                ]
            }
        ]
    },
    "web_accessible_resources": [
        "http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.1\/jquery.min.js"
    ]
}