CyberChef from GCHQ: Cyber Swiss Army Knife
31–40 of 61 posts
Re: CyberChef from GCHQ: Cyber Swiss Army Knife
#32Earlier quoted context omitted.
Literally one of my favorite tools for years. The recipe idea and chaining, plus the crazy list of ingredients is super useful if anybody does CTFs.. much faster than throwing together some bits of Python
What use cases are you using it for? I haven't used it a ton, but I've found the UI to be clunkly and somewhat difficult to figure out compared to using the shell with jq
Re: CyberChef from GCHQ: Cyber Swiss Army Knife
#33Re: CyberChef from GCHQ: Cyber Swiss Army Knife
#34I use Ciphey instead in any reverse engineering stuff, far better. https://github.com/ciphey/ciphey
Re: CyberChef from GCHQ: Cyber Swiss Army Knife
#35I find CyberChef immensely when I'm doing RE work that for things that I'd otherwise have to write little snippets of code to do. I can get a lot of the simple text manipulation stuff done w/ hexdump, cut, tr, sed, etc. I find CyberChef easier to use when I'm doing operations on binary blobs. I particularly like easily doing encryption and decryption. Lately I seem to find many "secrets" (database connection strings,…
Useless commentary aside, could you give some examples of what you’re talking about in your second paragraph? Sounds like the sort of thing I’d enjoy reading!
Re: CyberChef from GCHQ: Cyber Swiss Army Knife
#36Earlier quoted context omitted.
Yes. GCHQ is the signals intelligence agency that grew out of the work at Bletchley Park on code breaking in WW2. So the UK's version of the NSA. https://www.gchq.gov.uk/ [1] If you click on it they will be able to track you down via your IP address and super seekret cyberspy-fu. Just kidding. .... or am I? Actually I really am. I have no way of knowing either way. Or do I? I mean, how would you know? I really don't…
GCHQ was the cover name for Bletchley Park but the organisation's name at the time was GC&CS which was established in 1919. So very old and surprisingly predates WW2
Re: CyberChef from GCHQ: Cyber Swiss Army Knife
#37I use this a lot. Especially for base64 and urlencoding.
Re: CyberChef from GCHQ: Cyber Swiss Army Knife
#38I use Ciphey instead in any reverse engineering stuff, far better. https://github.com/ciphey/ciphey
Re: CyberChef from GCHQ: Cyber Swiss Army Knife
#39I use Ciphey instead in any reverse engineering stuff, far better. https://github.com/ciphey/ciphey
Why is it far better?