Misc Cheat Sheet

Misc Cheat Sheet

Online Tools

Encode & Decode
Free Online Barcode Reader
QR Code Barcode Reader Online
Encoding
獸語

Check file info

$ binwalk [-e] [filename] # or binwalk --dd=".*" [filename]
$ exiftool [filename]
$ pngcheck [filename]
$ stat [filename]
$ file [filename]

Steganography

  • text: zsteg(just for bmp and png files), Quick Crypto
  • file: steghide(sudo apt-get install steghide)($ steghide extract -sf atbash.jpg)
  • 進階的steghide$\to$stegseek
    1
    2
    3
      $ wget https://github.com/RickdeJager/stegseek/releases/download/v0.6/stegseek_0.6-1.deb
      $ sudo apt install ./stegseek_0.6-1.deb -y
      $ stegseek [stegofile.jpg] [wordlist.txt]
    

Disk Analysis

  • Foremost: 針對所支援的檔案結構去進行資料搜尋與救援 $ foremost -v {filename}
  • Sleuth kit/Autopsy
  • FTK Imager
  • Logontracer: Just use GUI to present event log traced on windows $ python logontracer.py -r -o 8000 -u neo4j -p neo4j -s localhost

Memory Forensics

Package

Brute Force Password

Sound

Mail

Overall