Update Kali-Installation-Instructions.md
This commit is contained in:
@@ -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
|
||||||
[](https://youtu.be/Wl9AsrU4igo "ParrotOS Installation Tutorial")
|
[](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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user