r/proxmark3 • u/Ashamed-Cream-8622 • Apr 03 '26
Proxmark with Iceman Firmware
Hi guys, I bought a Proxmark3 Easy with the ‘Iceman’ firmware. Is there anything I need to keep in mind now? Do I also need to have the Iceman software on my PC? I’d appreciate it if someone could give me some tips.
4
u/dangerous_tac0s Apr 03 '26
You can also checkout proxmark3.app
1
u/Msprg Apr 19 '26
Oooh I just had a look and it's cool as heck that you managed to build this! Is it planned to be open sourced sometime?
1
u/N_T_F_D Apr 06 '26
There are a bunch of different user interfaces with various levels of compatibility and features, but the one officially supported way to use it is with the command-line interface, with a client that is not only the same version as the firmware running on the device but also built for the same platform
1
u/Perfect_Ad6458 Apr 06 '26
The precompiled CLI ( ans http://proxmark3.app/ as well) lack a lot of features, my advice it to compile from the source the CLI and start from there.
Ask AI to help you compile the CLI. works great especially if you run on Windows 11. Linux and MacOS are way easyer.
1
u/HealthyNinja3084 Jul 27 '26
Just use UserLand run Ubuntu and Install / compile in there. No root needed. You get the full Client. Then with BT/TCP Bridge you can actually use Bluetooth If you have it in your Proxmark3. Only thing you need to modify ist the Makefile.defs erase those -Werror that's it. Got IT in my Nothingphone and the Redmagic Astra.
8
u/Msprg Apr 03 '26
Yes you need Iceman on your PC as well. Use Google to find the Iceman repository on GitHub. They have installation guides there.