gchq / gchq/CyberChef-server

Make Cyberchef "deeplink" work with Cyberchef server

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
179
Forks
66
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
I want to be able to copy & paste a deeplink from the CyberChef UI and use it to bake a recipe in CyberChef-server

**Describe the solution you'd like**
- Given some URL like `https://gchq.github.io/CyberChef/#recipe=ROT13(true,false,14)&input=VGhyb3cgVGhyb3cgQnVycml0bw` from the cyberchef ui
- I can take the "query" parameter section `#recipe=ROT13(true,false,14)&input=VGhyb3cgVGhyb3cgQnVycml0bw` and use it in cyberchef-server to give me the same result.

To deliver this we need to:
1. Make the Cyberchef node API accept chef-format recipe config
2. make the server parse the above type of input and use it in a bake operation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.