added pin generation with crunch

This commit is contained in:
gurkenhabicht 2023-12-03 19:20:57 +01:00
parent 90394c5989
commit 2545b3e403
2 changed files with 9 additions and 10002 deletions

View File

@ -6,7 +6,6 @@
* [lyricpass](https://github.com/initstring/lyricpass.git) * [lyricpass](https://github.com/initstring/lyricpass.git)
* [pnwgen phonenumbers](https://github.com/toxydose/pnwgen.git) * [pnwgen phonenumbers](https://github.com/toxydose/pnwgen.git)
## Cupp ## Cupp
* [cupp](https://github.com/Mebus/cupp.git) * [cupp](https://github.com/Mebus/cupp.git)
@ -16,7 +15,7 @@
## crunch ## crunch
```sh ```ish
crunch <minlen> <maxlen> <charPool> -o <output.file> crunch <minlen> <maxlen> <charPool> -o <output.file>
``` ```
@ -29,6 +28,14 @@ crunch <minlen> <maxlen> <charPool> -o <output.file>
crunch 8 8 -t passw%%rd crunch 8 8 -t passw%%rd
``` ```
### Generate Pins with crunch
Generate a list of pins with a min len of 3, the maximum length of 6 a character pool of 0x0 to 0xF and save the output in a file
```sh
crunch 3 6 0123456789ABCDEF -o pins.txt
```
## ttpassgen ## ttpassgen
* [ttpassgen](https://github.com/tp7309/TTPassGen.git) * [ttpassgen](https://github.com/tp7309/TTPassGen.git)
* Generate lists from the ground up * Generate lists from the ground up

File diff suppressed because it is too large Load Diff