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.
Pages: 1
After all fantastic new code added to the Pm3 master isn't it about time to release a new versio or tag? So the forum does'nt have to be flooded with questions where they have older version installed.
Offline
Yes, HOWEVER, this should only be done with a version where we can verify that several of the most popular functions are mostly stable and working.
Lately it seems that every time someone merges some new code something else breaks.
Here some of the functions I can test prior to tagging a new version:
LF:
-HID Prox
-Indala
-ioProx
HF:
- Some mifare functions
- All iCLASS functions
If we can get others to fill in the gap on some of the other standards, we can hopefully concentrate only on fixing existing minor bugs for a few weeks instead of adding new features, and then test as much as we can prior to adding a new tag.
I would also like to tag functions as [unstable], [broken], or [untested] within the client help so that when new or existing users start executing commands, they can see immediately if the command they are trying to use is failing because of something they are doing wrong or something within the code.
Offline
Give it a couple weeks for the new functions to settle. Especially with some large changes in the works.
Offline
Marshmellow can you explain me how the lf snoop works ? How many "samples" can I collect using the snooping function ? Can i "record" 5-10 seconds of sniffed data ?
Offline
I believe it is still limited to the big buffer max so only 40000 or so samples. It takes a little work to make sure you capture the window of time you want, since it is pretty limited... I've only used it a little I think it was enio who made it...
Offline
Do you think that a direct "save to disk" feature/parameter can be feasible with pm3 hardware and usb connection ? Only for LF, the HF snoop function is already great (even if some more bytes will be very useful in smart card study).
Offline
It was part of the discussion originally, I noticed. But I'm not familiar enough with the limitations at the moment to know myself.
Offline
big buff is defined as a uint32 and DoAcquisition125k_internal uses only uint8 of it. i suppose we could utilize the entire uint32 and quadruple the 40000 samples. but as i figure it will get you just over 1 second.
Offline
Pages: 1