eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

201
active users

#passwordcracking

0 posts0 participants0 posts today

So atom, main developer of @hashcat , used the "rapid prototyping in Python" plugin of the new "assimilation bridge" in the new hashcat 7, with some success in our DEF CON password CTF win this past weekend (hosted by @jabbercracky).

Afterwards, atom realized it would make a good case study for how to use the new feature, so he wrote it up:

hashcat.net/forum/thread-13346

If you do exploration of mystery hash types (either for CTFs, or in the real world) ... this approach should absolutely be in your toolbox.

#PasswordCracking #HashCracking
#hashcat #hashcat7

hashcat.netUsing the Assimilation Bridge (Python Plugin) for Rapid Prototyping

If you need to sort and dedupe a ton of strings/records, Cynosure Prime member blazer has released rlite, a 'lite' version of rling. I helped debug early versions. A nice balance of performant and simple, but with useful knobs like frequency counting, writing dupes to another file, etc.

(And heavy on the 'performant' - multi-threaded sort + dedupe time for 1.4B records in a 16GB file is 45 seconds on 48 EPYC 7642 cores, and uses 26GB of RAM)

github.com/Cynosureprime/rlite