Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Cyberchef "deeplink" work with Cyberchef server #15

Open
d98762625 opened this issue May 28, 2020 · 0 comments · May be fixed by #16
Open

Make Cyberchef "deeplink" work with Cyberchef server #15

d98762625 opened this issue May 28, 2020 · 0 comments · May be fixed by #16

Comments

@d98762625
Copy link
Member

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant