mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-22 13:10:43 +08:00
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
This commit is contained in:
commit
fa8bd85016
7 changed files with 278 additions and 280 deletions
|
@ -1,6 +1,6 @@
|
||||||
# External resources
|
# External resources
|
||||||
|
|
||||||
You might want to follow one of these external resources to get an overview, but please still read carefully this page as some instructions may vary.
|
You might want to follow one of these external resources to get an overview, but please still read carefully this page as some instructions may have evolved.
|
||||||
|
|
||||||
* [Kali Video Installation guide](https://youtu.be/t5eBPS6lV3E "Kali Linux Installation Tutorial")
|
* [Kali Video Installation guide](https://youtu.be/t5eBPS6lV3E "Kali Linux Installation Tutorial")
|
||||||
* [Ubuntu Video Installation guide](https://youtu.be/DThmkH8CdMo "Ubuntu Installation Tutorial")
|
* [Ubuntu Video Installation guide](https://youtu.be/DThmkH8CdMo "Ubuntu Installation Tutorial")
|
||||||
|
@ -9,11 +9,8 @@ You might want to follow one of these external resources to get an overview, but
|
||||||

|

|
||||||
|
|
||||||
* ParrotOS: some further notes can be found at @5w0rdfish repo [Proxmark Installation for Parrot OS](https://github.com/5w0rdfish/Proxmark3-RDV4-ParrotOS)
|
* ParrotOS: some further notes can be found at @5w0rdfish repo [Proxmark Installation for Parrot OS](https://github.com/5w0rdfish/Proxmark3-RDV4-ParrotOS)
|
||||||
* Ubuntu 14.04.2 LTS, 15.10 or 16.04 GC updates on the [Proxmark3 Ubuntu wiki page](https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux)
|
|
||||||
* A nice and cool install script made by @daveio is found here: https://github.com/daveio/attacksurface/blob/master/proxmark3/pm3-setup.sh (unavailable?)
|
|
||||||
* Iceman has also added this script to the fork. https://github.com/RfidResearchGroup/proxmark3/blob/master/install.sh
|
* Iceman has also added this script to the fork. https://github.com/RfidResearchGroup/proxmark3/blob/master/install.sh
|
||||||
|
|
||||||
|
|
||||||
# Install the required dependencies
|
# Install the required dependencies
|
||||||
|
|
||||||
## On Debian / Ubuntu / Kali / ParrotOS
|
## On Debian / Ubuntu / Kali / ParrotOS
|
||||||
|
@ -31,15 +28,22 @@ sudo apt-get install p7zip git ca-certificates build-essential libreadline5 libr
|
||||||
libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget libncurses5-dev gcc-arm-none-eabi libstdc++-arm-none-eabi-newlib
|
libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget libncurses5-dev gcc-arm-none-eabi libstdc++-arm-none-eabi-newlib
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `libqt4-dev`.
|
||||||
|
|
||||||
|
If you get some (non blocking) error at runtime such as _Gtk-Message: Failed to load module "canberra-gtk-module"_ you may have to install `libcanberra-gtk-module`.
|
||||||
|
|
||||||
## On ArchLinux
|
## On ArchLinux
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo pacman -Sy base-devel p7zip libusb readline ncurses arm-none-eabi-newlib --needed
|
sudo pacman -Sy base-devel p7zip libusb readline ncurses arm-none-eabi-gcc arm-none-eabi-newlib git --needed
|
||||||
```
|
```
|
||||||
|
Additional AUR packages:
|
||||||
```sh
|
```sh
|
||||||
yaourt -S termcap
|
yaourt -S termcap
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that with only these requirements, you will not get the graphical components of the Proxmark3 client. (Untested: how to get it? `yaourt -S qt4` ?)
|
||||||
|
|
||||||
# Clone the RRG/Iceman repository
|
# Clone the RRG/Iceman repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -2,12 +2,6 @@
|
||||||
You will need to use the Gator96100 Proxspace package to assist in your windows installation.
|
You will need to use the Gator96100 Proxspace package to assist in your windows installation.
|
||||||
This can be downloaded from https://github.com/Gator96100/ProxSpace/
|
This can be downloaded from https://github.com/Gator96100/ProxSpace/
|
||||||
|
|
||||||
## Notes
|
|
||||||
If you receive gcc errors using v3.1 during build, download and use v2.2. This may help resolve the issue.
|
|
||||||
|
|
||||||
- https://github.com/Gator96100/ProxSpace/releases/tag/v3.1 (release v3.1 with gcc v7.3.0 )
|
|
||||||
- https://github.com/Gator96100/ProxSpace/releases/tag/v2.2 (release v2.2 with gcc v5.3.0 arm-none-eabi-gcc v7.1.0)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
# Video Installation guide
|
# Video Installation guide
|
||||||
[](https://youtu.be/zzF0NCMJnYU "Windows Installation Tutorial")
|
[](https://youtu.be/zzF0NCMJnYU "Windows Installation Tutorial")
|
||||||
|
|
Loading…
Add table
Reference in a new issue