Unrea1
ff71c1630d
fixed spelling
2021-12-13 17:26:52 +01:00
Philippe Teuwen
4b936bc20c
safer logic when touching locally g_printAndLog
2021-12-13 03:16:57 +01:00
Philippe Teuwen
2722655658
fulltext: fix bug triggering session log
2021-12-13 02:58:03 +01:00
Philippe Teuwen
b68a0ee082
readline autocomplete: fix rl_attempted_completion_over in script
2021-12-13 02:32:16 +01:00
Philippe Teuwen
6597d3e5a5
readline autocomplete: complete up to next space, so complete one single word at once
2021-12-13 02:29:32 +01:00
Philippe Teuwen
a5d491d67a
Missing src in cmake files
2021-12-13 02:07:44 +01:00
Philippe Teuwen
ce2148b22c
namespace-protect static vars in standalone modes to avoid conflits when merged with dankarmulti
2021-12-13 01:56:57 +01:00
Philippe Teuwen
0b96ed9865
standalone: take examples not requiring flash in dankarmulti
2021-12-13 01:29:43 +01:00
Philippe Teuwen
0379f01d74
checks: Add missing standalone and adapt checklist instructions
2021-12-13 01:06:29 +01:00
Philippe Teuwen
d61d624b45
tabs
2021-12-13 00:42:02 +01:00
Philippe Teuwen
0673dd206e
make style
2021-12-13 00:35:10 +01:00
Philippe Teuwen
f2650e7279
readline autocomplete: complete up to next space, so complete one single word at once
2021-12-13 00:25:07 +01:00
iceman1001
ef7c301217
cppcheck - missing return statement
2021-12-12 22:34:06 +01:00
iceman1001
a348f48602
Added readline autocomplete to proxmark3 client commands. Still works with shell filenames tab complete
2021-12-12 20:12:56 +01:00
iceman1001
287a99d186
hardnested - text output adaptation
2021-11-28 21:20:13 +01:00
Iceman
9cfa6a97ed
Update README.md
...
reworked links and removed duplicates, capital letters.
2021-11-28 11:09:05 +01:00
Iceman
317aa3ec9d
Merge pull request #1538 from dankar/master
...
Added explanation of how dankarmulti works
2021-11-27 20:46:38 +01:00
Daniel Karling
380670bd21
Added explanation of how dankarmulti works
2021-11-27 19:43:23 +01:00
Iceman
0b2726619d
Merge pull request #1528 from dankar/master
...
Added standalone mode that can load multiple different modes
2021-11-27 17:56:49 +01:00
Iceman
b8f2d689c3
Merge pull request #1537 from linuxgemini/linuxgemini-patch-1
...
Update Mac-OS-X-MacPorts-Installation-Instructions.md
2021-11-26 20:22:43 +01:00
İlteriş Eroğlu
f940da8615
Update Mac-OS-X-MacPorts-Installation-Instructions.md
2021-11-26 14:47:12 +03:00
iceman1001
0bcaf5b47a
nfc decode - now acts text files as input if they have the extension EML. hacky..
2021-11-24 20:24:45 +01:00
iceman1001
e6cc0ed836
nfc decode - detects and prints application/json
2021-11-24 20:23:34 +01:00
iceman1001
c0e9f66c58
more aid
2021-11-22 21:29:52 +01:00
Daniel Karling
315e58dac4
Added standalone mode that can load multiple different modes
2021-11-20 22:01:09 +01:00
iceman1001
8dc169cd5a
maur keys from Mifare Classic Tool repo
2021-11-20 15:18:43 +01:00
Iceman
69156fcf5c
Merge pull request #1534 from pieterg/patch-1
...
armsrc/felica: add polling response time slot support to felica_sim_lite
2021-11-20 09:08:23 +01:00
pieterg
1ec2e95437
armsrc/felica: add polling response time slot support to felica_sim_lite
...
Make sure we respond in a valid time slot.
We were responding too early, the first time slot (which is always allowed) starts after 512 * 64 / fc.
Also, respond in incremental time slots. We could have used a fixed time slot (#0 is always allowed), but by using incremental time slots we have a better chance the reader will get our response in the expected time frame.
(when our timing is wrong, we have a risk of responding too early when using the first slot, and too late when using the last slot. Slots in the middle of the allowed range have the best chance)
2021-11-19 14:59:45 +01:00
iceman1001
8f32d4fc9d
textual
2021-11-19 00:44:41 +01:00
iceman1001
67d6ba97a5
code style
2021-11-19 00:44:24 +01:00
Iceman
5f003f168d
Merge pull request #1531 from zabszk/master
...
Added ledcontrol to LF operations
2021-11-19 00:38:13 +01:00
Iceman
94b597febf
Merge pull request #1530 from pieterg/patch-1
...
armsrc/felica: fix crc offsets in felica_sim_lite
2021-11-18 17:43:48 +01:00
Iceman
ebe38673f0
Merge pull request #1532 from pieterg/patch-2
...
armsrc/felica: fix handling POLL with Request Code 1
2021-11-18 17:43:17 +01:00
pieterg
bf03177255
armsrc/felica: fix handling POLL with Request Code 1
...
apparent typo, listenmode should be set to false in order to send the
prepared response
2021-11-18 15:07:50 +01:00
Łukasz Jurczyk
218a4ba2ec
Added ledcontrol to lf functions
2021-11-18 15:00:54 +01:00
pieterg
3edd6b5b36
armsrc/felica: fix crc offsets in felica_sim_lite
...
the sync bytes should not be included in the crc calculation
(and the crc bytes should be placed at the end of the response buffers)
2021-11-18 12:20:09 +01:00
Iceman
d4b5bfbeaa
Merge pull request #1529 from zabszk/master
...
Fixed ledcontrol in SimulateTagLowFrequencyEx
2021-11-18 07:28:49 +01:00
Łukasz Jurczyk
bde40dd6c6
Added ledcontrol fix to changelog
2021-11-17 17:17:14 +01:00
Łukasz Jurczyk
53611b5cad
Fixed ledcontrol in SimulateTagLowFrequencyEx
2021-11-17 16:15:27 +01:00
iceman1001
85fb51564f
for students
2021-11-08 17:32:24 +01:00
iceman1001
b888bba70d
textual
2021-11-08 10:56:19 +01:00
iceman1001
63d6e6f62a
adding base for ht2 dictionary support
2021-11-05 21:54:28 +01:00
iceman1001
6924a42bf0
note about EV2, that LRP uses same commands
2021-11-03 22:01:11 +01:00
iceman1001
9a958045e0
add vivokey aid
2021-11-03 21:57:05 +01:00
iceman1001
ad9f022308
fix hf iclass dump
2021-10-27 23:20:36 +02:00
Philippe Teuwen
5ede492544
Merge pull request #1525 from xxr3376/patch-1
...
Fix typo in CUID soft-bricked recovery command
2021-10-26 17:52:56 +02:00
Xinran Xu
2ba6edde19
Fix typo in CUID soft-bricked recovery command
2021-10-26 23:45:41 +08:00
iceman1001
60f0fe7b4e
text
2021-10-23 23:54:57 +02:00
iceman1001
644da79a50
add legic crc16 to lua
2021-10-23 23:53:59 +02:00
iceman1001
982e669a77
magsafe iterates 7a/7b/7c/7d for wupa
2021-10-23 20:45:46 +02:00