mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Update Kali-Installation-Instructions.md
This commit is contained in:
parent
69bcec5208
commit
32de4f8f6f
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue