Royce Williams

Results 90 issues of Royce Williams

A common FAQ item is "where did the password go". Even if a user eventually discovers `hashcat -II`, it may not be clear (especially for new users) which directory would...

new feature

**Describe the feature** It would sometimes be useful if the source wordlist was available in the rules debugging output. The format specification might look like this: ` 5 | Source-Wordlist:Original-Word:Finding-Rule:Processed-Word`...

new feature

**Describe the feature** A flag to show the "raw" / traditional number of candidates for a given attack. **Reasoning** User confusion / FAQ activity around the existing `--keyspace` flag appears...

new feature

Yescrypt is a notable algorithm: * Publicly known, modern algorithm, by Solar Designer (@solardiz) * PHC finalist: https://www.password-hashing.net/ * Interest appears to be increasing in this algorithm - starting to...

new algorithm

It might not hurt for hashcat to emit a warning if NTLM is attempted with a multibyte wordlist. limits.txt says: > ## > ## Hashing algorithms that internally use UTF-16...

new feature

**Describe the bug** When an attack has been distributed across multiple cards, and some cards have finished, the following information is displayed: - The Time.Estimated value is based on the...

bug

**Describe the feature** `--wordlist-reverse` would read a wordlist from the _end_ of the file, instead of the beginning. This would be especially useful in cases where a wordlist file is...

new feature

Dynamic autotuning is great for larger jobs, but for small or batch runs, in many cases the autotuning takes as long as each child attack (such as each mask in...

new feature

When loading multiple masks from a file, it would be useful to calculate the total keyspace of the entire list of masks, and show progress and a rough estimate of...

new feature

Long-term feature request, for a future iteration of the brain: * separation of brain server data based on client source * ability to selectively remove all data contributed by a...

new feature