mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual
This commit is contained in:
parent
fdabfc09d2
commit
d6063d6776
2 changed files with 14 additions and 2 deletions
|
@ -78,7 +78,14 @@ This fork now compiles just fine on
|
|||
|
||||
## KALI and ARCHLINUX users
|
||||
Kali and ArchLinux users usually must kill their modem manager in order for the proxmark3 to enumerate properly.
|
||||
`sudo apt remove modemmanager`
|
||||
```sh
|
||||
sudo apt remove modemmanager
|
||||
```
|
||||
or
|
||||
```sh
|
||||
systemctl stop ModemManager
|
||||
systemctl disable ModemManager
|
||||
```
|
||||
|
||||
## Setup and build for UBUNTU
|
||||
GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS, 15.10 or 16.04
|
||||
|
|
|
@ -11,4 +11,9 @@ get_nonce_bf:
|
|||
git clone https://github.com/iceman1001/mf_nonce_brute mf_nonce_brute
|
||||
|
||||
get_xorsearch:
|
||||
wget -N https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
|
||||
mkdir xorsearch
|
||||
wget -N https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
|
||||
# Mingw
|
||||
# unzzip-big XORSearch_V1_11_2.zip
|
||||
# linux
|
||||
# gunzip XORSearch_V1_11_2.zip
|
Loading…
Add table
Add a link
Reference in a new issue