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

Conversation

goproslowyo
Copy link
Contributor

The original goal was to do this on stream and to get Twitch chat to learn how to clone and fork repos, learn python virtual environments, make commits, pull requests, and write some regexes to contribute towards #61.... but that was trickier than herding cats!

Instead I'll just contribute back the few regexes I wrote :).

Regular expressions for:

  • Keepass 1 AES / without keyfile
  • Keepass 1 Twofish / with keyfile
  • Keepass 2 AES / with keyfile
  • Keepass 2 AES / without keyfile
  • RAR3-p (uncompressed)
  • RSA/DSA/EC/OpenSSH Private Keys ($4$)
  • Open Document Format (ODF) 1.2 (SHA-256, AES)

Co-authored-by: goproslowyo goproslowyo@users.noreply.github.com

goproslowyo and others added 4 commits November 11, 2022 22:55
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>
Regular expression for:
    * RAR3-p (uncompressed)

Co-authored-by: goproslowyo <goproslowyo@users.noreply.github.com>
Regular expression for:
* RSA/DSA/EC/OpenSSH Private Keys ($4$)

Co-authored-by: goproslowyo <goproslowyo@users.noreply.github.com>
Regex added:
* Open Document Format (ODF) 1.2 (SHA-256, AES)

Co-authored-by: goproslowyo <goproslowyo@users.noreply.github.com>
Copy link
Member

@bee-san bee-san left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha love the twitch idea :) <3

@bee-san bee-san merged commit c8ecdbf into HashPals:main Nov 15, 2022
@goproslowyo goproslowyo changed the title Add regexes for Keepass hashcat mode 13400 (#1) Add various regexes from community contribution stream Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants