Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add various regexes from community contribution stream #141

Merged
merged 4 commits into from
Nov 15, 2022

Commits on Nov 12, 2022

  1. Add regexes for Keepass hashcat mode 13400 (#1)

    Regular expressions for:
    * Keepass 1 AES / without keyfile
    * Keepass 1 Twofish / with keyfile
    * Keepass 2 AES / with keyfile
    * Keepass 2 AES / without keyfile
    
    Co-authored-by: goproslowyo <goproslowyo@users.noreply.github.com>
    goproslowyo and goproslowyo committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    98a8e50 View commit details
    Browse the repository at this point in the history
  2. Add regex for RAR3-p hashcat mode 23700 (#3)

    Regular expression for:
        * RAR3-p (uncompressed)
    
    Co-authored-by: goproslowyo <goproslowyo@users.noreply.github.com>
    goproslowyo and goproslowyo committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    0b611bf View commit details
    Browse the repository at this point in the history
  3. Add regex for RSA/DSA/EC SSH key hc mode 22941 (#4)

    Regular expression for:
    * RSA/DSA/EC/OpenSSH Private Keys ($4$)
    
    Co-authored-by: goproslowyo <goproslowyo@users.noreply.github.com>
    goproslowyo and goproslowyo committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    25063db View commit details
    Browse the repository at this point in the history
  4. Added regex for ODF1.2 (SHA-256 AES) HC Mode 18400 (#5)

    Regex added:
    * Open Document Format (ODF) 1.2 (SHA-256, AES)
    
    Co-authored-by: goproslowyo <goproslowyo@users.noreply.github.com>
    goproslowyo and goproslowyo committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    fa2f5e0 View commit details
    Browse the repository at this point in the history