CyberChef

The Cyber Swiss Army Knife

Vad är CyberChef?

CyberChef är en Chrome-tillägg utvecklad av https://cyberchef.cf, och dess huvudfunktion är "The Cyber Swiss Army Knife".

Tilläggsskärmbilder

screenshot

Ladda ner CyberChef-förlängningens CRX-fil

Ladda ner CyberChef-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        🧑‍🍳 Cookup recipes in CyberChef within the browser context menu.

Features
   💎 Convert Base64, Hex, Hexdump, Extract IOCs, Generate QR Codes from text

Usage
   1️⃣ Highlight Text
   2️⃣ Right-Click to enter context menu
   3️⃣ Select an item

Legal
  ⚖️ We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with GCHQ, or any of its subsidiaries or its affiliates. The official GCHQ website can be found at https://www.gchq.gov.uk                    

Grundläggande Information om Tillägg

Namn CyberChef CyberChef
ID nohdddnojpoohngaacepdbpajiamblfp
Officiell webbadress https://chromewebstore.google.com/detail/cyberchef/nohdddnojpoohngaacepdbpajiamblfp
Beskrivning The Cyber Swiss Army Knife
Filstorlek 493 KB
Antal Installationer 221
Aktuell Version 1.0.5
Senast Uppdaterad 2023-08-07
Publiceringsdatum 2022-03-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://cyberchef.cf
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cyberchef.cf
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CyberChef",
    "description": "The Cyber Swiss Army Knife",
    "author": "AB",
    "version": "1.0.5",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "background": {
        "service_worker": "scripts\/service.js",
        "type": "module"
    },
    "omnibox": {
        "keyword": "chef"
    }
}