Past discussions https://news.ycombinator.com/item?id=20767183 https://news.ycombinator.com/item?id=13056254
Thanks! Macroexpanded: CyberChef – Cyber Swiss Army Knife - https://news.ycombinator.com/item?id=20767183 - Aug 2019 (59 comments) CyberChef - The Cyber Swiss Army Knife - https://news.ycombinator.com/item?id=20543810 - July 2019 (1 comment) CyberChef – The Cyber Swiss Army Knife - https://news.ycombinator.com/item?id=13099687 - Dec 2016 (1 comment) CyberChef – A Cyber Swiss Army Knife - https://news.ycombinator.com/…
CyberChef – The Cyber Swiss Army Knife
31–40 of 56 posts
Re: CyberChef – The Cyber Swiss Army Knife
#32For a utility tool it's awful finnicky on real world data and I think tries to be pretty at times rather than useful, or perhaps a case where a browser makes a poor Editor.
Re: CyberChef – The Cyber Swiss Army Knife
#33Re: CyberChef – The Cyber Swiss Army Knife
#34Not a fan, I have tried say formatting a large JSON API results (with no formatting) and it just runs out of memory because: 1) the string is huge like 64mb+ 2) it tries to do syntax highlighting and blows up big time on the resulting formatted value. For a utility tool it's awful finnicky on real world data and I think tries to be pretty at times rather than useful, or perhaps a case where a browser makes a poor Edi…
Here's an example of me trying to format a 100mb file.
Re: CyberChef – The Cyber Swiss Army Knife
#35Love how the contributors all have what seems like dedicated accounts with no 'legal name'. Take for example this: https://github.com/gchq/CyberChef/commits?author=n1474335 n1474335 Great name. In typical GCHQ style they have good OPSEC. You can find more contributors here: https://github.com/gchq/CyberChef/graphs/contributors d98762625 s2224834 Among others :)
[1]: https://github.com/gchq/CyberChef/commit/c423de545fd0d27aabe...
Re: CyberChef – The Cyber Swiss Army Knife
#36I appreciate the magnitude of cyberchefs operations, but having to switch to the browser for these tasks can be cumbersome at times.
[0] https://chepy.readthedocs.io/en/latest/
Edit: I had missed that cyberchef offers a node API exposing most of its operations: https://github.com/gchq/CyberChef/wiki/Node-API
Re: CyberChef – The Cyber Swiss Army Knife
#37this tool is extremely useful to have in infosec CTFs!
The 'magic' command in cyberchef is pretty magic, especially for obscure (to me) utf and language encodings, though I have certainly run down more than a few rabbit holes because it detects the file magic for 'inflate' compression in pretty much everything, which would be perfect for hiding embedded files because of the number of false positives that appear when you're looking for them, and it's just the algorithm someone of a certain vintage who was serious about hiding something from everyone but someone else of that era would use.
The image analysis stuff is great. I use palette randomization for detecting embeds, and the entropy analyzer/visualizer is great fast method for detecting encrypted and zipped payloads. I like that it's fast, and it's there on the web so I can use it on anything.
Re: CyberChef – The Cyber Swiss Army Knife
#38Re: CyberChef – The Cyber Swiss Army Knife
#39Is anyone aware of cli tools with similar functionality (besides chepy[0])? I appreciate the magnitude of cyberchefs operations, but having to switch to the browser for these tasks can be cumbersome at times. [0] https://chepy.readthedocs.io/en/latest/ Edit: I had missed that cyberchef offers a node API exposing most of its operations: https://github.com/gchq/CyberChef/wiki/Node-API