CyberChef icon indicating copy to clipboard operation
CyberChef copied to clipboard

Bug report: InternalError in blob: Too much recursion

Open celtschk opened this issue 2 years ago • 0 comments

Describe the bug Pipeline runs into an internal error.

To Reproduce Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:

  1. Go to CyberChef Homepage

  2. Type as input: Hello world!

  3. Build a pipeline consisting of (all options not mentions have the default values)

    • To Hex
    • Fork, split delimiter a single space, Merge delimited \n
    • SHA2, default options
    • Magic, Intensive mode
  4. See error:

    Fork - InternalError in blob:https://gchq.github.io/5be498d7-65a5-40a1-9cca-7e3be4c1a6ad on line 2.<br><br>Message: Magic - InternalError in blob:https://gchq.github.io/5be498d7-65a5-40a1-9cca-7e3be4c1a6ad on line 2.<br><br>Message: too much recursion

Expected behaviour No internal error message.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (if relevant, please complete the following information):

  • Version: 10.17.0
  • Compile time: 15/04/2024 00:17:13 UTC
  • User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0
  • Link to reproduce

Additional context

celtschk avatar Apr 21 '24 04:04 celtschk