-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CyberChef * use $$cap_appname for app name --------- Co-authored-by: Tory Berra <toryberra@gmail.com>
- Loading branch information
1 parent
f58f55a
commit 3d44a87
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.