You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Make the Cyberchef node API accept chef-format recipe config
make the server parse the above type of input and use it in a bake operation.
The text was updated successfully, but these errors were encountered:
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
https://gchq.github.io/CyberChef/#recipe=ROT13(true,false,14)&input=VGhyb3cgVGhyb3cgQnVycml0bw
from the cyberchef ui#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:
The text was updated successfully, but these errors were encountered: