Skip to content

Instantly share code, notes, and snippets.

@0xpeanutbutter
Last active May 6, 2021 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xpeanutbutter/4db64de31f09fcb3a211370de936da00 to your computer and use it in GitHub Desktop.
Save 0xpeanutbutter/4db64de31f09fcb3a211370de936da00 to your computer and use it in GitHub Desktop.
CTF cheatgist

Forensics

Hexdump of all files start with 8dig hexnum

Stegano

For hiding data in files like jpeg,bmp,wav and AU Encrytion

steghide -cf imagefile -ef textfile

cover file : the open that appears embed file : The one that we want to hide

here cf is for coverfile and ef is for embed file

Decryption

steghide extract -sf imagefile

Image Forensics

exiftool imgfile Binwalk extracts all the data in a image binwalk -e imgfile

Pwn

Nmap

nmap -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment