Skip to content

Commit 21b0075

Browse files
HWienholdmvdkleijn
authored andcommitted
added cyberchef
1 parent ba0d30e commit 21b0075

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Cyberchef/Cyberchef.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Cyberchef;
4+
5+
class Cyberchef extends \App\SupportedApps
6+
{
7+
}

Cyberchef/app.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "3e8ad678e7c68ee1d77c5296bb7bfb060159b731",
3+
"name": "Cyberchef",
4+
"website": "https://github.com/gchq/CyberChef",
5+
"license": "Apache License 2.0",
6+
"description": "CyberChef is a simple, intuitive web app for carrying out all manner of \"cyber\" operations within a web browser.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "cyberchef.png"
10+
}

Cyberchef/cyberchef.png

6.12 KB
Loading

0 commit comments

Comments
 (0)