Tools & Resources

This is a list of some awesome tools I've stumbled upon or actively use.

AI

  • HuggingFace - https://huggingface.co/
    All things AI - models, datasets and etc.

Development Environment

  • Programming Fonts - https://programmingfonts.org
    Tired of looking at the same font in your editor?
  • Taskfile - https://taskfile.dev
    An awesome alternative to Makefile. Also, it's written in Go.

Devtools

  • TinyPNG - https://tinypng.com
    Compress your PNG files. There's also https://tinyjpg.com. Check out their API as well.

Frameworks

  • Astro - https://astro.build
    A truly faster way to build websites. SSG, SSR and islands architecture.

Miscellaneous

  • Wayback Machine - https://web.archive.org
    A digital archive of World Wide Web.

OSINT

  • IntelX - https://intelx.io/
    Search engine for OSINT.

Pentesting

  • HackTricks - https://book.hacktricks.xyz/
    From privesc to forensics, all kinds of tricks.
  • Exploit Notes - https://exploit-notes.hdks.org/
    Sticky notes for pentesting. Search hacking techniques and tools for pentesting.
  • GTFOBins - https://gtfobins.github.io/
    GTFOBins is a curated list of Unix binaries that can be used to bypass local security restrictions in misconfigured systems.
  • Hashcat tl;dr - https://hashcat.net/wiki/doku.php?id=hashcat
    Always good to have hashcat modes handy
  • radare2 - https://rada.re
    An awesome reverse engineering tool.
  • Damn Vulnerable DeFi - https://www.damnvulnerabledefi.xyz
    Offensive security playground for DeFi.
  • ExploitDB - https://www.exploit-db.com
    As the name says - huge exploit database.
  • VirusTotal - https://www.virustotal.com
    Analyse suspicious files, domains and URLs to detect malware, breaches and etc.