Netscaler Cookie Decoder
Decode the Netscaler Cookie
Hvad er Netscaler Cookie Decoder?
Netscaler Cookie Decoder er en Chrome-udvidelse udviklet af https://joaofelipe.net, og dens hovedfunktion er "Decode the Netscaler Cookie".
Udvidelsesskærmbilleder
Download Netscaler Cookie Decoder-udvidelses-CRX-fil
Download Netscaler Cookie Decoder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Netscaler Cookie Decoder |
ID | iggaenbokihbfaggapmcifgmdmkdcjon |
Officiel URL | https://chromewebstore.google.com/detail/netscaler-cookie-decoder/iggaenbokihbfaggapmcifgmdmkdcjon |
Beskrivelse | Decode the Netscaler Cookie |
Filstørrelse | 98.09 KB |
Antal Installationer | 231 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-04-21 |
Udgivelsesdato | 2021-04-10 |
Udvikler | https://joaofelipe.net |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/joaofelipes/netscaler-cookie-decoder/issues |
Understøttede Sprog | 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", " |