Skip to content

Commit

Permalink
Add CyberChef (#1144)
Browse files Browse the repository at this point in the history
* Add CyberChef

* use $$cap_appname for app name

---------

Co-authored-by: Tory Berra <toryberra@gmail.com>
  • Loading branch information
VictorioBerra and LordZeroHour authored Aug 29, 2024
1 parent f58f55a commit 3d44a87
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions public/v4/apps/cyberchef.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
captainVersion: 4
services:
$$cap_appname:
image: ghcr.io/gchq/cyberchef:$$cap_cyberchef_version
caproverOneClickApp:
variables:
- id: '$$cap_cyberchef_version'
label: CyberChef App Version
defaultValue: '10'
description: Check out their Docker page for the valid tags https://github.com/gchq/CyberChef/pkgs/container/cyberchef
validRegex: '/.{1,}/'
instructions:
start: |-
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
These operations include simple encoding like XOR and Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more.
The tool is designed to enable both technical and non-technical analysts to manipulate data in complex ways without having to deal with complex tools or algorithms.
It was conceived, designed, built and incrementally improved by an analyst in their 10% innovation time over several years.
end: |-
Your service is available at http://$$cap_appname.$$cap_root_domain
displayName: CyberChef
isOfficial: true ## Only if all images used here are official or from a trusted source.
description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
documentation: https://github.com/gchq/CyberChef
Binary file added public/v4/logos/cyberchef.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d44a87

Please # to comment.