All Projects → AndProx → Andprox

AndProx / Andprox

Licence: other
Native Android Proxmark3 client (no root required)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Andprox

Mifare Classic Toolkit
RFID / NFC :: Mifare Classic 1k info and tools
Stars: ✭ 46 (-71.43%)
Mutual labels:  nfc
Vinylemulator
Emulate the tactile experience of a vinyl collection through your Sonos system, but with a back end run by Spotify
Stars: ✭ 106 (-34.16%)
Mutual labels:  nfc
Transitpal
A open source Swift app for iOS 13 that allows you to check your NFC transit card information. Written with SwiftUI.
Stars: ✭ 135 (-16.15%)
Mutual labels:  nfc
Chameleonmini
The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was developed by https://kasper-oswald.de. The device is available at https://shop.kasper.it. For further information see the Getting Started Page https://rawgit.com/emsec/ChameleonMini/master/Doc/Doxygen/html/_page__getting_started.html or the Wiki tab above.
Stars: ✭ 1,133 (+603.73%)
Mutual labels:  nfc
Thenaya
TagMo for 3ds (Alpha/Proof of Concept)
Stars: ✭ 89 (-44.72%)
Mutual labels:  nfc
Ketai
Ketai sensor library for Processing (Android mode)
Stars: ✭ 114 (-29.19%)
Mutual labels:  nfc
Libnfc
Platform independent Near Field Communication (NFC) library
Stars: ✭ 997 (+519.25%)
Mutual labels:  nfc
Tagmo
No description or website provided.
Stars: ✭ 2,249 (+1296.89%)
Mutual labels:  nfc
Mfrc522 Rpi
🔑 Control your MFRC522 RFID Module with your Raspberry-pi and JavaScript
Stars: ✭ 91 (-43.48%)
Mutual labels:  nfc
Rfidtools
RRG Android App for use with Proxmark3 RDV4 and the blueshark addon
Stars: ✭ 127 (-21.12%)
Mutual labels:  nfc
Waterdrink
💧 Simple water drinking reminder application based on MVP architecture.
Stars: ✭ 68 (-57.76%)
Mutual labels:  nfc
Bitnfc
Bitcoin NFC Android Mobile Wallet - JS + Ionic + Cordova + Bitcore + Blockchain.info API + Cordova NFC plugin
Stars: ✭ 88 (-45.34%)
Mutual labels:  nfc
External Nfc Api
Interaction with external NFC readers in Android
Stars: ✭ 123 (-23.6%)
Mutual labels:  nfc
React Native Nfc Ios
Easy to use CoreNFC for React Native
Stars: ✭ 59 (-63.35%)
Mutual labels:  nfc
Easydeviceinfo
📱 [Android Library] Get device information in a super easy way.
Stars: ✭ 1,698 (+954.66%)
Mutual labels:  nfc
Emv Nfc Paycard Enrollment
A Java library used to read and extract data from NFC EMV credit cards (Android/PCSC).
Stars: ✭ 1,009 (+526.71%)
Mutual labels:  nfc
Ndef Tools For Android
NDEF Tools for Android
Stars: ✭ 113 (-29.81%)
Mutual labels:  nfc
Chameleonmini Rebootedgui
Windows based GUI for Chameleon Mini, the contactless smartcard emulator (NFC/RFID)
Stars: ✭ 159 (-1.24%)
Mutual labels:  nfc
Ndef Nfc
NDEF Library for Proximity APIs / NFC
Stars: ✭ 138 (-14.29%)
Mutual labels:  nfc
Proxmark3gui
A cross-platform GUI for Proxmark3 client | 为PM3设计的图形界面
Stars: ✭ 122 (-24.22%)
Mutual labels:  nfc

logo AndProx

Build Status

Version: 2.0.5

Prototype / work-in-progress native Android client for Proxmark 3, which doesn't require root, permission changes or other messing about with kernel modules.

This is intended to become a replacement for Proxdroid and other "root required" Android forks. It uses the Android USB Host API and mik3y's USB Serial for Android driver to access the Proxmark's USB ACM interface from user-space Java code.

Opt-in to the beta on Google Play | Direct APK download also available

lf tune

lf t55xx detect

Documentation

NOTE: AndProx presumes existing familiarity with Proxmark3's CLI.

Functionality / Known Issues

  • Cross compiles to armeabi, armeabi-v7a, arm64-v8a, x86 and x86_64. Only really tested on ARM.

  • Many LF commands appear to work. Some devices need a Y cable and external power source for HF commands.

  • LF graphs are not available yet. (Issue #1, Issue #2)

  • Scripting doesn't work properly, but most of the ground work is there. (Issue #3)

  • hf mf hardnested commands use a lot of memory. In the event of running out of memory, it will close the application without warning.

  • Flasher has not been implemented.

  • Probably doesn't exit or sleep cleanly, causing high battery use. Swipe the app away from the App Switcher when done, and unplug the PM3.

Getting started

  1. Install the APK, or side-load the APK from GitHub.

  2. Plug your Proxmark3 into your Android device.

  3. Run AndProx, and accept the permissions bump.

  4. Press "Connect"

  5. Try hw version, hw status and hw tune to test out the device!

AndProx will write files to Internal Storage, in the proxmark3 directory.

Licensing

Copyright 2016-2018 Michael Farrell.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Under section 7 of the GNU General Public License v3, the following additional terms apply to this program:

  • (b) You must preserve reasonable legal notices and author attributions in the program.

  • (c) You must not misrepresent the origin of this program, and need to mark modified versions in reasonable ways as different from the original version (such as changing the name and logos).

  • (d) You may not use the names of licensors or authors for publicity purposes, without explicit written permission.

AndProx includes several third-party components under other licenses. More detail of these components is shown in third_party/README.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].