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.
We've had a simple action from Moloch (https://molo.ch) for a while that will auto launch CyberChef and fill in the input box with data from Moloch. It was always kind of a hack, didn't work great with certain browsers, and works even worse lately.
Sometimes the timeout isn't long enough and the user has to hit the Bake button again. Some browsers just don't work
Describe the solution you'd like
Really we are looking for suggestions on how to do it right.
Maybe add a url param that uses the browser fetch api to get the input box, or make it easy for us to inject a function that we could then write in the page to fetch the data?
Sorry if we are missing some obvious way to already do this. :)
The text was updated successfully, but these errors were encountered:
You can load multiple files by passing them into the array argument. They will get passed off to a separate thread to be loaded as efficiently as possible.
You should be able to call these functions fairly quickly after loading CyberChef. If you want to be certain they will work, you can listen for the custom apploaded event which fires once everything is set up and ready to rock and roll.
First off CyberChef is awesome!
Is your feature request related to a problem? Please describe.
We've had a simple action from Moloch (https://molo.ch) for a while that will auto launch CyberChef and fill in the input box with data from Moloch. It was always kind of a hack, didn't work great with certain browsers, and works even worse lately.
Currently we generate a page, try setting 'input-text' after a timeout, and cross our fingers.
(https://github.com/aol/moloch/blob/master/viewer/views/cyberchef.pug)
Sometimes the timeout isn't long enough and the user has to hit the Bake button again. Some browsers just don't work
Describe the solution you'd like
Really we are looking for suggestions on how to do it right.
Maybe add a url param that uses the browser fetch api to get the input box, or make it easy for us to inject a function that we could then write in the page to fetch the data?
Sorry if we are missing some obvious way to already do this. :)
The text was updated successfully, but these errors were encountered: