{"repo":"andreiverse/gorilla","free":true,"listed":false,"github":"https://github.com/andreiverse/gorilla","clone":"git clone https://github.com/andreiverse/gorilla.git","description":"tool for generating wordlists or extending an existing one using mutations.","language":"Rust","stars":390,"topics":["cracking","hash","hashcat","infosec","johntheripper","security"],"license":"GPL-3.0","category":"security-tools","readme_excerpt":"gorilla gorilla is the ultimate wordlist tool packing a lot of amazing utilities like: - building wordlists based on patterns (like crunch) - building wordlists based on common password/username formats (like cupp) - scrap a web page and build a wordlist from its words (like cewl) - extending existing wordlists using mutations (like hashcat's rule based attack) installing with cargo With Rust's Cargo installed, run cargo install --git https://github.com/d4rckh/gorilla --branch main You should now be able to run gorilla --help building with cargo computing passwords The --from-pattern / -p argument is used to tell gorilla to compute passwords based on a pattern. For example, the following command will print every single word containing 5 lowercase letters. Other examples of patterns are administrator{0-9} ( administrator0 - administrator9 ); hello world{a-z}{0-9} ( hello worlda0 - hello worldz9 ). If you want to save the output to a file, you can use the --output-file / -o argument. Gorilla now also supports character sets. They are defined in src/char sets.rs . Here are some examples of patterns that use them: {l} = a b c d ... z; {u} = A B C D ... Z; {d} = 1 2 3 4 ... 9; {s} = (space) ! \" # $ ... . You can combine multiple of them, so {luds} would result in a char set containing all other char sets described (#45). If you use a range and each end has 1 character, you will be doing a character range. For example: - {a-z} will result in adding each character of the alphabet, o","default_branch":null,"files":null,"tree":[],"storefront":"/r/andreiverse","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/andreiverse/gorilla/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}