Commit graph

442 commits

Author SHA1 Message Date
nvx
33eaaa535f Changed hf_cardhopper standalone mode to allow running over the internal Proxmark3 USB-CDC serial port.
This functionality can be enabled by adding the following to your Makefile.platform:
STANDALONE_PLATFORM_DEFS+=-DCARDHOPPER_USB
2023-12-29 22:06:57 +10:00
iceman1001
f8f135a3b7 style 2023-12-18 10:11:11 +01:00
merlokk
2517e8b345 make style 2023-12-12 01:11:10 +02:00
iceman1001
fdc1c9d864 text 2023-12-06 22:16:53 +01:00
Anonymous
9b752c6ecb hf_unisniff: rename "ask" to "user" to avoid confusion with "ASK" sniffing 2023-12-03 08:44:06 -05:00
Anonymous
322411c44f Implement hf_unisniff, 14a/14b/15 sniffer with runtime selection and more save options 2023-12-01 22:39:46 -05:00
Jean-Michel Picod
8cc7022604 Remove compilation error.
Function is already declared (non-static) in armsrc.
Compiler was complaining about re-defining a non-static func by a static
one.
2023-10-17 19:33:59 +02:00
iceman1001
0ff41fa652 style 2023-10-12 14:53:26 +02:00
iceman1001
ef348a2aa0 adapt a bit 2023-10-12 14:51:18 +02:00
iceman1001
7cec258349 minor adjustments to texts 2023-10-09 20:09:22 +02:00
iceman1001
60ff2351ba text 2023-10-09 12:47:00 +02:00
iceman1001
010668ebb1 clean up 2023-10-02 21:39:15 +02:00
Philippe Teuwen
5c1b802e71 standalone doc 2023-09-08 20:45:44 +02:00
Philippe Teuwen
032e4b832e spurious exec mode on .c file 2023-09-08 20:32:23 +02:00
Philippe Teuwen
27edaa6d0c forgot fct declaration 2023-09-07 22:48:55 +02:00
Philippe Teuwen
3aeb5c493f fix a few cppcheck warnings 2023-09-07 22:28:37 +02:00
nvx
8dd963d305 make style 2023-08-24 16:34:33 +10:00
startrekdude
0d442d7f19 Add hf_cardhopper standalone mode
Adds the hf_cardhopper standalone mode, as one component of my (Sam Haskins) and
Trevor Stevado's long-range relay attack on ISO 14443-4 Type A protocols, as
presented at DEF CON 31.
2023-08-22 01:10:21 -04:00
iceman1001
6ba002725f rmeoved some fct devices side regarding eml get/ set 2023-07-27 18:55:41 +02:00
iceman1001
b696a2036f improved the eload upload times by using large chunks. Quite much faster now.\nAddapted the dots and text for eload / sim across the client 2023-07-26 23:39:27 +02:00
nvx
edd8e36d80 Cleanup arm-side reader-mode mifare classic block read/write code. 2023-07-04 00:11:01 +10:00
iceman1001
97eb0238b1 style 2023-06-02 10:45:04 +02:00
Davi Mikael
416abae4bb Changing token and uid of hf_msdsal 2023-05-24 09:49:40 -03:00
Davi Mikael
2d72bbd751
Merge branch 'RfidResearchGroup:master' into master 2023-05-05 16:22:31 -03:00
flamebarke
92ec161d08
Update Makefile.inc
Signed-off-by: flamebarke <39644720+flamebarke@users.noreply.github.com>
2023-05-04 21:50:14 +10:00
flamebarke
0fac149a03
Update Makefile.hal
Signed-off-by: flamebarke <39644720+flamebarke@users.noreply.github.com>
2023-05-04 21:44:12 +10:00
flamebarke
b8c7e02ad8
Create lf_multihid.c
Signed-off-by: flamebarke <39644720+flamebarke@users.noreply.github.com>
2023-05-04 21:34:27 +10:00
Davi Mikael
6950344567 Adjusting hf_msdsal standalone module 2023-04-19 01:39:18 -03:00
Nate Sales
c42aa99d05 refactor: add iceclass read sim info 2023-02-10 21:55:23 -05:00
Nate Sales
b1fb181f71 feat: add standalone ICECLASS read/sim mode 2023-02-08 20:31:40 -05:00
iceman1001
37d059d56f style 2023-01-27 03:00:26 +01:00
Philippe Teuwen
1a6bb58550 Add LF_PROX2BRUTE to 4_Advanced-compilation-parameters.md 2023-01-24 15:37:36 +01:00
Philippe Teuwen
248cec793c standalone: respect alphabetical order, else it's a mess to cross-check 2023-01-24 15:34:13 +01:00
lnv42
13106d4888
Merge branch 'master' into master
Signed-off-by: lnv42 <34003959+lnv42@users.noreply.github.com>
2023-01-18 11:29:22 +01:00
Philippe Teuwen
ad87e2051d build_all_firmwares.sh able to build HF_14ASNIFF HF_15SNIFF without flash 2023-01-15 02:34:01 +01:00
Philippe Teuwen
c9984985fd make miscchecks 2023-01-14 22:23:40 +01:00
Philippe Teuwen
5d5d9d9be0 make style 2023-01-14 22:22:04 +01:00
Benjamin DELPY
21de6e750c Added standalone mode for simulatin Nedap ID 2023-01-11 23:31:23 +01:00
Yann GASCUEL
309603f19b Add new Standalone mode LF_PROX2BRUT: HID ProxII brueforce v2
Trivial card number brute forcer for when you know the facility code
and want to find valid(s) card number(s).
2023-01-06 15:57:39 +01:00
nvx
4180635218 Add --shallow option to hf iclass reader commands to do shallow (ASK) reader modulation instead of OOK. 2023-01-04 23:59:03 +10:00
iceman1001
1525a0059a fix #1771 - no default block size in call 2022-09-03 11:14:33 +02:00
Builderhummel
de40ae1f05
Fix Typo
"form" to "from" 

Signed-off-by: Builderhummel <max.kretschmann@tuhh.de>
2022-09-02 14:47:12 +02:00
iceman1001
e18194028b style 2022-08-24 07:25:10 +02:00
iceman1001
0968b39243 fix #1694 - take in consideration pointer could be called with NULL 2022-08-16 04:18:27 +02:00
iceman1001
e2574200c0 commented out some dbg prints. They interfer with the simulation part 2022-06-16 21:16:25 +02:00
iceman1001
a2f6d0f65f swap to other fpga image, since iso15693.c uses it. Should fix the simulation 2022-05-10 07:35:57 +02:00
Philippe Teuwen
4d264fa63c Preparing EM4100 clone to EM4305 2022-04-29 16:44:38 +02:00
iceman1001
d15eef80af removed dead link 2022-04-16 19:11:53 +02:00
iceman1001
8d9dd8b346 make style 2022-04-09 18:48:13 +02:00
Iceman
aec3ff64e2
Merge pull request #1654 from wh201906/standalone_14a
Make HF_14ASNIFF standalone mode compatible with old PM3 (without flashmem)
2022-04-07 18:45:39 +02:00