CyberChef icon indicating copy to clipboard operation
CyberChef copied to clipboard

fix import operations with special chars in them

Open d98762625 opened this issue 4 years ago • 0 comments

Closes #956

Operations imported from chef UI where the operations contain characters other than letters, numbers or spaces are not found.

This PR adds .,/ and - to the sanitise function so operations with those chars in their display name match too. Those were the only special chars I could find in existing operations.

d98762625 avatar May 27 '20 15:05 d98762625