Simple tutorial
@ -1,20 +0,0 @@
|
|||||||
## Previews
|
|
||||||
|
|
||||||
Raw Command:
|
|
||||||
![raw_command](../img/raw_command.gif)
|
|
||||||
|
|
||||||
Mifare Nested Attack:
|
|
||||||
![nested_attack](../img/mf_nested_attack.gif)
|
|
||||||
|
|
||||||
Mifare Load File:
|
|
||||||
![mf_loadfile](../img/mf_loadfile.gif)
|
|
||||||
|
|
||||||
Mifare Edit File:
|
|
||||||
![mf_editfile](../img/mf_editfile.gif)
|
|
||||||
|
|
||||||
Mifare Trailer Decoder:
|
|
||||||
![mf_trailer](../img/mf_trailer.gif)
|
|
||||||
|
|
||||||
Dock Widget:
|
|
||||||
![dock1](../img/dock1.png)
|
|
||||||
![dock2](../img/dock2.png)
|
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 797 KiB After Width: | Height: | Size: 797 KiB |
Before Width: | Height: | Size: 438 KiB After Width: | Height: | Size: 438 KiB |
Before Width: | Height: | Size: 468 KiB After Width: | Height: | Size: 468 KiB |
@ -0,0 +1,20 @@
|
|||||||
|
## Previews
|
||||||
|
|
||||||
|
Raw Command:
|
||||||
|
![raw_command](raw_command.gif)
|
||||||
|
|
||||||
|
Mifare Nested Attack:
|
||||||
|
![nested_attack](mf_nested_attack.gif)
|
||||||
|
|
||||||
|
Mifare Load File:
|
||||||
|
![mf_loadfile](mf_loadfile.gif)
|
||||||
|
|
||||||
|
Mifare Edit File:
|
||||||
|
![mf_editfile](mf_editfile.gif)
|
||||||
|
|
||||||
|
Mifare Trailer Decoder:
|
||||||
|
![mf_trailer](mf_trailer.gif)
|
||||||
|
|
||||||
|
Dock Widget:
|
||||||
|
![dock1](dock1.png)
|
||||||
|
![dock2](dock2.png)
|
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 345 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 4.2 KiB |
@ -0,0 +1,44 @@
|
|||||||
|
# Quickstart
|
||||||
|
|
||||||
|
***
|
||||||
|
**On Windows**
|
||||||
|
***
|
||||||
|
## Use GUI with included client
|
||||||
|
(1) Download the GUI with included client on [release](https://github.com/wh201906/Proxmark3GUI/releases) page
|
||||||
|
![](download_withclient.png)
|
||||||
|
|
||||||
|
(2) Extract the .7z file to a path. The target path should not contain non-ASCII characters
|
||||||
|
![](pm3guipath.png)
|
||||||
|
|
||||||
|
(3) Open Proxmark3GUI.exe in the GUI folder, then select the language and click "OK". Now you can use it
|
||||||
|
![](pm3gui.png)
|
||||||
|
![](language.png)
|
||||||
|
|
||||||
|
## Use the GUI with your own client
|
||||||
|
(1) Download the standalone GUI on [release](https://github.com/wh201906/Proxmark3GUI/releases) page
|
||||||
|
![](download.png)
|
||||||
|
|
||||||
|
(2) Extract the .7z file to a path. The target path should not contain non-ASCII characters. Make sure the client path and the GUI path are different.
|
||||||
|
|
||||||
|
(3) Open the GUI. Input the client path in the "Client Path" editbox on the top of the main window.
|
||||||
|
![](pm3path.png)
|
||||||
|
|
||||||
|
(4) Go to "Settings" panel. Input the config file path which matching the client you use.
|
||||||
|
![](configpath.png)
|
||||||
|
|
||||||
|
(5) If setup.bat is required, input the script path in the "Preload script path" editbox.
|
||||||
|
![](preloadpath.png)
|
||||||
|
|
||||||
|
(6) If using RRG/Iceman repo, input "-p \<port\> -f" in the "Start arguments" editbox.
|
||||||
|
![](args.png)
|
||||||
|
|
||||||
|
***
|
||||||
|
**On Linux**
|
||||||
|
***
|
||||||
|
(1) Build the GUI by following the instructions on [README](../../../README.md)
|
||||||
|
(2) Config the GUI with the same steps of "On Windows"->"Use the GUI with your own client"
|
||||||
|
(3) You might need to change "\<port\>" to "/dev/\<port\>" in "Settings"->"Start arguments" editbox
|
||||||
|
![](args_linux.png)
|
||||||
|
|
||||||
|
(4) If you are using Raspbian(Raspberry OS), you might need to check "Keep the client active even the PM3 hardware is disconnected." in the "Steeings" panel
|
||||||
|
![](keep.png)
|