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.
Pages: 1
Hi, I recently wrote a new Android app which allows flashing proxmark3 firmware. It doesn't require root, and has a simple user interface.
It's still in beta and has some known bugs, but is good enough to hopefully be useful.
You can download the compiled apk here https://proxcloud.eu/downloads/Proxclou … ader_4.apk or browse the source on github
https://github.com/Proxcloud/Firmware-Loader
If you find bugs, please file a bug report on github, or if you can fix the bug, please do a pull request
Here is a screen shot of the app:
Last edited by Proxcloud (2018-02-23 09:24:39)
Offline
Sweet,
I see a proxcloud firmware file in the image, but I can't find it on GitHub.
Offline
Right, none of the firmware images are contained in the app itself, but when run it will download the latest firmware, or if you want to manually download it, you can get it here https://proxcloud.eu/downloads/proxclou … 18-1-2.img
Offline
You missunderstand, I'm not looking for a pre-compiled binary but the source code of it.
Offline
What is proxcloud firmware ?! is it a full replacement of original firmware or same firmware with an android bridge to your website !!
Am surprised that your app doesn't require at least adb access or root to do this, yet it didn't work on any of my android kernels !
Offline
@Danz it doesn't need root or adb because it makes use of the Android USB Host api, https://developer.android.com/guide/top … /host.html
But you said it didn't work for you... it for works for me on three different phones I've tested... can you tell me which phones you tried? also, does this usb debug app show your proxmark3? https://play.google.com/store/apps/deta … tor&hl=enl it would be great if you could help me figure out what's wrong and I'll fix the app so it works on whatever device you have.
The proxcloud firmware is based off the original, but I have replaced big chunks of it, and am in the process of replacing the remaining old code. The big difference is that it implements WebUSB, a new standard which lets Chrome access USB devices directly, on my site there is code which connects directly to the proxmark3 and transfers raw data to the server for processing. E.g. it uses the proxmark3 hardware to collect auth attempts with new/hard Mifare Classic cards, and transfers it to AWS where the key can be cracked quickly.
Last edited by Proxcloud (2018-01-11 15:35:45)
Offline
Cool, looking forward to look at the source.
Offline
That is cool, it shows in terminal or the app you shared as proxmark, but your app cant flash it .. the button is greyed out while it is connected .. the app says connect proxmark note . The funny part when I disconnect it, I hope I can help you figure it out, how you will overcome the cracking process on serverside with remote communication, i think tag's time out is an obstacle or you will buffer to device memory ?
Anyhow one step at time, app cant flash proxmark as button greyed out, firmware image are downloaded correctly (i can tell it is correct md5), could it be the new file name of firmware is not recognized and the issue is not with actual connection ?
PS: would prefer if we can look at the firmware as iceman suggest, would love to have proxmark working both ways and always updated and no bugs .
Offline
Pages: 1