Skip to content

Commit

Permalink
added cyberchef
Browse files Browse the repository at this point in the history
  • Loading branch information
HWienhold authored and mvdkleijn committed Oct 26, 2024
1 parent ba0d30e commit 21b0075
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cyberchef/Cyberchef.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Cyberchef;

class Cyberchef extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Cyberchef/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "3e8ad678e7c68ee1d77c5296bb7bfb060159b731",
"name": "Cyberchef",
"website": "https://github.com/gchq/CyberChef",
"license": "Apache License 2.0",
"description": "CyberChef is a simple, intuitive web app for carrying out all manner of \"cyber\" operations within a web browser.",
"enhanced": false,
"tile_background": "dark",
"icon": "cyberchef.png"
}
Binary file added Cyberchef/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 21b0075

Please sign in to comment.