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.

#51 2016-02-23 23:30:16

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

Re: [requests] What would you like to see next on proxmark3 ?

Ive tried this with many different tags and thresholds and always get the same result. This was tested with a good ioprox.


pm3 --> lf config t 40
#db# LF Sampling config:           
#db#   [q] divisor:           95           
#db#   [] bps:               8           
#db#   [d] decimation:        1           
#db#   [a] averaging:         1           
#db#   [t] trigger threshold: 40           
pm3 --> lf se
#db# DownloadFPGA(len: 42096)         
Waiting for a response from the proxmark...         
Don't forget to cancel its operation first by pressing on the button         
command execution time out         
Reading 30000 bytes from device memory
         
Data fetched         
Waiting for a response from the proxmark...         
Don't forget to cancel its operation first by pressing on the button         
Samples @ 0 bits/smpl, decimation 1:0           
Unpacking...         
Unpacked 30000 samples         
NOTE: some demods output possible binary
  if it finds something that looks like a tag         
False Positives ARE possible
         

Checking for known tags:
         

No Known Tags Found!
         
pm3 -->

Offline

#52 2016-02-24 00:04:34

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

Re: [requests] What would you like to see next on proxmark3 ?

hmmm looks like someone added a timeout in the lf search ...  roll

it appears you'd have to run:
lf read

once tag was read:
data samples
lf search 1

for the threshold to work currently...

add it to the list... sad

Last edited by marshmellow (2016-02-24 00:09:09)

Offline

#53 2016-04-26 20:58:15

Tooms
Member
Registered: 2016-04-26
Posts: 4

Re: [requests] What would you like to see next on proxmark3 ?

For the next hardware version, i like to see..

* On/off power button, so i dont have to pull out the usb kabel when it locksup or just dont work

* Some input/output pins to add external sensors there can be used by the proxmark3 lua code, like be able to connect color light sensors to the pins for detecting when external rfid kaypad it having an red/green led, sound sensor for beeps

* UHF range 8xxmhz(or some thing) for both the US and EU range


just some ideas....

Offline

#54 2017-02-24 07:26:10

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

Re: [requests] What would you like to see next on proxmark3 ?

EM4x05 full read/write/password can be crossed off..  smile

Offline

#55 2017-02-24 08:23:58

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

Re: [requests] What would you like to see next on proxmark3 ?

Better late than never.  I've scratched it out for you.

Offline

#56 2017-04-04 00:37:33

masterix
Contributor
Registered: 2017-03-28
Posts: 12

Re: [requests] What would you like to see next on proxmark3 ?

T55x7 password sniffing with a man in the middle attack

Offline

#57 2017-04-04 00:49:29

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

Re: [requests] What would you like to see next on proxmark3 ?

That is fully possible.  As long as you can manually demod the snoop.

Offline

#58 2017-04-04 01:23:13

lohcm88
Contributor
Registered: 2016-02-05
Posts: 59

Re: [requests] What would you like to see next on proxmark3 ?

Time stamping in proxmark log file... It is a pain searching for past records..

Last edited by lohcm88 (2017-04-04 01:23:33)

Offline

#59 2017-04-04 16:41:03

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

Re: [requests] What would you like to see next on proxmark3 ?

@lohcm88,  if you look at my fork,  I've a timestamp part commented out from the code.  The logfile looks like crap when its enabled but thats what you are looking for. I think it was in client/util.c  "addtologfile"

Offline

#60 2017-04-05 06:45:28

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: [requests] What would you like to see next on proxmark3 ?

Or have a look at AddLogCurrentDT() in client/util.c and make use of it. In official repository too.

Offline

#61 2017-04-05 12:30:30

Dot.Com
Contributor
From: Hong Kong
Registered: 2016-10-05
Posts: 180
Website

Re: [requests] What would you like to see next on proxmark3 ?

lohcm88 wrote:

Time stamping in proxmark log file... It is a pain searching for past records..

I told you they have it on already :X

Offline

#62 2017-04-05 13:45:10

piwi
Contributor
Registered: 2013-06-04
Posts: 704

Re: [requests] What would you like to see next on proxmark3 ?

No, it is not directly available to end users. But it is only a few lines of code away...

Offline

#63 2017-09-18 08:05:15

Navster
Contributor
Registered: 2017-07-09
Posts: 50

Re: [requests] What would you like to see next on proxmark3 ?

A mobile version

Offline

#64 2018-04-17 14:35:02

Jk123
Contributor
Registered: 2018-03-12
Posts: 6

Re: [requests] What would you like to see next on proxmark3 ?

Hello,

I was curious that just by using send command., can we perform below communication?

R: 26                                    => Welcome (REQA) (or use WUPA = 0x52)
T: 44  03                                => Respond (ATQA)
R: 93  20                                => Select cascade 1 (SEL)
T: 88  04  34  74  cc                    => CT, UID(byte 1,2,3), BCC
R: 93  70  88  04  34  74  cc  0e  05    => Select available tag (SEL)
T: 24  d8  36                            => Select Acknowledge (SAK)
R: 95  20                                => Select cascade 2 (SEL)   
T: e1  e3  1c  80  9e                    => UID(byte 4,5,6,7), BCC
R: 95  70  e1  e3  1c  80  9e  b9  e1    => Finish select (SEL)
T: 20  fc  70                            => SAK without cascade bit set
R: e0  50  bc  a5                        => Request Answer to Select (RATS)
T: 06  75  77  81  02  80                => ATS (DESFire EV1)
R: 50  00  57  cd                        => Disable (HALT)

If not, It would be great to see that in proxmark3 by just having simple command to send above communication.

Regards,
Jk123

Offline

#65 2018-04-18 04:40:28

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

Re: [requests] What would you like to see next on proxmark3 ?

@Jk123 Please don't double post.  The hf 14a raw cmd is what you are looking for.

Offline

#66 2019-04-18 05:45:29

cds333
Contributor
Registered: 2019-04-06
Posts: 18

Re: [requests] What would you like to see next on proxmark3 ?

A standalone keyring- The ability to program a number of UIDs in via the console that can then later be used in standalone mode, and the ability to save all the UIDs read in standalone mode into the onboard memory for later use from the console.

Last edited by cds333 (2019-04-19 22:16:40)

Offline

#67 2019-05-06 07:07:15

cds333
Contributor
Registered: 2019-04-06
Posts: 18

Re: [requests] What would you like to see next on proxmark3 ?

The ability simulate user data/memory as well as UID.

Last edited by cds333 (2019-05-06 07:11:52)

Offline

#68 2019-05-09 12:43:48

PlayGround
Contributor
Registered: 2019-05-08
Posts: 10

Re: [requests] What would you like to see next on proxmark3 ?

I would like to see some more banking releated cards(EMF Specification): Card Scheme, Card Number, Card Expiration Date:
the full public readable part. i wonder because my mobile app can read this, i could not get this information with proxmark.

the girogo card was fine too, i believe it is the same like above, but not sure. i can provide sample-datasets if needed.

Offline

#69 2019-05-12 10:00:56

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

Re: [requests] What would you like to see next on proxmark3 ?

have you tried the new EMV commands?

Offline

#70 2019-05-27 13:35:09

PlayGround
Contributor
Registered: 2019-05-08
Posts: 10

Re: [requests] What would you like to see next on proxmark3 ?

@iceman did not tried them right now, will do so :-D haven't realized that they are available

Offline

#71 2019-08-21 20:53:06

theguy
Contributor
Registered: 2017-08-08
Posts: 52

Re: [requests] What would you like to see next on proxmark3 ?

Two things:

An "until-terminated" long time search flag

lf search F (F is for FOREVER, or at least until someone halts it with ctrl+C/ctrl+D/pressing pm3 button)

The "hf search" wish listed above.

A combined "search" command that cycles through lf search and hf search.

The FOREVER flag on a combined "search" command would be so useful.

For example:
pm3 > sea F

And now my proxmark3 just searches and searches, sometimes finding valid cards and never stopping until I tell it to.

Offline

#72 2019-08-31 00:05:55

theguy
Contributor
Registered: 2017-08-08
Posts: 52

Re: [requests] What would you like to see next on proxmark3 ?

Huge feature:

2.4Ghz RFID antenna and commands

Offline

#73 2020-05-21 02:27:18

Rosco
Contributor
Registered: 2019-12-10
Posts: 43

Re: [requests] What would you like to see next on proxmark3 ?

A command line argument to prevent the client from logging anything (log or history, or creating a .proxmark3 directory in the home directory) would be nice. The only way to do that now is to unset HOME, so it doesn't know where to create the files/directory.

Last edited by Rosco (2020-05-21 02:48:36)

Offline

Board footer

Powered by FluxBB