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 2015-12-22 11:51:24

morphine
Contributor
Registered: 2015-12-17
Posts: 27

Re: Desfire commands started

Yes i have, I manage to compile it using the ubuntu cmd, "make UBUNTU_1404_QT4=1".

great fork! smile

Offline

#52 2015-12-22 11:53:42

morphine
Contributor
Registered: 2015-12-17
Posts: 27

Re: Desfire commands started

Now i only need the bins for the peterfillmore fork..

Offline

#53 2015-12-22 12:03:45

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

Re: Desfire commands started

U'll need to compile and flash with peterfillmore's fork if you wanna test his stuff.

You don't mix firmware images and client bins between forks/branches.   That way leads to no good.

Offline

#54 2015-12-22 13:24:43

morphine
Contributor
Registered: 2015-12-17
Posts: 27

Re: Desfire commands started

smile Yes i know, but i have two pm3 one for stable rls firmwares and one for testing forks etc.

No intension to mix like you wrote smile

edit: but i cant get peters fork to work, get only errors like i wrote.. hmm

Last edited by morphine (2015-12-22 13:26:47)

Offline

#55 2015-12-22 15:59:39

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

Re: Desfire commands started

could be the makefile. try compare between pm3 master and his.

Offline

#56 2015-12-23 11:34:31

morphine
Contributor
Registered: 2015-12-17
Posts: 27

Re: Desfire commands started

what i do with the makefile i only get this error:

[== Undefined ==]
gcc -std=c99 -I. -I../include -I../common -I../zlib -I/mingw/include -I/opt/local/include -I../liblua -Wall  -g -O4 -DHAVE_GUI -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED  -c -o obj/proxmark3.o proxmark3.c
In file included from proxmark3.h:16:0,
                 from proxmark3.c:20:
/usr/include/inttypes.h:290:8: error: unknown type name ‘intmax_t’
 extern intmax_t imaxabs (intmax_t __n) __THROW __attribute__ ((__const__));
        ^
/usr/include/inttypes.h:290:26: error: unknown type name ‘intmax_t’
 extern intmax_t imaxabs (intmax_t __n) __THROW __attribute__ ((__const__));
                          ^
/usr/include/inttypes.h:293:27: error: unknown type name ‘intmax_t’
 extern imaxdiv_t imaxdiv (intmax_t __numer, intmax_t __denom)
                           ^
/usr/include/inttypes.h:293:45: error: unknown type name ‘intmax_t’
 extern imaxdiv_t imaxdiv (intmax_t __numer, intmax_t __denom)
                                             ^
/usr/include/inttypes.h:297:8: error: unknown type name ‘intmax_t’
 extern intmax_t strtoimax (const char *__restrict __nptr,
        ^
/usr/include/inttypes.h:301:8: error: unknown type name ‘uintmax_t’
 extern uintmax_t strtoumax (const char *__restrict __nptr,
        ^
/usr/include/inttypes.h:305:8: error: unknown type name ‘intmax_t’
 extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
        ^
/usr/include/inttypes.h:310:8: error: unknown type name ‘uintmax_t’
 extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
        ^
In file included from /usr/include/features.h:374:0,
                 from /usr/include/stdio.h:27,
                 from proxmark3.c:12:
/usr/include/inttypes.h:324:1: error: expected ‘,’ or ‘;’ before ‘strtoimax’
 __NTH (strtoimax (const char *__restrict nptr, char **__restrict endptr,
 ^
/usr/include/inttypes.h:336:1: error: expected ‘,’ or ‘;’ before ‘strtoumax’
 __NTH (strtoumax (const char *__restrict nptr, char **__restrict endptr,
 ^
/usr/include/inttypes.h:348:1: error: expected ‘,’ or ‘;’ before ‘wcstoimax’
 __NTH (wcstoimax (const __gwchar_t *__restrict nptr,
 ^
/usr/include/inttypes.h:362:1: error: expected ‘,’ or ‘;’ before ‘wcstoumax’
 __NTH (wcstoumax (const __gwchar_t *__restrict nptr,
 ^
In file included from uart.h:52:0,
                 from proxmark3.c:23:
/usr/include/x86_64-linux-gnu/sys/types.h:197:1: error: conflicting types for ‘int64_t’
 __intN_t (64, __DI__);
 ^
In file included from /usr/include/inttypes.h:27:0,
                 from proxmark3.h:16,
                 from proxmark3.c:20:
../include/stdint.h:17:25: note: previous declaration of ‘int64_t’ was here
 typedef long long int   int64_t;
                         ^
Makefile:181: receptet för målet ”obj/proxmark3.o” misslyckades

Do u mind try to compile it?

Offline

#57 2015-12-23 11:56:55

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

Re: Desfire commands started

Are you talking about peterfillmore's fork?   Why not ask him about it?
My dev env is the mingw,  that wouldn't help you for the pm3 client.  You would only get the firmware images

Offline

#58 2015-12-23 13:01:11

morphine
Contributor
Registered: 2015-12-17
Posts: 27

Re: Desfire commands started

Yeah, i allready mailed him..

Ok, I see

Offline

#59 2016-01-07 10:37:09

FireFart
Contributor
From: Vienna
Registered: 2014-02-24
Posts: 15

Re: Desfire commands started

So will you create a pull request so your new command will be included in the official firmware?

Offline

#60 2016-02-08 08:16:30

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

Re: Desfire commands started

Thanks to a forum user, I got my hands on a desfire tag with a default key.  I can once again look into desfire commands. smile

Offline

#61 2016-04-21 16:10:02

TheJuice
Contributor
Registered: 2013-07-09
Posts: 13

Re: Desfire commands started

iceman wrote:

Thanks to a forum user, I got my hands on a desfire tag with a default key.  I can once again look into desfire commands. smile

Hi iceman,
I saw that you implemented more advanced desfire commands, so I downloaded your fork... But I cannot compile it.

Here's what I did : In my ProxSpace, I totally replaced the pm3 folder with your sources. I then executed the make command.
Here is the error I encountered :

gcc -std=c99 -O3 -mpopcnt -march=native -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall -g -/mingw/include -DHAVE_GUI -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED  -c -o obj/nonce2key/crypto1_bs.o nonce2key/crypto1_bs.c
In file included from nonce2key/crypto1_bs.c:25:
nonce2key/crypto1_bs.h:25: error: alignment of array elements is greater than element size
make[1]: *** [obj/nonce2key/crypto1_bs.o] Error 1
make[1]: Leaving directory `/pm3/client'
make: *** [client/all] Error 2

The "normal" pm3 code compiles fine on my computer in Mingw32

Thanks in advance.

Offline

#62 2016-04-21 16:39:29

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

Re: Desfire commands started

hm,  open a issue on github and lets talk about it there.

Offline

#63 2016-04-22 08:51:28

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

Re: Desfire commands started

Offline

#64 2016-04-22 10:00:30

TheJuice
Contributor
Registered: 2013-07-09
Posts: 13

Re: Desfire commands started

Hi,
I tried to open the github issue yesterday, but I just went to the webpage and it is nowhere to be seen.
I tried removing the "-march=native"  in the client\makefile and still got the same error.
Also tried to replace it with:  "-mmmx"  or "-msse", but got the same error every time...

Do you still want me to open the issue on github ? (maybe I missed a final step to open it)

Offline

#65 2016-04-22 10:11:05

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

Re: Desfire commands started

I noticed that "issues" wasn't enabled on the fork yesterday.  I added it.
What are you compiling on?   The other forum user didn't have a problem after removing the "-march=native" param.
I hope you compile with
"make clean && make all"...

Offline

#66 2016-04-22 10:19:46

TheJuice
Contributor
Registered: 2013-07-09
Posts: 13

Re: Desfire commands started

Hi,
think I could open the issue this time : https://github.com/iceman1001/proxmark3/issues/5
thanks

Offline

#67 2016-06-02 01:25:09

tjhowse
Contributor
Registered: 2011-08-05
Posts: 24

Re: Desfire commands started

Hi,

Can this fork, as it stands, emulate a Desfire EV1 AES card with blank keys, one application and one file? Looking at the source, it seems not, but I might have missed something.

Thanks,
tjhowse.

Offline

#68 2016-06-02 07:13:14

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

Re: Desfire commands started

The short answer is no, it can't.

Offline

#69 2016-06-17 05:05:38

tjhowse
Contributor
Registered: 2011-08-05
Posts: 24

Re: Desfire commands started

I bought a blank desfire card from ebay, and I also have some desfire cards with known keys. I have got your fork running in your well-documented docker image.

I've got your "hf mfdes info" command dumping lots of tasty info, but I'm not sure what I should be expecting out of "hf mfdes auth ...", "rdbl ..." and "wdbl ...". It looks like reading/writing application data doesn't exist yet, unless I'm misreading something?

Thanks,
tjhowse.

Offline

#70 2016-06-17 07:50:57

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

Re: Desfire commands started

The desfire commands is unfinished, basicaly only the "info" command works.  There is alot to be done.

Offline

#71 2019-05-01 14:55:23

dario
Contributor
Registered: 2019-04-29
Posts: 4

Re: Desfire commands started

Hi, iceman. What's the solution for the authenticating issue? I have a similar problem and maybe your solution can help me. The nfc-tool's link is broken

Offline

#72 2019-05-01 14:58:26

dario
Contributor
Registered: 2019-04-29
Posts: 4

Re: Desfire commands started

Sorry, I mean this link is broken
http://www.libnfc.org/community/topic/8 … r-desfire/

Offline

Board footer

Powered by FluxBB