Post

Generate User/Password Lists with Crunch

Generate User/Password Lists with Crunch

Generate password or user lists on Linux with Crunch.

```bash

Create wordlists

1 5 = Character count between 1 and 5

rstuvwxyz = All included characters

-o = Output file

crunch 1 5 rstuvwxyz -o /root/users.txt

Basic command

crunch -o

References

This post is licensed under CC BY 4.0 by the author.