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.
I'm trying to flash PM3 and couldn't make it,flashed using this link https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux but suddenly it doesn't appear on "dmesg". it just make the clicking sound by all 3 LEDs On and off(I had upload a viedo of it on youtube you can check it here https://youtu.be/Ix9A0VHTTk8). I had plug it in different computers but same thing. even on windows can't detect it. I'm using Ubunu 16.04 LTS on pendrive. I had killed and uninstall modemmanager. still no success.
last thing I did was cloned the proxmark3 from git and then follow this steps
cd client/hid-flasher
make
./flasher -b ../../bootrom/obj/bootrom.elf
well make in hid-flasher giving me a warning which is
Proxusb.c: In function ‘findProxmark’:
proxusb.c:161:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(stdin, "%d", &iSelection);
Offline