iceman1001
93d7d46776
fix proxspace build
2023-02-24 20:57:42 +01:00
iceman1001
02a801f665
fix CID #404863 printing
2023-02-23 20:58:45 +01:00
iceman1001
dd7c9daa8d
fix CID #405002 - invalid string formatter
2023-02-23 20:53:53 +01:00
iceman1001
a4bf1c5710
update to 22.04
2023-02-23 20:36:27 +01:00
iceman1001
601b442b6c
fix warning in GH actions
2023-02-23 20:35:07 +01:00
Iceman
5689d95301
Merge pull request #1896 from GuruSteve/gProxII-XOR
...
Added XOR key extraction and flag to Guardall G-Prox II
2023-02-23 12:34:49 +01:00
iceman1001
9a2e07e1a8
should fix time_t printing issues
2023-02-23 12:33:24 +01:00
Iceman
d516c36ad9
Merge pull request #1921 from mjaksn/213TT
...
NTAG213TT Tamper Feature Support
2023-02-23 11:17:02 +01:00
Matthew Jackson
75fd0c2034
fixed another missing CLIParserFree(ctx);
...
Signed-off-by: Matthew Jackson <123390480+mjaksn@users.noreply.github.com>
2023-02-23 01:52:07 -06:00
Matthew Jackson
690eb0fc8a
add missing CLIParserFree(ctx) , init variable to zero, and small text change
2023-02-22 07:40:04 -06:00
Matthew Jackson
23e0268a1a
Merge branch 'master' into 213TT
2023-02-22 07:34:05 -06:00
iceman1001
628140fd88
correct string formatter in sscanf
2023-02-21 16:20:34 +01:00
iceman1001
b86e29fca1
init structure with zeros
2023-02-21 04:42:51 +01:00
iceman1001
4807fae885
in private case we calloc, need to free that memory
2023-02-21 04:42:24 +01:00
iceman1001
64cc21b890
init structure with zeros
2023-02-21 04:41:42 +01:00
iceman1001
7608937d2b
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
2023-02-21 04:41:15 +01:00
iceman1001
6ee817aa72
init array w zero
2023-02-21 04:41:11 +01:00
iceman1001
49a475899a
time is 64b better to accept the same size input timestamps
2023-02-21 04:40:48 +01:00
Iceman
0f4d6492f7
Merge pull request #1922 from DidierA/fix_cmdlist
...
bugfix: wrong text in hf mfdes list when no data exists in trace
2023-02-21 03:47:56 +01:00
DidierA
3e952b8036
bugfix: wrong text in hf mfdes list when no data exists in trace
2023-02-21 01:50:33 +01:00
Matthew Jackson
dc1f302fa2
changelog
2023-02-20 02:20:08 -06:00
Matthew Jackson
5f56ffcbf1
Merge branch 'master' into 213TT
2023-02-20 02:18:57 -06:00
Matthew Jackson
147475ab40
CHANGELOG.md and text changes
2023-02-20 02:07:07 -06:00
Iceman
9b331b37ae
Merge pull request #1919 from henrygab/no_buffer_overflow
...
Prevent buffer overflow in `AppendGraph()`
2023-02-19 10:58:57 +01:00
Iceman
cf98b70364
Merge pull request #1920 from henrygab/wsl2_enum_fix
...
Prevent double-enumeration under WSL2
2023-02-19 10:58:30 +01:00
Henry Gabryjelski
ce85fe0099
allow case-insensitive match of WSL strings
2023-02-19 01:44:15 -08:00
Henry Gabryjelski
fe98b3821f
Prevent double-enumeration under WSL2
2023-02-18 23:48:08 -08:00
iceman1001
e5adfb0b29
text
2023-02-19 08:17:05 +01:00
iceman1001
cf6b2d9597
fix WSL2 detection route. some linux distro spells with small letters
2023-02-19 08:07:32 +01:00
Matthew Jackson
3399cbd4f0
support for NTAG213TT tamper feature
2023-02-18 23:48:32 -06:00
iceman1001
029d5aa358
fix cid #404827 - resource leak
2023-02-18 22:51:44 +01:00
iceman1001
475bbe183d
some generic devices has other sizes of flash
2023-02-18 22:02:20 +01:00
Henry Gabryjelski
28af1a870d
Prevent buffer overflow in AppendGraph()
2023-02-18 12:50:05 -08:00
Iceman
21ab53c7cf
Merge pull request #1914 from henrygab/serial_from_flash_uniqueid
...
Use unique USB Serial using flash's uniqueID
2023-02-18 21:43:06 +01:00
Iceman
bfe8a2efd4
Merge pull request #1918 from henrygab/more_const
...
improve const correctness
2023-02-18 21:42:38 +01:00
Henry Gabryjelski
89ce0acf31
improve const correctness
2023-02-18 12:34:16 -08:00
Henry Gabryjelski
c531bd0f65
make style updates
2023-02-18 12:20:43 -08:00
Henry Gabryjelski
229454963b
standardize flash uniqueID to big-endian
2023-02-18 12:16:50 -08:00
Iceman
bb2fa1e572
Merge pull request #1916 from henrygab/patch-1
...
check daughterboard connection for SIM issues
2023-02-18 20:26:13 +01:00
Henry Gabryjelski
b520f1ff5d
check daughterboard connection for SIM issues
...
Signed-off-by: Henry Gabryjelski <henrygab@users.noreply.github.com>
2023-02-18 11:17:06 -08:00
iceman1001
08ff269803
text
2023-02-18 15:13:15 +01:00
iceman1001
cd554d67ab
if more than one device is connected the tr command does not split the line resulting in pm3 --list
to fail.
2023-02-18 15:01:39 +01:00
Henry Gabryjelski
48ca513a96
updates from make style
2023-02-17 17:27:07 -08:00
Henry Gabryjelski
6eea476076
Add changelog
2023-02-17 17:19:01 -08:00
Henry Gabryjelski
44676bde72
Bootrom: Enable serial number from flash
...
* Add `.ramfunc` section to bootrom loader script
* exclude spiffs functionality from flashmem.h/flashmem.c
(allows bootrom to use flashmem)
* hide unused tick.h / flashmem.h functions from bootrom
(not technically necessary; see comments)
* bootrom: add source files, include path, and defines when
`PLATFORM_DEFS` defines `WITH_FLASH`
* Define `AS_BOOTROM` to indicate code is building for bootrom
2023-02-17 17:07:13 -08:00
Henry Gabryjelski
5784c8de77
Update USB Serial Number from SPI flash's uniqueID
...
Also allow flash to be separately enabled via PLATFORM_EXTRAS.
NOTE: this does *NOT* enable the serial number
in the bootrom. Still investigating options there.
2023-02-17 17:07:13 -08:00
iceman1001
944d6ee596
simpler
2023-02-17 17:51:59 +01:00
Iceman
70d9619f8a
Merge pull request #1913 from fersingb/show_iclass_creds_in_view
...
Mark credentials as decrypted in decrypted dumps and show them when using the view command
2023-02-17 17:35:48 +01:00
Philippe Teuwen
2a150b8c6b
Fix bug preventing args to be passed to the client
...
Bug introduced by ab9dab3294
It was not possible to pass args anymore, e.g. `pm3 -l myscript.lua`
2023-02-17 16:37:06 +01:00
Boris Fersing
5d4fe5b8df
- Mark the credentials as decrypted when decrypting a dump
...
- In the view command, show the credentials if the input dump is decrypted
2023-02-17 10:18:00 -05:00