https://github.com/kowalski7cc/gcyberchef
https://github.com/kowalski7cc/gcyberchef
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kowalski7cc/gcyberchef
- Owner: kowalski7cc
- License: gpl-3.0
- Created: 2024-02-22T20:57:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T12:48:12.000Z (about 1 year ago)
- Last Synced: 2025-01-01T22:31:47.293Z (5 months ago)
- Language: JavaScript
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GCyberChef

An offline version of the CyberChef tool, the Cyber Swiss Army Knife.
This app is a port of the original CyberChef tool, which is available at https://gchq.github.io/CyberChef/. This project is not affiliated with the original CyberChef project.
## Features
- Uses Adwaita theme for a native look and feel
- Uses WebKitGTK for rendering and JavaScript execution via GJS
- Fully working offline, no internet connection required## Attribution
This project is based on the original CyberChef tool, which is available at https://gchq.github.io/CyberChef/.
The boilerplate code for the app is based on the [GTK4 + GJS Book](https://rmnvgr.gitlab.io/gtk4-gjs-book/) and [WebkitSample.js](https://gist.github.com/felipeborges/5129068).