Commit graph

15007 commits

Author SHA1 Message Date
Iceman bab5fbf9c0
Merge pull request #1580 from bettse/ARC_support
ARC support for AppNap toggle
2022-02-03 17:46:50 +01:00
Eric Betts 199b462d02 ARC support for AppNap toggle 2022-02-02 19:53:11 -08:00
Oleg Moiseenko 468d2ac2ba
Update cipurse.md 2022-02-02 18:41:55 +02:00
Oleg Moiseenko 25836e7386
Update cipurse.md 2022-02-02 18:39:48 +02:00
Oleg Moiseenko cbfa764c99
Merge pull request #1578 from merlokk/cip_files
Cipurse create files
2022-02-02 18:34:58 +02:00
merlokk 81d18ebb89 add some info to create 2022-02-02 17:17:19 +02:00
merlokk 8132c7753d add info to doc 2022-02-02 17:03:04 +02:00
merlokk 9912faa574 prettify info command 2022-02-02 16:47:07 +02:00
merlokk 2e35a42e20 fix doc 2022-02-02 15:50:20 +02:00
merlokk 1bf4b7f5f3 some fixes in create file, delete file now works with EF 2022-02-02 15:50:02 +02:00
merlokk 0c857327f5 add select file under mf/app 2022-02-02 14:38:45 +02:00
merlokk a786d55d3b docs about delete and create commands 2022-02-01 19:59:12 +02:00
merlokk ce80434cf5 create file logic 2022-02-01 19:58:35 +02:00
Oleg Moiseenko c2c57d956a
Merge pull request #1577 from merlokk/cip_def
cipurse default parameters refactoring and add aid
2022-02-01 18:46:14 +02:00
merlokk 66fc4011b3 cipurse default parameters refactoring and add aid 2022-02-01 18:45:55 +02:00
Oleg Moiseenko 7813cdfbbe
Merge pull request #1576 from merlokk/cip_ref
cipurse commands refactoring
2022-02-01 17:26:38 +02:00
merlokk 0f7cfe6a17 delete command now doesnt work by default 2022-02-01 17:25:52 +02:00
merlokk 52a78712be select command fixes, auth command refactoring 2022-02-01 17:15:38 +02:00
merlokk c102fe7aff select docs 2022-02-01 17:05:24 +02:00
merlokk 085db0c4e7 select command refactoring 2022-02-01 17:05:08 +02:00
Philippe Teuwen c09e47594d mf restore: foolproof, else it may end with broken anticol 2022-02-01 15:49:54 +01:00
merlokk cc1c29b2a6 move 2022-02-01 14:34:51 +02:00
merlokk a5e4e15adc commands refactoring 2022-02-01 14:30:23 +02:00
Iceman 405c9d5d94
Merge pull request #1575 from linuxgemini/fix-macos-build
fix macos builds by not defining _POSIX_C_SOURCE in mfd_aes_brute.c if macos
2022-01-31 17:50:25 +01:00
İlteriş Yağıztegin Eroğlu 391cc3d331 add homebrew quirk fixes
Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
2022-01-31 16:35:59 +03:00
İlteriş Yağıztegin Eroğlu 87400b6156 don't define _POSIX_C_SOURCE in mfd_aes_brute.c if macos
unistd.h in macos has this snippet:

 #if __DARWIN_C_LEVEL >= __DARWIN_C_FULL
 #define _SC_NPROCESSORS_CONF            57
 #define _SC_NPROCESSORS_ONLN            58
 #endif /* __DARWIN_C_LEVEL >= __DARWIN_C_FULL */

__DARWIN_C_FULL is 900000L.

If _POSIX_C_SOURCE gets defined without __DARWIN_C_SOURCE being defined,
__DARWIN_C_LEVEL will be assigned to __DARWIN_C_ANSI, which is 010000L.

Thus this definition will remove _SC_NPROCESSORS_CONF.

If we don't define _POSIX_C_SOURCE, __DARWIN_C_LEVEL will be equal to
__DARWIN_C_FULL, and _SC_NPROCESSORS_CONF will be available.

This commit also includes homebrew and macports prefix definitions for mfd_aes_brute.

Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
2022-01-31 15:41:06 +03:00
Iceman f6ddc56111
Merge pull request #1574 from mwalker33/mifare-debug-bug
Update mifareutil.c
2022-01-31 07:54:14 +01:00
mwalker33 3ca13ce293 Update mifareutil.c
Mifare debug bug.  nr is a uint8_t size of 4 and did note output correctly.
2022-01-31 17:19:44 +11:00
iceman1001 a79b23edc4 and the files... 2022-01-30 21:27:13 +01:00
iceman1001 54ddd8176f added iclass sniff 2022-01-30 21:25:02 +01:00
iceman1001 7dcaf59cdd added a sniffed desfire trace 2022-01-30 21:23:17 +01:00
iceman1001 99db2c44e1 move script to right folder 2022-01-30 21:20:30 +01:00
iceman1001 57d0397436 added trace extract, it extracts auth challengens in MFU-C/ICLASS/DESFIRE and prints it. 2022-01-30 21:18:59 +01:00
iceman1001 e6a14bf869 text 2022-01-30 21:16:57 +01:00
Iceman 145f0853c4
Merge pull request #1572 from bettse/fix_termux
remove system define that messes up termux
2022-01-30 21:11:18 +01:00
Iceman e83dfcc2cb
Merge pull request #1571 from startrk1995/ultimate_magic_card
Ultimate magic card (Gen4)
2022-01-30 20:39:11 +01:00
Eric Betts 98db74f28c remove system define that messes up termux 2022-01-30 11:37:11 -08:00
Nate 8075c1ac5a
Requested changes to magic_card_notes 2022-01-30 14:35:44 -05:00
Nate bd4cba7753
Added change for hf_mf_ultimatecard script 2022-01-30 13:06:20 -05:00
Nate b4f3084be6
Added script notes 2022-01-30 12:56:43 -05:00
Nate Glaser 5d7ec4ffae Version 1.04 of lua script for GEN4 Ultimate Magic Card 2022-01-30 11:58:15 -05:00
Iceman 679a2f36d3
Merge pull request #1569 from gabe-sky/fix_typo
Fix typo
2022-01-29 20:07:28 +01:00
Gabriel M Schuyler 832abcfc3f Fix typo 2022-01-29 12:56:31 -06:00
iceman1001 22c1078b85 added pwd generator for NTAG tools. md5 of uid 2022-01-29 16:57:31 +01:00
Philippe Teuwen 4c1d9f023e Seems a cmd was forgotten in the UFUID locking procedure
see http://www.proxmark.org/forum/viewtopic.php?pid=35775#p35775
2022-01-29 15:35:18 +01:00
Philippe Teuwen 3ada10be72 Add linenoise-ng as alternative to readline 2022-01-29 15:20:32 +01:00
iceman1001 6eee32bb5b Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2022-01-29 15:13:11 +01:00
iceman1001 ce74a25d06 use macros instead 2022-01-29 15:12:42 +01:00
Oleg Moiseenko 59818224af
Merge pull request #1568 from merlokk/master
text
2022-01-29 14:15:11 +02:00
Oleg Moiseenko 8bb4c86e88
text 2022-01-29 13:38:59 +02:00