mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
hitag2crack text
This commit is contained in:
parent
ba236fe51b
commit
a4fa6f8226
2 changed files with 11 additions and 2 deletions
|
@ -233,7 +233,7 @@ or
|
||||||
$ ./ht2crack5opencl <UID> <nR1> <aR1> <nR2> <aR2>
|
$ ./ht2crack5opencl <UID> <nR1> <aR1> <nR2> <aR2>
|
||||||
```
|
```
|
||||||
|
|
||||||
5opencl supports a number of additional parameters, see crack5opencl/README.md for details.
|
5opencl supports a number of additional parameters, see [crack5opencl/README.md](/tools/hitag2crack/crack5opencl/README.md) for details.
|
||||||
|
|
||||||
Usage details: Next steps
|
Usage details: Next steps
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
|
@ -44,12 +44,21 @@ Options:
|
||||||
-V : enable debug messages
|
-V : enable debug messages
|
||||||
-v : show the version
|
-v : show the version
|
||||||
-h : show this help
|
-h : show this help
|
||||||
|
```
|
||||||
|
|
||||||
Example, select devices 1, 2 and 3 using platform 1 and 2, with random queue engine:
|
Example,
|
||||||
|
|
||||||
|
```
|
||||||
|
simple
|
||||||
|
|
||||||
|
./ht2crack5opencl 2ab12bf2 4B71E49D 6A606453 D79BD94B 16A2255B
|
||||||
|
|
||||||
|
select devices 1, 2 and 3 using platform 1 and 2, with random queue engine:
|
||||||
|
|
||||||
./ht2crack5opencl -D 2 -Q 2 -p 1,2 -d 1,2,3 2ab12bf2 4B71E49D 6A606453 D79BD94B 16A2255B
|
./ht2crack5opencl -D 2 -Q 2 -p 1,2 -d 1,2,3 2ab12bf2 4B71E49D 6A606453 D79BD94B 16A2255B
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
You can find the correct OpenCL Platform ID (-p) and Device ID (-d) with:
|
You can find the correct OpenCL Platform ID (-p) and Device ID (-d) with:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue