added pin generation with crunch
This commit is contained in:
parent
90394c5989
commit
2545b3e403
|
@ -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
Loading…
Reference in New Issue