Update Kali-Installation-Instructions.md

This commit is contained in:
Chrissy Morgan 2019-04-08 00:43:02 +01:00 committed by GitHub
commit 32de4f8f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# 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.
''' 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")
@ -38,14 +38,7 @@ cd proxmark3
git pull git pull
``` ```
### Make Udev ### Remove Modem Manager
Iceman has made the udev script which takes care of the blacklist rules. This should take care of the remove modem manager.
The make udev command also create's an alias for the pm3 under /dev which you will use to connect to the proxmark.
```sh
sudo make udev
```
if you have any issues:
```sh ```sh
sudo apt remove modemmanager sudo apt remove modemmanager
``` ```