mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-03 14:05:47 +01:00
26 lines
898 B
JSON
Executable File
26 lines
898 B
JSON
Executable File
[
|
|
{
|
|
"@context": "http://schema.org",
|
|
"@graph": [
|
|
{
|
|
"@type": "Organization",
|
|
"url": "https://gchq.github.io/CyberChef/",
|
|
"logo": "https://gchq.github.io/CyberChef/images/cyberchef-128x128.png",
|
|
"sameAs": [
|
|
"https://github.com/gchq/CyberChef",
|
|
"https://www.npmjs.com/package/cyberchef"
|
|
]
|
|
},
|
|
{
|
|
"@type": "WebSite",
|
|
"url": "https://gchq.github.io/CyberChef/",
|
|
"name": "CyberChef",
|
|
"potentialAction": {
|
|
"@type": "SearchAction",
|
|
"target": "https://gchq.github.io/CyberChef/?op={operation_search_term}",
|
|
"query-input": "required name=operation_search_term"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |