t3l3machus / psudohash

Generates millions of keyword-based password mutations in seconds.
MIT License
1.12k stars 145 forks source link

Feature - Random Password Generation #9

Closed eli-johnson-04 closed 8 months ago

eli-johnson-04 commented 8 months ago

Added flags to generate a single random alphanumeric, uppercase alphanumeric, upper- and lowercase alphanumeric, and solely numeric passwords, with an optional flag for including special characters. The alphanumeric passwords default to length 12 and the numeric defaults to 9, although any number >= 1 can be included as an optional argument with the commands. The script defaults to keyword-based generation and the new commands will not interfere with using keywords in the case that both are included.