Jump to content

CTF Resources

From YawgNetWiki
Revision as of 15:11, 6 August 2025 by Encryptid (talk | contribs) (Created page with "=Encryption/Encoding= * [https://gchq.github.io/CyberChef/ CyberChef] * [https://github.com/Ciphey/Ciphey Ciphey] * [https://paulschou.com/tools/xlate/ Translator] * [https://www.boxentriq.com/code-breaking Boxentriq Code-Breaking] ** [https://www.boxentriq.com/code-breaking/cipher-identifier Cipher Identifier] * [https://kifanga.com/pages/details/list-of-ciphers-and-codes Crypto List] * [http://www.practicalcryptography.com/cryptanalysis/text-characterisation/identifyin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Encryption/Encoding

[edit]

Steganography

[edit]

ELF/Binary Files

[edit]
git clone https://github.com/longld/peda.git ~/peda
cd ~/
git clone https://github.com/scwuaptx/Pwngdb.git
cp ~/Pwngdb/.gdbinit ~/
gdb (binaryfile)
  • strace / ltrace
   strace ./binfile
   ltrace ./binfile
  • file
  • strings
  • objdump
   objdump -D ./binfile

Other writeups

[edit]

Other Resources

[edit]

DC28 CTFs

[edit]