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 received my P3 Easy and did a bootrom/firmware update successfully.
Apart from all the great features, some of which I have tested and are working, I would like to use it as a general reader and to fill in an online form I’ll make (for addings tags to a database).
Is there a script out there or a tutorial on how to get the P3 to act as a keyboard to fill in the form input field?
Any tips are much appreciated.
Offline
Not really, since its not such a device (a HID device). its more for analysing rfid tags, than extract UID and send it to the keyboard buffer.
With that said, the options would be:
- when running client, it fills the proxmark3 log file. Which you could extract data from there.
- use the command parameter when starting the client.
All involves some kind of other scripting around the pm3 client, someone (vitario) did hook the pm3 client up to be called from a webservice.. running luascripts which printed json to stdout, which in turn got taking into php and sent over web..
Offline
Awesome, thanks. Will look into it.
Offline
Actually, now with command parameter "proxmark3 com3 -c 'lf search' " its quite easy to get data in & out of the pm3 client.
Very few ppl know about those extra possibilites.
The pm3 client can now from shell be called with
- a text file with "proxmark3 commands"
- a single "proxmark3 command" (-c or pipe)
- a proxmark3 lua script file (-l)
making it quite powerful than previous releases when it comes to interaction with php, shellscripts etc.
Offline
Would there happen to be any examples available?
Offline