Commit Graph
4192 Commits
Author SHA1 Message Date
GuruSteve 917b37178e Updated verbiage WRT KeyAccess to make it clearer 2023-03-09 16:34:50 -07:00
wh201906 0f70df5de3 Add TCP connection support on Windows
The Windows Sockets 2 API is similar to the BSD Sockets API,
so I can reuse a lot of code in uart_posix.c
2023-03-06 19:55:41 +08:00
iceman1001 7abfff4095 moved and unified some reverse array fct 2023-03-05 19:19:15 +01:00
Iceman 32a06758bb Merge pull request #1931 from chl337/master
HF15: Write / Read  when is UID is passed as argument
2023-03-05 08:38:30 +01:00
iceman1001 bd99523edc style 2023-03-05 08:22:21 +01:00
iceman1001 7584a7a617 style 2023-03-05 08:22:01 +01:00
iceman1001 47908df32e more text changes to hf tesla info 2023-03-05 08:21:09 +01:00
iceman1001 37ecae658f added data num command. Takes dec or hex or binary and convert between them. Uses big_int so no issue with hex -> dec limits. It also does a Prime number check, where it will a line in the case of a number happens to be prime. 2023-03-05 08:20:10 +01:00
iceman1001 514626a0ab init array 2023-03-04 21:26:12 +01:00
iceman1001 855f13d763 string formatter 2023-03-04 21:25:44 +01:00
iceman1001 c6a8f8cc89 fix test 2023-03-04 21:25:23 +01:00
iceman1001 aebbdaea2d fix CID #405223 - use after free, all callers must handle bad returns properly 2023-03-04 20:36:28 +01:00
iceman1001 f9da8615e4 fix CID #405224 2023-03-04 20:32:34 +01:00
iceman1001 7504413f0b fix CID #405225 2023-03-04 20:29:39 +01:00
iceman1001 b6be8d9532 fix CID # 405226 2023-03-04 20:24:20 +01:00
iceman1001 a0feb580c2 fix CID #405227 - wrong comparision for the first fix 2023-03-04 20:20:10 +01:00
iceman1001 95a19405d8 fix CID #405230 - array too small 2023-03-04 20:17:06 +01:00
iceman1001 173841b533 fix CID #405231 - resource leak 2023-03-04 20:14:09 +01:00
iceman1001 b3652c28be fixc CID #405232 - init array 2023-03-04 20:12:00 +01:00
iceman1001 8f20eed914 fix CID #405232 2023-03-04 20:10:46 +01:00
iceman1001 060f452530 fix text 2023-03-04 20:03:53 +01:00
Iceman 5cf0bf7620 Merge pull request #1928 from cha0tic87/master
Adding bruteforcing functionality to HID facility code
2023-03-04 19:17:31 +01:00
Chris Smith f424667d0c Fix syntax 2023-03-04 10:40:19 -07:00
DidierA d319b0dee3 hf mfdes: Use hex in error message, consistent with cmdline 2023-03-03 16:03:30 +01:00
DidierA 13e43b1eb5 hf mfdes: Examples where using -s instead of --schann 2023-03-03 15:57:35 +01:00
ch3lt db7598ff6b Merge remote-tracking branch 'origin' 2023-03-01 11:57:25 +01:00
Chris Smith cd5fa61683 Update help text 2023-02-28 07:28:06 -07:00
Chris Smith 3bcac0cc64 Updated arguments and help text 2023-02-28 07:24:24 -07:00
Chris Smith 21a1defa88 Fix formatting 2023-02-27 13:06:38 -07:00
Chris Smith 702716b597 Fix formatting 2023-02-27 13:05:16 -07:00
Chris Smith 85ca342567 Add bruteforce functionality to HID facility code 2023-02-27 13:02:16 -07:00
iceman1001 dd7c9daa8d fix CID #405002 - invalid string formatter 2023-02-23 20:53:53 +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
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
ch3lt a39b474884 Fixed CmdHF15Write/Readblock/Readmulti bug on sanity check when '-u <uid>' argument is passed in command. Formating. 2023-02-22 10:12:18 +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
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 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
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
Henry Gabryjelski 28af1a870d Prevent buffer overflow in AppendGraph() 2023-02-18 12:50:05 -08:00
Henry Gabryjelski 48ca513a96 updates from make style 2023-02-17 17:27:07 -08:00
iceman1001 944d6ee596 simpler 2023-02-17 17:51:59 +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