Hacking

illustrations illustrations illustrations illustrations illustrations illustrations illustrations

Hacking

Published on Dec 03, 2019 by Malys

Tools and web resources about hacking.

Libraries

Blog

Videos

Tools

  • file: recognizing the type of data contained in a computer file
  • strings: finds and prints text strings embedded in binary files such as executables
  • xxd: hex dump
  • binwalk: Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.
  • Stegsolve: Steganography
  • upx: Linux executable packer
  • Ghildra: software reverse engineering
  • checksec: Checksec is a bash script to check the properties of executables (like PIE, RELRO, PaX, Canaries, ASLR, Fortify Source).
  • pwntools: Pwntools is a CTF framework and exploit development library (manipulate running program)
  • frida: Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.