feat: add CyberChef service to services.json
All checks were successful
Build and Deploy Static Site / build (push) Successful in 57s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 57s
Introduced CyberChef to the list of available services. CyberChef is a web app for encryption, encoding, compression, and data analysis, offering a versatile range of data manipulation operations directly in the browser.
This commit is contained in:
parent
36f9739ef0
commit
c64a957bea
1 changed files with 19 additions and 0 deletions
|
@ -280,6 +280,25 @@
|
|||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "CyberChef",
|
||||
"url": "https://cyberchef.private.coffee",
|
||||
"homemade": false,
|
||||
"fork": false,
|
||||
"tiny_description": "Web app for encryption and encoding",
|
||||
"short_description": "CyberChef is a web app for encryption, encoding, compression, and data analysis.",
|
||||
"long_description": "CyberChef is a web app for encryption, encoding, compression, and data analysis. It allows you to perform a wide range of operations on your data within your browser.",
|
||||
"status": "OK",
|
||||
"links": [
|
||||
{
|
||||
"name": "Go to CyberChef",
|
||||
"url": "https://cyberchef.private.coffee"
|
||||
}
|
||||
],
|
||||
"icon": "lock-key",
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "Travelynx",
|
||||
"url": "https://traveling.coffee",
|
||||
|
|
Loading…
Reference in a new issue