This commit is contained in:
Philippe Teuwen 2021-03-09 12:32:59 +01:00
parent 3c4044111f
commit a8f74b54ea
3 changed files with 5 additions and 5 deletions

View file

@ -78,7 +78,7 @@ examples shown, it will be assumed you have run the detect command.
```
[usb] pm3 --> lf t55xx detect
```
You should see a results simular to the following:
You should see a results similar to the following:
```
[=] Chip type......... T55x7
[=] Modulation........ ASK
@ -256,7 +256,7 @@ result:
Practice reading and writing to blocks 1 to 6 until you are happy you
can do it and get the results you wanted (i.e. the data you want stored
is written to the block you want it stored in). I recommend staying
away from block 7 as this is where the password is stored, if uesed.
away from block 7 as this is where the password is stored, if used.
If you forget this data/password, you wont be able to read or write
to the card.
@ -465,7 +465,7 @@ required, please do not proceed.
[!] Safety check: Could not detect if PWD bit is set in config block. Exits.
```
Note that the proxmark3 did not read the block, the safty kicked in
Note that the proxmark3 did not read the block, the safety kicked in
and wants us to confirm by supply the override option -o.
Lets try again with the -o option as we know the password is set.

View file

@ -61,7 +61,7 @@ GND | 6
3.3 | 1
# Where to find more information?
There has been lots of articles and blogposts about recoving, debricking, JTAG your Proxmark3 and you find here below a sortiment of resources that will be of help.
There has been lots of articles and blogposts about recovering, debricking, JTAG your Proxmark3 and you find here below an assortiment of resources that will be of help.
## Third party notes on using a BusPirate

View file

@ -65,7 +65,7 @@ Dictionaries used by the client will be copied to
```
Here you find the default dictionaries used for commands like `hf mf chk`, `hf mf fchk`, `lf t55xx chk`
A dictionary file is a text based file with one key per line in hexdecimal form.
A dictionary file is a text based file with one key per line in hexadecimal form.
The length of the key is decided by the Proxmark3 client for the different commands. All chars afterwards on line is ignored.
if key isn't a hex number, the key is ignored.