mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
text
This commit is contained in:
parent
a96777d9c3
commit
8d843ca363
2 changed files with 18 additions and 11 deletions
|
@ -15,26 +15,27 @@
|
||||||
If all went well you should get some information about the firmware and memory usage as well as the prompt, something like this.
|
If all went well you should get some information about the firmware and memory usage as well as the prompt, something like this.
|
||||||
|
|
||||||
```
|
```
|
||||||
[=] Session log /home/iceman/.proxmark3/logs/log_20220212.txt
|
[=] Session log /home/iceman/.proxmark3/logs/log_20220213.txt
|
||||||
[+] loaded from JSON file /home/iceman/.proxmark3/preferences.json
|
[+] loaded from JSON file /home/iceman/.proxmark3/preferences.json
|
||||||
[=] Using UART port /dev/ttyS3
|
[=] Using UART port /dev/ttyS3
|
||||||
[=] Communicating with PM3 over USB-CDC
|
[=] Communicating with PM3 over USB-CDC
|
||||||
|
|
||||||
|
|
||||||
██████╗ ███╗ ███╗█████╗
|
8888888b. 888b d888 .d8888b.
|
||||||
██╔══██╗████╗ ████║╚═══██╗
|
888 Y88b 8888b d8888 d88P Y88b
|
||||||
██████╔╝██╔████╔██║ ████╔╝
|
888 888 88888b.d88888 .d88P
|
||||||
██╔═══╝ ██║╚██╔╝██║ ╚══██╗
|
888 d88P 888Y88888P888 8888"
|
||||||
██║ ██║ ╚═╝ ██║█████╔╝
|
8888888P" 888 Y888P 888 "Y8b.
|
||||||
╚═╝ ╚═╝ ╚═╝╚════╝ [ Iceman ❄️ ]
|
888 888 Y8P 888 888 888
|
||||||
|
888 888 " 888 Y88b d88P
|
||||||
|
888 888 888 "Y8888P" [ Iceman ❄️ ]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[ Proxmark3 RFID instrument ]
|
[ Proxmark3 RFID instrument ]
|
||||||
|
|
||||||
[ CLIENT ]
|
[ CLIENT ]
|
||||||
RRG/Iceman/master/v4.14831-252 2022-02-08 05:03:08
|
RRG/Iceman/master/v4.14831-269 2022-02-13 05:03:08
|
||||||
compiled with............. GCC 10.3.0
|
compiled with............. GCC 10.3.0
|
||||||
platform.................. Linux / x86_64
|
platform.................. Linux / x86_64
|
||||||
Readline support.......... present
|
Readline support.......... present
|
||||||
|
@ -52,8 +53,8 @@ If all went well you should get some information about the firmware and memory u
|
||||||
FPC USART for BT add-on... absent
|
FPC USART for BT add-on... absent
|
||||||
|
|
||||||
[ ARM ]
|
[ ARM ]
|
||||||
bootrom: RRG/Iceman/master/v4.14831-176 2022-02-03 18:35:55
|
bootrom: RRG/Iceman/master/v4.14831-269 2022-02-13 05:03:55
|
||||||
os: RRG/Iceman/master/v4.14831-205 2022-02-04 21:26:49
|
os: RRG/Iceman/master/v4.14831-269 2022-02-13 05:03:49
|
||||||
compiled with GCC 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
|
compiled with GCC 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
|
||||||
|
|
||||||
[ FPGA ]
|
[ FPGA ]
|
||||||
|
|
|
@ -48,3 +48,9 @@ To get info on a ISO14443-A tag:
|
||||||
```
|
```
|
||||||
[usb] pm3 --> hf 14a info
|
[usb] pm3 --> hf 14a info
|
||||||
```
|
```
|
||||||
|
|
||||||
|
A good starting point is the following [Cheat sheet](/doc/cheatsheet.md)
|
||||||
|
|
||||||
|
Or
|
||||||
|
|
||||||
|
this compilation of links to [Proxmark3 walk throughs](https://github.com/RfidResearchGroup/proxmark3/wiki/More-cheat-sheets)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue