Commit graph

17570 commits

Author SHA1 Message Date
team-orangeBlue a523c1e062
New crypto
Add encryption
Add key updating
Add config updating

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2023-12-01 23:47:45 +03:00
iceman1001 f3a9629895 style 2023-12-01 15:25:09 +01:00
Iceman cdc7955821
Merge pull request #2191 from wh201906/changelog
Add some CHANGELOG items
2023-12-01 15:22:33 +01:00
wh201906 b6fa1eb6e3
Add some CHANGELOG items 2023-12-01 22:18:05 +08:00
Iceman 7895b322a1
Merge pull request #2190 from wh201906/lf_stuff
Use real-time sampling with high sample size
2023-12-01 14:19:36 +01:00
wh201906 f8605311f7
Use real-time sampling with high sample size 2023-12-01 19:58:00 +08:00
iceman1001 a913b2c662 style 2023-12-01 10:59:18 +01:00
iceman1001 bcbe76064d Changed modulation max bit length from 512 to 4096, since we now can get much longer traces 2023-12-01 10:58:33 +01:00
Iceman 17a93a3b1b
Merge pull request #2173 from wh201906/lf_sniff_clean
Real-time LF sampling
2023-12-01 10:54:10 +01:00
Iceman aa313cad51
Merge pull request #2189 from evildaemond/patch-2
Create hf_mf_uid_downgrade.lua
2023-11-30 14:45:07 +01:00
Adam Jon Foster 8dea0d3203
Create hf_mf_uid_downgrade.lua
Adding hf_mf_uid_downgrade, which allows you to add a fc and cn to a UID of a Mifare Classic. 

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2023-11-30 21:40:14 +08:00
wh201906 45df618b7c
Fix segmentation fault 2023-11-30 18:42:30 +08:00
iceman1001 e026c712c1 hf 14a info now tries to read QL88 sigantures and verify them 2023-11-28 11:08:17 +01:00
iceman1001 fbdb268445 QL88 signature Public Key was identified as Manufacture Mifare Classic before. Now added tests and checks.\nnext step is to use the S17/B key to read the signature 2023-11-28 11:00:48 +01:00
Iceman d8da2902fb
Merge pull request #2178 from hamptonmoore/avigilon-56
Implement Avigilon 56bit format
2023-11-27 14:55:33 +01:00
Iceman 7d9326c60d
Merge pull request #2176 from phreakmonkey/mfkey-pthreads
Fix pthreads on older gcc
2023-11-27 14:54:46 +01:00
Iceman f73d4a07e0
Merge pull request #2188 from nvx/iclass_aa2_dump_fix
Fix iClass dump truncating the AA2 area and improve dump reliability by fixing cmd retry delays.
2023-11-27 14:54:02 +01:00
nvx 33ec6f43fc Update changelog 2023-11-26 19:17:57 +10:00
nvx 7b0ca43695 Fix iClass dump truncating the AA2 area and improve dump reliability by fixing cmd retry delays. 2023-11-26 19:04:54 +10:00
Hampton Moore 345303de37 Implement Avigilon 56 format 2023-11-25 21:48:33 -05:00
Iceman 9a705f15f6
Merge pull request #2187 from wh201906/return
Use defined return value
2023-11-25 04:20:31 +01:00
wh201906 10ab013f5b
Use defined return value 2023-11-25 11:09:16 +08:00
Iceman 56b5bde713
Merge pull request #2186 from wh201906/fix_emv_reader
Fix `ExchangeAPDUSC()` in `cmdsmartcard.c`
2023-11-25 03:34:15 +01:00
wh201906 493383c995
Fix ExchangeAPDUSC() in cmdsmartcard.c
It doesn't return 1 if the retry fails, which is different from the
behavior of the first try.
2023-11-24 22:20:26 +08:00
Iceman d3612e7927
Merge pull request #2185 from wh201906/fix_python_3.12
Fix client build with Python 3.12
2023-11-24 10:51:10 +01:00
wh201906 ee64e71f69
Fix client build with Python 3.12
Caused by upstream bug
https://github.com/python/cpython/issues/106560
The fix is like this
bbdf6d4653
2023-11-24 13:12:07 +08:00
Oleg Moiseenko 43f64887f7
Update mfc_notes.md
Signed-off-by: Oleg Moiseenko <807634+merlokk@users.noreply.github.com>
2023-11-21 22:00:59 +02:00
Oleg Moiseenko 3a612dead9
Create mfc_notes.md
Signed-off-by: Oleg Moiseenko <807634+merlokk@users.noreply.github.com>
2023-11-21 21:56:37 +02:00
Iceman 34a9eb76ad
Merge pull request #2175 from temskiy/master
Add some info about UMC
2023-11-21 06:06:49 +01:00
Artem V Gnatyuk c9246f06be
Fix mistakes. Removed unnecessary.
Signed-off-by: Artem V Gnatyuk <31589761+temskiy@users.noreply.github.com>
2023-11-20 01:07:21 +07:00
Iceman e909e2c80f
Merge pull request #2183 from JaredStemper/master
Added common dependency troubleshooting
2023-11-19 11:23:24 +01:00
Jared Stemper ca5570ea60
added context to error output
Signed-off-by: Jared Stemper <31346981+JaredStemper@users.noreply.github.com>
2023-11-18 23:38:27 -06:00
Jared Stemper 05a2fa08ac
Added troubleshooting details
fixed hyperlink; slimmed error output

Signed-off-by: Jared Stemper <31346981+JaredStemper@users.noreply.github.com>
2023-11-18 23:32:01 -06:00
Jared Stemper f6c6014bcd
Added common dependency troubleshooting
Signed-off-by: Jared Stemper <31346981+JaredStemper@users.noreply.github.com>
2023-11-18 23:29:32 -06:00
wh201906 e82fb8b67f
Use calloc() instead of malloc()
Suggested by @iceman1001
Mainly for 8b6a274e28
Replaced the malloc() in getSamplesFromBufEx()
Added memory allocation result check for getSamplesFromBufEx(),
lf_read_internal(), and lf_sniff()
2023-11-17 12:38:20 +08:00
Iceman 7fb5a5a743
Merge pull request #2179 from JohnELester/patch-1
Update mfc_default_keys.dic
2023-11-17 04:31:18 +01:00
Iceman bfb42ec8b9
Merge pull request #2181 from wh201906/data_slider
Add a slider in the plot window for navigation
2023-11-17 04:23:09 +01:00
Iceman cd55ba313a
Merge pull request #2174 from henrygab/slow_clock_tia_msg
Slow clock speed message update
2023-11-17 04:16:16 +01:00
wh201906 0b9f11a249
Add a slider in the plot window for navigation 2023-11-17 10:59:14 +08:00
Pathfinder cee46928ca
Update mfc_default_keys.dic
Signed-off-by: Pathfinder <john.e.lester@gmail.com>
2023-11-16 09:37:38 -05:00
wh201906 3ee13c9ba6
Apply suggestions from @henrygab
Check if memory allocation fails
Fix memory leak
Initialize struct in declaration
Add/Fix some notes
Remove unlikely() in favor of readability
Remove a hard-coded magic number
2023-11-15 18:04:52 +08:00
iceman1001 5c79721b19 ignore new exe 2023-11-14 19:27:59 +01:00
iceman1001 c0dc9de43f fix for ultra recovery 2023-11-14 19:25:14 +01:00
K.C. Budd 8bf4e7c25e Fix pthreads on older gcc 2023-11-14 08:22:27 -08:00
temskiy fb9e79190e Add some info about UMC 2023-11-14 18:19:49 +07:00
Henry Gabryjelski 627cf6e3d5
Slow clock speed message update
Signed-off-by: Henry Gabryjelski <henrygab@users.noreply.github.com>
2023-11-14 01:52:02 -08:00
wh201906 835b7a9150
Add support for trigger threshold 2023-11-14 13:12:35 +08:00
wh201906 ab9f49f86e
Some minor fixes
Use longer timeout in WaitForRawDataTimeout() to handle CMD_WTX
Fix a wrong type
Apply changes to other similar part
Remove unused instructions
2023-11-14 10:46:45 +08:00
wh201906 8b6a274e28
Bigger graph buffer
1280000 samples -> 10.24s for 125kHz 8bit sampling

Allocate graph related memory on heap
2023-11-14 10:05:13 +08:00
wh201906 42ab3ee1e6
Receive raw LF samples on the client 2023-11-14 09:42:44 +08:00