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