Commit Graph

11586 Commits

Author SHA1 Message Date
iceman1001 d635f39048 fix when length is not even dividable with four. 2024-04-24 21:33:56 +02:00
iceman1001 b754f09d24 fix valgrind memory bug 2024-04-24 21:24:52 +02:00
iceman1001 f6e0b8c330 style 2024-04-24 09:13:32 +02:00
Iceman 8f73520173 Merge pull request #2365 from gentilkiwi/patch-1
Update intertic.py to support Saint-Malo (MAT / RATP)
2024-04-24 00:24:32 +02:00
iceman1001 59c07f911a - now are able to verify signature. Thanks @doegox! 2024-04-24 00:23:16 +02:00
Benjamin DELPY c3ad45d84c Update intertic.py to support Saint-Malo (MAT / RATP)
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com>
2024-04-24 00:15:54 +02:00
iceman1001 b84fa69f39 ... checks 2024-04-23 23:13:22 +02:00
iceman1001 6aded8a3b5 textual 2024-04-23 19:57:32 +02:00
iceman1001 1a3613901e since I messed up the calypso and mobib lua script, I made a native implentatin instead. I leave the decoding of the extracted data for people to come to have some sort of challenge 2024-04-23 10:09:46 +02:00
iceman1001 2d36efe821 updated type identifications. Will need a better way to detect size of those 15693 ones 2024-04-23 08:43:55 +02:00
iceman1001 3ef3e3a63d update signature data 2024-04-23 02:16:01 +02:00
iceman1001 934a969d41 adapt some detection of fudan 2024-04-22 19:52:24 +02:00
Iceman 9343014b68 Merge branch 'master' into purring-basilisk
Signed-off-by: Iceman <iceman@iuse.se>
2024-04-22 17:41:01 +02:00
iceman1001 8edf45a6c9 darn it 2024-04-22 17:36:22 +02:00
iceman1001 3f6ea0f0fc style 2024-04-22 16:35:22 +02:00
iceman1001 4762f5f33b fix error from goto ... 2024-04-22 16:30:09 +02:00
iceman1001 1016108694 comment out pwm code 2024-04-22 16:23:45 +02:00
iceman1001 c8849af5e0 This is the major changes made to the HITAG2 commands. Its heavly based on RFIDLers implementation and its been converted to work with Proxmark3. Special thanks to @kevsecurity for his amazing implementations of the Gone in 360 Seconds paper by Roel, Flavio & Balasch. Thanks to @adamlaurie for his RFIDler project. It wouldnt been doable without it. 2024-04-22 16:20:24 +02:00
JLitewski 6097c531c8 Merge branch 'master' into purring-basilisk
Signed-off-by: JLitewski <hackhalotwo@gmail.com>
2024-04-22 06:42:45 -04:00
iceman1001 cc5998a153 adapt awid 2024-04-22 09:47:40 +02:00
iceman1001 d3f8323a3f @mwalker33 psk tests, maybe one day its good enough to merge in 2024-04-22 09:42:46 +02:00
iceman1001 12e38cdfff text 2024-04-22 09:34:46 +02:00
iceman1001 02872796aa should wait for a reply from device that sniffing is done 2024-04-22 09:26:25 +02:00
iceman1001 d340de388d textual 2024-04-22 09:23:22 +02:00
iceman1001 67c14c5314 adapt regression tests 2024-04-22 09:21:55 +02:00
iceman1001 365454bb3c fixing buffer overflow when reading large files 2024-04-22 09:17:58 +02:00
iceman1001 87c6633de1 add support for generation 2 magic command when setting UID on ISO15693 cards. ref:: https://github.com/RfidResearchGroup/proxmark3/issues/1604#issuecomment-2068444071 2024-04-22 09:04:01 +02:00
jlitewski 2d0bc5100a Forgot about resetting the grid offsets 2024-04-20 22:47:42 -04:00
jlitewski 791f02209d Implemented Buffer SaveStates 2024-04-20 14:14:15 -04:00
iceman1001 508a4ed064 missing update 2024-04-20 11:53:55 +02:00
iceman1001 543f8df8c0 fixes to when thing gets wrongly identified 2024-04-20 11:32:51 +02:00
iceman1001 c860bd252a textual detection 2024-04-20 09:38:04 +02:00
iceman1001 b09c0e0d5f textual 2024-04-20 08:47:49 +02:00
Iceman 591795a8fc Merge pull request #2359 from jlitewski/marker_v2
Graph Markers, Version 2
2024-04-19 17:17:22 +02:00
Jacob Litewski 560b6f9dc2 Marker V2 fixes 2024-04-19 07:53:20 -04:00
Thechamp669 28bcedbc4c Update lf_ioprox_bulkclone.lua Spelling
Typo

Signed-off-by: Thechamp669 <mjpdobbs@gmail.com>
2024-04-18 20:44:28 -07:00
Jacob Litewski bb1c662af0 Graph Markers, Version 2 2024-04-18 23:08:33 -04:00
Iceman fc584b348a Merge pull request #2358 from jlitewski/opbuffer
Disable Rendering the Operation Buffer
2024-04-19 00:15:08 +02:00
Jacob Litewski dadd6ee65d Disable Rendering the Operation Buffer
For now, at least until I can fully and correctly implement it.
2024-04-18 17:37:06 -04:00
iceman1001 5a524a2ec9 renamed and since there is already another same styled script, this became v2. also applied prefered coding style 2024-04-18 12:03:27 +02:00
iceman1001 bc9f406dc0 renamed the scripts to fit current naming convention and applied same code style 2024-04-18 11:58:31 +02:00
Iceman acfda59ff2 Merge pull request #2356 from JakaBac/time-include
fix implicit use of time()
2024-04-18 10:30:28 +02:00
Jaka c871e435e4 fix implicit use of time() 2024-04-18 09:40:00 +02:00
Thechamp669 83e346005c Add files via upload
Signed-off-by: Thechamp669 <mjpdobbs@gmail.com>
2024-04-17 21:16:59 -07:00
iceman1001 45bf8801fd Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-04-17 12:37:12 +02:00
iceman1001 a6dfe052bd missmatching name 2024-04-17 12:36:33 +02:00
Iceman 7857baa5f4 Merge pull request #2352 from philicious/fix-macosx-make-python312
Fix building against Python3.12 on MacOS
2024-04-16 22:39:11 +02:00
Iceman 9ebc753dd9 Merge pull request #2351 from philicious/fix-macosx-qt5-detection-cmake
Fix homebrew Qt5 detection on MacOS also for cmake
2024-04-16 22:37:13 +02:00
iceman1001 6cc9c435e0 fix #2350 updated the swig wrappers to swig version 4.2.1. Lets hope it solves the OSX issues 2024-04-16 22:35:10 +02:00
philicious bfaf440fb2 Fix building against Python3.12 on MacOS with make by prefering python3-embed over python3 (as CMakeLists.txt does) 2024-04-16 22:34:47 +02:00