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 2016-02-01 02:43:37

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

save a tag then replay it to terminal window.

HI guys, this may be a stupid question but i can't figure out how to save a tag (lets say an HID) then replay the terminal output later.

and is it different to save from the lf hid fskdemod command?

Just if i ever wanted to reprint a tag if it got lost or whatever.

im assuming data save blah.pm3? then data load? but how do i display this in the terminal window?

Sorry if this was super easy I'm just stuck

Thanks
A

Last edited by Apt-Get (2016-02-01 04:54:48)

Offline

#2 2016-02-01 08:43:30

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: save a tag then replay it to terminal window.

Apt-Get wrote:

HI guys, this may be a stupid question but i can't figure out how to save a tag (lets say an HID) then replay the terminal output later.

and is it different to save from the lf hid fskdemod command?

Just if i ever wanted to reprint a tag if it got lost or whatever.

im assuming data save blah.pm3? then data load? but how do i display this in the terminal window?

Sorry if this was super easy I'm just stuck

Thanks
A

FOR LF SEARCH

For you newbies like myself Here are the commands for say an HID card. The same example applies to the others except unknowns.

This is for a basic read and save of known tags.  This was done for Backup purposes in case of lost tags and you need to make a new one.

You can obviously save the tag wherever you want.
Personally its best if you name the tag with the Location, Card Type, and ID in the filename.. like.  (officeA-HID-901fd600d48)
----To Read and Save tag info-------
Proxmark3>lf search
Proxmark3>data save officeA-HID-901fd600d48.pm3

----To load Saved Data and replay to terminal-------
Proxmark3>data load officeA-HID-901fd600d48.pm3
Proxmark3>data fskhid

You will now have the same data output from the original Search with the tag info etc.

Last edited by Apt-Get (2016-02-01 16:56:19)

Offline

#3 2016-02-01 08:54:38

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: save a tag then replay it to terminal window.

for the fskdemo. I have figured that it works when you set the command for only 1 tag

Proxmark3>lf hid fsk 1
Proxmark3>data samples
Proxmark3>data save blah.pm3

Last edited by Apt-Get (2016-02-01 09:06:20)

Offline

#4 2016-02-01 14:55:46

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: save a tag then replay it to terminal window.

You can use the offline mode of lf search.  Or unplug the pm3 before launching the client and it will be in offline mode.

Offline

#5 2016-02-01 14:57:14

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: save a tag then replay it to terminal window.

BTW lf search in normal mode does a data samples for you so that command is redundant

Offline

#6 2016-02-02 03:40:44

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: save a tag then replay it to terminal window.

marshmellow wrote:

You can use the offline mode of lf search.  Or unplug the pm3 before launching the client and it will be in offline mode.

Can you do this without a battery? just with the usb? I dont know that command, and its not in the list.
When I push the button on the prox it goes into stand alone mode, but hangs there. no response from tags.

Offline

#7 2016-02-02 05:34:27

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: save a tag then replay it to terminal window.

Client on the computer works without a pm3 = offline

Offline

#8 2019-04-24 18:42:25

Amir
Contributor
Registered: 2019-04-24
Posts: 3

Re: save a tag then replay it to terminal window.

Apt-Get wrote:
Apt-Get wrote:

HI guys, this may be a stupid question but i can't figure out how to save a tag (lets say an HID) then replay the terminal output later.

and is it different to save from the lf hid fskdemod command?

Just if i ever wanted to reprint a tag if it got lost or whatever.

im assuming data save blah.pm3? then data load? but how do i display this in the terminal window?

Sorry if this was super easy I'm just stuck

Thanks
A

FOR LF SEARCH

For you newbies like myself Here are the commands for say an HID card. The same example applies to the others except unknowns.

This is for a basic read and save of known tags.  This was done for Backup purposes in case of lost tags and you need to make a new one.

You can obviously save the tag wherever you want.
Personally its best if you name the tag with the Location, Card Type, and ID in the filename.. like.  (officeA-HID-901fd600d48)
----To Read and Save tag info-------
Proxmark3>lf search
Proxmark3>data save officeA-HID-901fd600d48.pm3

----To load Saved Data and replay to terminal-------
Proxmark3>data load officeA-HID-901fd600d48.pm3
Proxmark3>data fskhid

You will now have the same data output from the original Search with the tag info etc.



Hi... That's cool. Thanks for helping to save the tag id into pm3 file.

Now I understand how to load pm3 file to simulate, but how to write that pm3 file into new blank card if the results of my card as following:

EM410x pattern found:
EM TAG ID    : 46b50000417dae0200695a64
Valid EM410x ID Found!


Thanks

Offline

#9 2020-02-14 01:26:49

mnash48
Contributor
Registered: 2020-02-08
Posts: 7

Re: save a tag then replay it to terminal window.

I would also love to know how if possible to clone a new tag directly from a .pm3 file. Sorry if this is an obvious question but I am very new to the proxmark3.

Thanks in advance for any help anyone has to offer on the topic!

Offline

#10 2020-02-14 01:27:52

mnash48
Contributor
Registered: 2020-02-08
Posts: 7

Re: save a tag then replay it to terminal window.

Amir wrote:
Apt-Get wrote:
Apt-Get wrote:

HI guys, this may be a stupid question but i can't figure out how to save a tag (lets say an HID) then replay the terminal output later.

and is it different to save from the lf hid fskdemod command?

Just if i ever wanted to reprint a tag if it got lost or whatever.

im assuming data save blah.pm3? then data load? but how do i display this in the terminal window?

Sorry if this was super easy I'm just stuck

Thanks
A

FOR LF SEARCH

For you newbies like myself Here are the commands for say an HID card. The same example applies to the others except unknowns.

This is for a basic read and save of known tags.  This was done for Backup purposes in case of lost tags and you need to make a new one.

You can obviously save the tag wherever you want.
Personally its best if you name the tag with the Location, Card Type, and ID in the filename.. like.  (officeA-HID-901fd600d48)
----To Read and Save tag info-------
Proxmark3>lf search
Proxmark3>data save officeA-HID-901fd600d48.pm3

----To load Saved Data and replay to terminal-------
Proxmark3>data load officeA-HID-901fd600d48.pm3
Proxmark3>data fskhid

You will now have the same data output from the original Search with the tag info etc.



Hi... That's cool. Thanks for helping to save the tag id into pm3 file.

Now I understand how to load pm3 file to simulate, but how to write that pm3 file into new blank card if the results of my card as following:

EM410x pattern found:
EM TAG ID    : 46b50000417dae0200695a64
Valid EM410x ID Found!


Thanks

I would also love to know how if possible to clone a new tag directly from a .pm3 file. Sorry if this is an obvious question but I am very new to the proxmark3.

Thanks in advance for any help anyone has to offer on the topic!

Offline

Board footer

Powered by FluxBB