Blog

  • Scripts that took me time

    hashcat to hack a keepass2 kdbx

    hashcat -a 3 --stdout -1 "abcRH&3h" ?1what_you_know?l?s?a > candidates.txt hashcat -m 13400 -a 0 -o cracked_password.txt hash.txt candidates.txt --status --status-timer=2 --potfile-disable 
    1. candidates.txt file is produced containing strings that match the given structure
    2. Why isn't everything a browser?

      After years of fighting against the logic of web programming (a fight mostly in vain), the web is not its programming language, but its logic. The web, as we know it today, is built on a foundation of programming languages that have evolved over the years to create everything from simple static pages to complex web applications.

      1. The web...