Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Hi Guys,
I managed to compile the lastest version of the pm3 client for android from the Github official repo but I don't have the PM3 yet to test it.
It's compiled with the PIE flag so it should only work on android 4.1 or above.
So if someone is interested, feel free to try it, and say if it's works.
I tried it on my LG G3 and I could display help.
Install instructions:
- Copy the proxmark3 file in /system/bin and do a chmod 555 on it.
- Copy the shared libraries (*.so) in /system/lib
Download: https://www.sendspace.com/file/clyyn0
Offline
Great !
Can you share the source ?
Offline
Yep, you can find the source on my github repo => https://github.com/FonkyCorp/proxdroid
I finally could try it, and everything seems to work well.
Offline
Thank you !
Offline
Hi Does any one can provide the cdc-acm.ko driver for Samsung S6 Edge(G9250)? the kernel version is 3.10.61-8067884, the android version is 6.0.1, currently when I connect PM3 to my S6 Edge, it is not shown as in /dev/ttyACM0, looks like no cdc-acm.ko there, but I cannt find corresponding .ko files from internet
Offline
I'm also facing such problem. There is no cdc-acm module for my phone and I haven't seen any guidelines to compile it.
Offline
Got Marty's code successfully loaded into a Samsung Galaxy S5 - running on Termux - real nice....
Offline
Got Marty's code successfully loaded into a Samsung Galaxy S5 - running on Termux - real nice....
could you share that ? thank you
Offline
Yes i'd like it to!
Offline
Sorry to bring back an old thread. There just isn't alot on the proxoid.
Anyways. I have used this successfully on the samsung note 3. But I have now upgraded to the samsung s8+.
I can run the proxmark off the phone.
My problem is if I do hw tune. My antennas say unusable. I know they are fine because they work off computer.
Without usable antennae i can't do nothing.
Can anyone provide a solution? Is the phone not providing enough powerful? Or is it because of software compatibility?
Welcome to Termux!
Online help: https://termux.com/help
Community forum: https://termux.com/community
IRC channel: #termux on freenode
Gitter chat: https://gitter.im/termux/termux
Mailing list: termux+subscribe@groups.io
Search packages: packages search <query>
Install a package: packages install <package>
Upgrade packages: packages upgrade
Learn more: packages help
$ su
dream2lte:/data/data/com.termux/files/home # proxmark3 /dev/ttyACM0
Prox/RFID mark3 RFID instrument
bootrom: master/v2.2.0-474-ga5eb782-suspect 2017-04-29 00:30:58
os: master/v2.2.0-474-ga5eb782-suspect 2017-04-29 00:31:02
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2015/11/ 2 at 9: 8: 8
uC: AT91SAM7S256 Rev A
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 256K bytes. Used: 191167 bytes (73). Free: 70977 bytes (27).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 256K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
proxmark3> hw tune
Measuring antenna characteristics, please wait...
# LF antenna: 0.00 V @ 125.00 kHz
# LF antenna: 0.00 V @ 134.00 kHz
# LF optimal: 0.00 V @ 12000.00 kHz
# HF antenna: 0.00 V @ 13.56 MHz
# Your LF antenna is unusable.
# Your HF antenna is unusable.
proxmark3>
Last edited by sakohunter (2017-05-14 12:31:43)
Offline
Sorry to bring back an old thread. There just isn't alot on the proxoid.
Anyways. I have used this successfully on the samsung note 3. But I have now upgraded to the samsung s8+.I can run the proxmark off the phone.
My problem is if I do hw tune. My antennas say unusable. I know they are fine because they work off computer.
Without usable antennae i can't do nothing.Can anyone provide a solution? Is the phone not providing enough powerful? Or is it because of software compatibility?
Care to share how you got it working on the S8+, i'm hoping without having to root?
Offline
looks like your @sakohunter's antennas is not connected.. strange.
Offline
sakohunter wrote:Sorry to bring back an old thread. There just isn't alot on the proxoid.
Anyways. I have used this successfully on the samsung note 3. But I have now upgraded to the samsung s8+.I can run the proxmark off the phone.
My problem is if I do hw tune. My antennas say unusable. I know they are fine because they work off computer.
Without usable antennae i can't do nothing.Can anyone provide a solution? Is the phone not providing enough powerful? Or is it because of software compatibility?
Care to share how you got it working on the S8+, i'm hoping without having to root?
i used the files and directions above, unfortunately you might have to need root
Offline
looks like your @sakohunter's antennas is not connected.. strange.
weird, i got it working, works as it does on my old device but if i use hw tune i still get unusable antenna, but it sill reads and writes regardless.
Offline
@sakohunter, with the latest code the pm3 client increased in size. Do you think you could test it out? to see if its possible to compile for android or if we need to add an option to exclude the hardnested attack when compiling.
Offline
@sakohunter, with the latest code the pm3 client increased in size. Do you think you could test it out? to see if its possible to compile for android or if we need to add an option to exclude the hardnested attack when compiling.
Binary size shouldn't be an issue for Android, it's a full Linux-based platform.
The issue with `hw tune` might be the USB-OTG current output — USB-OTG is only guaranteed to provide 8 mA (!) and I think most phones do provide more but probably nowhere close to what the Proxmark3 needs. You may need a hub of sorts.
I use something like this:
Last edited by angelsl (2017-06-21 17:35:26)
Offline
I tried to compile https://github.com/FonkyCorp/proxdroid repo under NDKr15, but it gets endpwent undefined error
[arm64-v8a] Executable : proxmark3
./obj/local/arm64-v8a/libreadline.a(tilde.o): In function `tilde_expand_word':
c:\proxdroid/jni/../readline/tilde.c:423: undefined reference to `endpwent'
clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [obj/local/arm64-v8a/proxmark3] Error 1
Is there a workaround on this?
Also the compile source link is not available anymore, anyone could share a compiled version for test?
Thank you guys very much.
Offline