From d6063d677685725490454b0be39400fec3ae73f6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 17 Feb 2019 16:07:31 +0100 Subject: [PATCH] textual --- README.md | 9 ++++++++- tools/Makefile | 7 ++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index effdc0f6e..c8c04f852 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tools/Makefile b/tools/Makefile index c750cce26..b72503158 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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 \ No newline at end of file + 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 \ No newline at end of file