Jump to content

CTF Resources

From YawgNetWiki

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]