Proxmark3 community

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.

Announcement

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.

#1 2017-11-09 09:55:36

Fid
Contributor
Registered: 2017-11-09
Posts: 4

Using Easy as a reader/HID device

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

#2 2017-11-09 10:09:38

iceman
Administrator
Registered: 2013-04-25
Posts: 9,495
Website

Re: Using Easy as a reader/HID device

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

#3 2017-11-09 10:25:28

Fid
Contributor
Registered: 2017-11-09
Posts: 4

Re: Using Easy as a reader/HID device

Awesome, thanks. Will look into it.

Offline

#4 2017-11-09 10:53:02

iceman
Administrator
Registered: 2013-04-25
Posts: 9,495
Website

Re: Using Easy as a reader/HID device

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

#5 2017-11-10 12:28:16

Fid
Contributor
Registered: 2017-11-09
Posts: 4

Re: Using Easy as a reader/HID device

Would there happen to be any examples available?

Offline

Board footer

Powered by FluxBB