mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
Update Kali-Installation-Instructions.md
This commit is contained in:
parent
32de4f8f6f
commit
ef0e53f54b
1 changed files with 6 additions and 15 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Kali Installation
|
# Kali Installation
|
||||||
Kali users usually must kill their modem manager in order for the proxmark3 to enumerate properly.
|
Kali users usually must kill their modem manager in order for the proxmark3 to enumerate properly.
|
||||||
```sh sudo apt remove modemmanager```
|
```sh
|
||||||
|
sudo apt remove modemmanager
|
||||||
|
```
|
||||||
|
|
||||||
# Video Installation guide
|
# Video Installation guide
|
||||||
[![Kali Installation tutorial](https://github.com/5w0rdfish/Proxmark3-RDV4-ParrotOS/blob/master/screenshot-www.youtube.com-2019.03.17-20-44-33.png)](https://youtu.be/Wl9AsrU4igo "ParrotOS Installation Tutorial")
|
[![Kali Installation tutorial](https://github.com/5w0rdfish/Proxmark3-RDV4-ParrotOS/blob/master/screenshot-www.youtube.com-2019.03.17-20-44-33.png)](https://youtu.be/Wl9AsrU4igo "ParrotOS Installation Tutorial")
|
||||||
|
@ -43,15 +45,6 @@ git pull
|
||||||
sudo apt remove modemmanager
|
sudo apt remove modemmanager
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note** If you have any issues connecting or during the flash, follow the steps listed [here](https://github.com/RfidResearchGroup/proxmark3/issues/35) and use the command sudo apt remove modemmanager
|
|
||||||
|
|
||||||
Log out and log back in again. And now we are all set to take the next step.
|
|
||||||
|
|
||||||
Enter the proxmark3 folder
|
|
||||||
```sh
|
|
||||||
cd proxmark3
|
|
||||||
```
|
|
||||||
|
|
||||||
### Clean and Compile
|
### Clean and Compile
|
||||||
Clean and complete compilation
|
Clean and complete compilation
|
||||||
|
|
||||||
|
@ -75,16 +68,14 @@ It should show up as a CDC device:
|
||||||
```sh
|
```sh
|
||||||
client/flasher /dev/ttyACM0 -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
|
client/flasher /dev/ttyACM0 -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf
|
||||||
```
|
```
|
||||||
|
> **Note** If you have any issues connecting or during the flash, follow the steps listed [here](https://github.com/RfidResearchGroup/proxmark3/issues/35) and use the command sudo apt remove modemmanager
|
||||||
|
|
||||||
|
|
||||||
### Change into the client folder
|
### Change into the client folder
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd client
|
cd client
|
||||||
```
|
```
|
||||||
### Run the client
|
|
||||||
``` sh
|
|
||||||
./proxmark3 /dev/pm #press tab on the keyboard for it to detect the proxmark
|
|
||||||
```
|
|
||||||
or
|
|
||||||
|
|
||||||
### Run the client
|
### Run the client
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue