Iceman Fork - Proxmark3
This report presents the forensic synthetic code analysis of RfidResearchGroup/proxmark3, a C project with 5,823 GitHub stars. SynthScan v2.0 examined 715,080 lines of code across 1508 source files, recording 2488 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 3.7 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 2488 distinct pattern matches across 19 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | CONTRIBUTING.md | 261 | For these reasons, vague and general filenames (e.g. `util.*`, `global.*`, `misc.*`, | COMMENT |
| LOW | common_fpga/fpga.h | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | common_fpga/fpga.h | 21 | #include <inttypes.h> | COMMENT |
| LOW | armsrc/iso14443a.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/iso14443a.c | 21 | COMMENT | |
| LOW | armsrc/iso14443a.c | 61 | // minimum time between last modulation of tag and next start bit from reader to tag: 1172 carrier cycles | COMMENT |
| LOW | armsrc/iso14443a.c | 81 | // 8 ticks later the FPGA samples the data | COMMENT |
| LOW | armsrc/iso14443a.c | 101 | // 3 ticks A/D conversion | COMMENT |
| LOW | armsrc/iso14443a.c | 121 | static uint32_t LastProxToAirDuration; | COMMENT |
| LOW | armsrc/iso14443a.c | 341 | COMMENT | |
| LOW | armsrc/iso14443a.c | 541 | } | COMMENT |
| LOW | armsrc/iso14443a.c | 801 | // Record the sequence of commands sent by the reader to the tag, with | COMMENT |
| LOW | armsrc/iso14443a.c | 1681 | // since rats len is variable now. | COMMENT |
| LOW | armsrc/iso14443a.c | 1801 | COMMENT | |
| LOW | armsrc/buzzer_disabled.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/felicasim.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/felicasim.c | 21 | #include "util.h" | COMMENT |
| LOW | armsrc/em4x50.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/em4x50.c | 21 | #include "dbprint.h" | COMMENT |
| LOW | armsrc/em4x50.c | 41 | // 1 cycle = 1 period = 8 us = 12 ticks | COMMENT |
| LOW | armsrc/em4x50.c | 61 | // timeout values (empirical) for simulation mode (may vary with regard to reader) | COMMENT |
| LOW | armsrc/printf.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/mifaresniff_disabled.h | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/mifaresniff_disabled.h | 21 | #define __MIFARESNIFF_H | COMMENT |
| LOW | armsrc/pcf7931.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/pcf7931.c | 21 | #include "fpgaloader.h" | COMMENT |
| LOW | armsrc/pcf7931.c | 41 | #define _16T0 (CLOCK/4) | COMMENT |
| LOW | armsrc/pcf7931.c | 301 | } | COMMENT |
| LOW | armsrc/pcf7931.c | 321 | // memcpy(single_blocks[single_blocks_cnt], tmp_blocks[0], 16); | COMMENT |
| LOW | armsrc/pcf7931.c | 341 | // if (!found_0_1) { | COMMENT |
| LOW | armsrc/pcf7931.c | 361 | // } | COMMENT |
| LOW | armsrc/pcf7931.c | 381 | // if (j == 0) { | COMMENT |
| LOW | armsrc/pcf7931.c | 441 | uint8_t parity = 0; | COMMENT |
| LOW | armsrc/desfire_crypto.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/desfire_crypto.c | 21 | * | COMMENT |
| LOW | armsrc/iclass.h | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/iclass.h | 21 | #include "common.h" | COMMENT |
| LOW | armsrc/optimized_cipherutils.h | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/optimized_cipherutils.h | 21 | // | COMMENT |
| LOW | armsrc/lfadc.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/lfadc.c | 21 | #include "fpgaloader.h" | COMMENT |
| LOW | armsrc/lfadc.c | 301 | size_t periods = 0; | COMMENT |
| LOW | armsrc/legicrfsim.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/legicrfsim.c | 21 | #include "crc.h" /* legic crc-4 */ | COMMENT |
| LOW | armsrc/legicrfsim.c | 41 | // - 31.3us for a 0 (RWD_TIME_0) | COMMENT |
| LOW | armsrc/legicrfsim.c | 61 | #define RWD_TIME_0 13 /* RWD_TIME_PAUSE 18.9us off + 42.4us on = 61.3us */ | COMMENT |
| LOW | armsrc/legicrfsim.c | 81 | } | COMMENT |
| LOW | armsrc/legicrfsim.c | 121 | // Modulation | COMMENT |
| LOW | armsrc/legicrfsim.c | 201 | COMMENT | |
| LOW | armsrc/vtsend.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/emvtags.h | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/thinfilm.h | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/mifaresim.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/mifaresim.c | 21 | // DBG_NONE 0 | COMMENT |
| LOW | armsrc/spiffs_nucleus.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/spiffs_nucleus.c | 121 | } | COMMENT |
| LOW | armsrc/wiegand.h | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/sam_mfc.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/cmac_3des.c | 1 | //----------------------------------------------------------------------------- | COMMENT |
| LOW | armsrc/sam_common.h | 1 | //----------------------------------------------------------------------------- | COMMENT |
| 2214 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/pm3trace_edit.py | 41 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 43 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 81 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 83 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 118 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 120 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 147 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 149 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 196 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 198 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 423 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 425 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 436 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 438 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/pm3trace_edit.py | 535 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM | tools/pm3trace_edit.py | 537 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM | tools/build_all_firmwares.sh | 3 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/build_all_firmwares.sh | 17 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | common/get_lz4.sh | 1 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | common/get_lz4.sh | 15 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | fpga/tests/plot_edgedetect.py | 2 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | fpga/tests/plot_edgedetect.py | 8 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/CMakeLists.txt | 1 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/CMakeLists.txt | 15 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/emojis_scrap_github.py | 3 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/emojis_scrap_github.py | 19 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/atr_scrap_pcsctools.py | 3 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/atr_scrap_pcsctools.py | 17 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/experimental_lib/CMakeLists.txt | 1 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/experimental_lib/CMakeLists.txt | 15 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | client/pyscripts/fm11rf08s_full.py | 4 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | client/pyscripts/fm11rf08s_full.py | 920 | # ============================================================================== | COMMENT |
| MEDIUM⚡ | client/pyscripts/mfuev1_counter_reset.py | 2 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | client/pyscripts/mfuev1_counter_reset.py | 11 | #----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | client/pyscripts/mfuev1_counter_reset.py | 17 | #----------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 943 | aclkh.append("| | read ¦ write || read ¦ write || read ¦ write |") | CODE |
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 946 | aclk[0] = "| -- ¦ KeyA || KeyA ¦ -- || KeyA ¦ KeyA | [000]" # noqa: E222 | CODE |
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 947 | aclk[1] = "| -- ¦ KeyA || KeyA ¦ KeyA || KeyA ¦ KeyA | [001]" # noqa: E222 | CODE |
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 949 | aclk[3] = "| -- ¦ KeyB || A+B ¦ KeyB || -- ¦ KeyB | [011]" # noqa: E222 | CODE |
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 950 | aclk[4] = "| -- ¦ KeyB || A+B ¦ -- || -- ¦ KeyB | [100]" # noqa: E222 | CODE |
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 962 | acldh.append("| Block | Data || Counter |") | CODE |
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 963 | acldh.append("| | read ¦ write || Inc ¦ Dec |") | CODE |
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 966 | acld[0] = "| A+B ¦ A+B || A+B ¦ A+B | [000]" # noqa: E222 | CODE |
| HIGH⚡ | client/pyscripts/fm11rf08s_full.py | 972 | acld[6] = "| A+B ¦ KeyB || KeyB ¦ A+B | [110]" # noqa: E222 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | armsrc/cmac_3des.c | 47 | // Step 1: L = 3DES-ENC(0^64) | COMMENT |
| LOW⚡ | armsrc/cmac_3des.c | 50 | // Step 2: K1 = L << 1 (with conditional XOR with 0x1B) | COMMENT |
| LOW⚡ | armsrc/cmac_3des.c | 57 | // Step 3: K2 = K1 << 1 (with conditional XOR with 0x1B) | COMMENT |
| LOW⚡ | armsrc/cmac_calc.c | 79 | // Step 1: L = AES-ENC(0^128) | COMMENT |
| LOW⚡ | armsrc/cmac_calc.c | 82 | // Step 2: K1 = L << 1 (with conditional XOR with 0x87) | COMMENT |
| LOW⚡ | armsrc/cmac_calc.c | 89 | // Step 3: K2 = K1 << 1 (with conditional XOR with 0x87) | COMMENT |
| LOW | armsrc/hitagu.c | 737 | // Step 2: Process the actual command | COMMENT |
| LOW | armsrc/hitagu.c | 859 | // Step 2: Send write command | COMMENT |
| LOW | tools/mfc/pm3_mf7b_wipe.py | 18 | # Step 1: Dumping original card and making a Mifare 7byte UID clone using S50 7byte UID | COMMENT |
| LOW | tools/mfc/pm3_mf7b_wipe.py | 40 | # Step 2: Recovering S50 7byte UID card to the blank state | COMMENT |
| LOW | doc/fm11rf08s_manual_recovery.md | 24 | ## Step 1: Identify the Card | COMMENT |
| LOW | doc/fm11rf08s_manual_recovery.md | 49 | ## Step 2: Run Autopwn for Known Keys | COMMENT |
| LOW | doc/fm11rf08s_manual_recovery.md | 62 | ## Step 3: Collect Static Encrypted Nonces | COMMENT |
| LOW | doc/fm11rf08s_manual_recovery.md | 83 | ## Step 4: Generate Key Candidates (Offline) | COMMENT |
| LOW | doc/fm11rf08s_manual_recovery.md | 112 | ## Step 5: Brute Force Against the Card | COMMENT |
| LOW | doc/fm11rf08s_manual_recovery.md | 131 | ## Step 6: Full Dump | COMMENT |
| LOW | doc/fm11rf08s_manual_recovery.md | 154 | ## Step 7: Analyze the Dump | COMMENT |
| LOW⚡ | client/src/cmdhfmfdes.c | 8511 | // Step 1: Select application using the requested/default route. | COMMENT |
| LOW⚡ | client/src/cmdhfmfdes.c | 8520 | // Step 2: Build ISO Internal Authenticate APDU | COMMENT |
| LOW⚡ | client/src/cmdhfmfdes.c | 8521 | // Step 3: Parse TLV response | COMMENT |
| LOW⚡ | client/src/cmdhfmfdes.c | 8530 | // Step 4: Verify signature if public key provided | COMMENT |
| LOW⚡ | client/src/loclass/ikeys.c | 233 | // Step 1: Extract ck2 shifted part from result | COMMENT |
| LOW⚡ | client/src/loclass/ikeys.c | 237 | // Step 2: Reconstruct ck2 | COMMENT |
| LOW⚡ | client/src/loclass/ikeys.c | 239 | // Step 3: Recover ck1 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | client/update_amiibo_tools_lua.py | 47 | print("Error fetching data: ", error.decode()) | CODE |
| MEDIUM | client/update_amiibo_tools_lua.py | 103 | print(f"Error deleting file {filename}: ", e) | CODE |
| MEDIUM | client/experimental_lib/example_lua/test.lua | 22 | print("Error decoding JSON: ", err) | CODE |
| LOW | client/pyscripts/des_talk.py | 58 | except Exception: | CODE |
| LOW | client/pyscripts/des_talk.py | 456 | except Exception: | CODE |
| MEDIUM | client/pyscripts/paxton_switch.py | 67 | print("Error: Data must be 4 bytes (8 characters) in hex. Try again.") | CODE |
| LOW | client/pyscripts/fm11rf08s_full.py | 482 | except Exception as e: | CODE |
| LOW | client/pyscripts/fm11rf08s_full.py | 505 | except Exception: | CODE |
| LOW | client/pyscripts/fm11rf08s_full.py | 710 | except Exception: | CODE |
| LOW | client/pyscripts/fm11rf08s_full.py | 838 | except Exception as e: | CODE |
| LOW | client/pyscripts/fm11rf08s_full.py | 1048 | except Exception as e: | CODE |
| LOW | client/pyscripts/read_t-union.py | 642 | except Exception as e: | CODE |
| MEDIUM | client/pyscripts/paxton_net.py | 81 | print("Error: Data must be 4 bytes (8 characters) in hex. Try again.") | CODE |
| MEDIUM | client/pyscripts/paxton_convert.py | 102 | print("Error: Data must be 4 bytes (8 characters) in hex. Try again.") | CODE |
| LOW | client/pyscripts/mfuev1_counter_reset.py | 619 | except Exception as exc: | CODE |
| MEDIUM | client/pyscripts/ntag22x_suncmac_recovery.py | 250 | print("Error: --json argument is required in single step mode") | CODE |
| LOW | client/pyscripts/mfulc_counterfeit_recovery.py | 203 | except Exception as e: | CODE |
| LOW | client/pyscripts/mfulc_counterfeit_recovery.py | 667 | except Exception as e: | CODE |
| LOW | client/pyscripts/fm11rf08s_recovery.py | 243 | except Exception as e: | CODE |
| MEDIUM | client/pyscripts/mf_backdoor_dump.py | 26 | print("Error reading the tag:") | CODE |
| LOW⚡ | client/pyscripts/theremin.py | 101 | except Exception as e: | CODE |
| MEDIUM⚡ | client/pyscripts/theremin.py | 102 | print(f"An error occurred: {e}") | CODE |
| MEDIUM | client/luascripts/lf_t55xx_multiwriter.lua | 200 | print("Error in block 0 ...expected: " .. ac.green .. block0_value .. ac.reset .. " ...found: " .. ac.green .. ( | CODE |
| MEDIUM | client/luascripts/lf_t55xx_multiwriter.lua | 208 | print("Error in block " .. i .. " ...expected: " .. ac.green .. expected_block .. ac.reset .. " ...found: " | CODE |
| MEDIUM | client/luascripts/ntag_hammertime.lua | 86 | print("Error sending the card raw data.") | CODE |
| MEDIUM | client/luascripts/ntag_getsig.lua | 66 | print("Error sending the card raw data.") | CODE |
| MEDIUM | client/experimental_client_with_swig/testembedded.lua | 20 | print("Error decoding JSON: ", err) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | armsrc/cmac_3des.c | 47 | // Step 1: L = 3DES-ENC(0^64) | COMMENT |
| LOW⚡ | armsrc/cmac_3des.c | 50 | // Step 2: K1 = L << 1 (with conditional XOR with 0x1B) | COMMENT |
| LOW⚡ | armsrc/cmac_3des.c | 57 | // Step 3: K2 = K1 << 1 (with conditional XOR with 0x1B) | COMMENT |
| LOW⚡ | armsrc/cmac_calc.c | 79 | // Step 1: L = AES-ENC(0^128) | COMMENT |
| LOW⚡ | armsrc/cmac_calc.c | 82 | // Step 2: K1 = L << 1 (with conditional XOR with 0x87) | COMMENT |
| LOW⚡ | armsrc/cmac_calc.c | 89 | // Step 3: K2 = K1 << 1 (with conditional XOR with 0x87) | COMMENT |
| LOW | armsrc/emvsim.c | 205 | // We have passed the reader's query to the card, but before we return it, we need to check if we need to modify | COMMENT |
| LOW | armsrc/hitagu.c | 737 | // Step 2: Process the actual command | COMMENT |
| LOW | armsrc/hitagu.c | 859 | // Step 2: Send write command | COMMENT |
| LOW | tools/mfc/pm3_mf7b_wipe.py | 18 | # Step 1: Dumping original card and making a Mifare 7byte UID clone using S50 7byte UID | COMMENT |
| LOW | tools/mfc/pm3_mf7b_wipe.py | 40 | # Step 2: Recovering S50 7byte UID card to the blank state | COMMENT |
| LOW | client/lualibs/commands.lua | 35 | -- We need to check if it is correct length, otherwise pad it | CODE |
| LOW⚡ | client/src/cmdhfmfdes.c | 8511 | // Step 1: Select application using the requested/default route. | COMMENT |
| LOW⚡ | client/src/cmdhfmfdes.c | 8520 | // Step 2: Build ISO Internal Authenticate APDU | COMMENT |
| LOW⚡ | client/src/cmdhfmfdes.c | 8521 | // Step 3: Parse TLV response | COMMENT |
| LOW⚡ | client/src/cmdhfmfdes.c | 8530 | // Step 4: Verify signature if public key provided | COMMENT |
| LOW⚡ | client/src/loclass/ikeys.c | 233 | // Step 1: Extract ck2 shifted part from result | COMMENT |
| LOW⚡ | client/src/loclass/ikeys.c | 237 | // Step 2: Reconstruct ck2 | COMMENT |
| LOW⚡ | client/src/loclass/ikeys.c | 239 | // Step 3: Recover ck1 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tools/mfc/pm3_eml2mfd.py | 0 | # andrei costin <zveriu@gmail.com>, 2011 # pm3_eml2mfd.py # converts pm3 mifare classic mfd binary dump file to emulator | STRING |
| HIGH | client/pyscripts/pm3_eml2mfd.py | 0 | # andrei costin <zveriu@gmail.com>, 2011 # pm3_eml2mfd.py # converts pm3 mifare classic mfd binary dump file to emulator | STRING |
| HIGH | tools/mfc/pm3_mfd2eml.py | 0 | # andrei costin <zveriu@gmail.com>, 2011 # pm3_eml2mfd.py # converts pm3 mifare classic mfd binary dump file to emulator | STRING |
| HIGH | client/pyscripts/pm3_mfd2eml.py | 0 | # andrei costin <zveriu@gmail.com>, 2011 # pm3_eml2mfd.py # converts pm3 mifare classic mfd binary dump file to emulator | STRING |
| HIGH | client/pyscripts/ntag22x_libsuncmac.py | 0 | compute the hamming weight (number of set bits) of an integer. | STRING |
| HIGH | client/pyscripts/ntag22x_suncmac_recovery.py | 0 | compute the hamming weight (number of set bits) of an integer. | STRING |
| HIGH | client/pyscripts/mfulaes_mask_recovery.py | 0 | compute the hamming weight (number of set bits) of an integer. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | common/mbedtls/error.c | 224 | /* Begin Auto-Generated Code. */ | COMMENT |
| HIGH | common/mbedtls/error.c | 567 | /* End Auto-Generated Code. */ | COMMENT |
| HIGH | common/mbedtls/error.c | 586 | /* Begin Auto-Generated Code. */ | COMMENT |
| HIGH | common/mbedtls/error.c | 883 | /* End Auto-Generated Code. */ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/pm3_online_check.py | 146 | CODE | |
| LOW | tools/recover_pk.py | 25 | CODE | |
| LOW | tools/recover_pk.py | 45 | CODE | |
| LOW | tools/recover_pk.py | 98 | CODE | |
| LOW | tools/pm3trace_edit.py | 456 | CODE | |
| LOW | tools/pm3_tears_for_fears.py | 374 | CODE | |
| LOW | tools/mfc/pm3_gen_dictionary.py | 70 | CODE | |
| LOW | tools/mfc/pm3_eml_mfd_test.py | 29 | CODE | |
| LOW | tools/mfc/pm3_mfdread.py | 55 | CODE | |
| LOW | tools/mfc/pm3_mfdread.py | 141 | CODE | |
| LOW | client/atr_scrap_pcsctools.py | 74 | CODE | |
| LOW | client/pyscripts/des_talk.py | 102 | CODE | |
| LOW | client/pyscripts/des_talk.py | 202 | CODE | |
| LOW | client/pyscripts/des_talk.py | 346 | CODE | |
| LOW | client/pyscripts/des_talk.py | 472 | CODE | |
| LOW | client/pyscripts/pm3_help2list.py | 40 | CODE | |
| LOW | client/pyscripts/ntag22x_libsuncmac.py | 120 | CODE | |
| LOW | client/pyscripts/ntag22x_libsuncmac.py | 123 | CODE | |
| LOW | client/pyscripts/fm11rf08s_full.py | 270 | CODE | |
| LOW | client/pyscripts/fm11rf08s_full.py | 391 | CODE | |
| LOW | client/pyscripts/fm11rf08s_full.py | 412 | CODE | |
| LOW | client/pyscripts/fm11rf08s_full.py | 581 | CODE | |
| LOW | client/pyscripts/fm11rf08s_full.py | 1028 | CODE | |
| LOW | client/pyscripts/pm3_eml_mfd_test.py | 27 | CODE | |
| LOW | client/pyscripts/mfuev1_counter_reset.py | 391 | CODE | |
| LOW | client/pyscripts/mfulc_counterfeit_recovery.py | 270 | CODE | |
| LOW | client/pyscripts/mfulc_counterfeit_recovery.py | 476 | CODE | |
| LOW | client/pyscripts/fm11rf08s_recovery.py | 74 | CODE | |
| LOW | client/pyscripts/pm3_resources.py | 56 | CODE | |
| LOW | client/pyscripts/mfulaes_mask_recovery.py | 44 | CODE | |
| LOW | client/pyscripts/mfulaes_mask_recovery.py | 120 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/pm3_online_tests.sh | 106 | # Check if file exists | STRING |
| LOW | tools/mfc/pm3_gen_dictionary.py | 79 | # Check if the directory exists | COMMENT |
| LOW | tools/mfc/pm3_gen_dictionary.py | 98 | # Check if the file name starts with the given prefix | COMMENT |
| LOW | client/update_amiibo_tools_lua.py | 67 | # Open the file | COMMENT |
| LOW | client/pyscripts/des_talk.py | 144 | if aids: # Check if there are any AIDs | CODE |
| LOW | client/pyscripts/des_talk.py | 385 | # Check if byte falls in printable ASCII range | COMMENT |
| LOW | client/pyscripts/read_t-union.py | 294 | # Check if we have enough bytes for tag and length | COMMENT |
| LOW | client/pyscripts/read_t-union.py | 306 | # Check if we have enough bytes for value | COMMENT |
| LOW | client/pyscripts/paxton_net.py | 87 | # Check if the second nibble of the second byte in block 5 is 'F' | COMMENT |
| LOW | client/pyscripts/mfulc_counterfeit_recovery.py | 196 | # Check if all blocks are cracked | COMMENT |
| LOW | client/pyscripts/pm3_nfc2eml.py | 27 | # Check if the input file is a text file based on its content | COMMENT |
| LOW⚡ | client/pyscripts/pm3_nfc2eml.py | 59 | # Check if the target file exists | COMMENT |
| LOW⚡ | client/pyscripts/pm3_nfc2eml.py | 68 | # Check if the input file name has the .nfc extension | COMMENT |
| LOW⚡ | client/pyscripts/pm3_nfc2eml.py | 75 | # Check if the directory of the output file is writable | COMMENT |
| LOW⚡ | client/pyscripts/pm3_nfc2eml.py | 80 | # Check if the output file name has the .eml extension | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/pm3_online_check.py | 31 | CODE | |
| LOW | tools/pm3_online_check.py | 32 | CODE | |
| LOW | tools/pm3trace_edit.py | 30 | CODE | |
| LOW | tools/pm3trace_edit.py | 35 | CODE | |
| LOW | tools/pm3_reblay-emulating.py | 16 | CODE | |
| LOW | tools/pm3_reblay-emulating.py | 17 | CODE | |
| LOW | tools/pm3_reblay-emulating.py | 18 | CODE | |
| LOW | client/pyscripts/paxton_switch.py | 20 | CODE | |
| LOW | client/pyscripts/pm3_help2list.py | 22 | CODE | |
| LOW | client/pyscripts/paxton_convert.py | 21 | CODE | |
| LOW | client/pyscripts/pm3.py | 7 | CODE | |
| LOW | client/pyscripts/ice.py | 1 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/pm3_online_tests.sh | 244 | function CheckMfHidEncodeRoundTrip() { | STRING |
| LOW | tools/mfc/pm3_mfdread.py | 90 | def accbits_to_permission_sector(accbits): | STRING |
| LOW | tools/mfc/pm3_mfdread.py | 107 | def accbits_to_permission_data(accbits): | STRING |
| LOW | client/pyscripts/ntag22x_libsuncmac.py | 39 | def enumerate_words_with_k_bits_set(n_bits, max_bits_set, mask=0): | CODE |
| LOW | client/pyscripts/ntag22x_libsuncmac.py | 52 | def count_words_with_k_bits_set(n_bits, max_bits_set, mask=0): | CODE |
| LOW | client/pyscripts/ntag22x_libsuncmac.py | 65 | def sliced_enumerate_words_with_k_bits_set(n_bits, max_bits_set, slice_index=0, total_slices=1, mask=0): | CODE |
| LOW | client/pyscripts/ntag22x_libsuncmac.py | 206 | def bruteforce_suncmac_low_hw(start_key, msg, segment, n_bits=32, bitflips=7, quiet=False): | CODE |
| LOW | client/pyscripts/read_t-union.py | 578 | def process_tunion_transit_card(pm3_conn: BridgePM3) -> None: | CODE |
| LOW | client/pyscripts/pm3.py | 27 | def _swig_setattr_nondynamic_instance_variable(set): | CODE |
| LOW | client/pyscripts/pm3.py | 40 | def _swig_setattr_nondynamic_class_variable(set): | CODE |
| LOW | client/pyscripts/ntag22x_suncmac_recovery.py | 47 | def enumerate_words_with_k_bits_set(n_bits, max_bits_set, mask=0): | CODE |
| LOW⚡ | client/pyscripts/theremin.py | 109 | def linear_to_exponential_freq(v, min_v, max_v, min_freq, max_freq): | CODE |
| LOW | client/lualibs/precalc.lua | 37 | local function ApplyPermutationAndShifts( pos, value, nibble) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | covbuild.sh | 25 | # make sure to do client after ARM because Coverity retains one build info per file | COMMENT |
| LOW | armsrc/felica.c | 229 | case STATE_FULL: //ignore byte. Don't forget to clear frame to receive next one... | CODE |
| MEDIUM | tools/hitag2crack/common/hitagcrypto.h | 118 | * parties as discussed above. If you wish to specify special license * | COMMENT |
| MEDIUM | tools/hitag2crack/common/hitagcrypto.c | 118 | * parties as discussed above. If you wish to specify special license * | COMMENT |
| LOW | common/mbedtls/blowfish.h | 40 | #define MBEDTLS_BLOWFISH_ROUNDS 16 /**< Rounds to use. When increasing this value, make sure to extend the | COMMENT |
| LOW | client/src/cmdhfmfu.h | 110 | // Don't forget to fill UL_TYPES_ARRAY and UL_MEMORY_ARRAY if new types are added | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | armsrc/iso15693.c | 218 | // is designed for more robust communication over longer distances | COMMENT |
| MEDIUM | tools/pm3_tears_for_fears.py | 318 | # No bits can be used as leverage | COMMENT |
| MEDIUM | tools/pm3_tears_for_fears.py | 355 | # No bits can be used as leverage | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | client/pyscripts/ntag22x_libsuncmac.py | 146 | chunk_size = 2**20 # Define a smaller chunk size | CODE |
| MEDIUM | client/pyscripts/pm3_nfc2eml.py | 42 | # Create an argument parser | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | armsrc/em4x70.c | 38 | // Example usage: | COMMENT |
| LOW | tools/mfc/pm3_gen_dictionary.py | 35 | # Usage: | STRING |
| LOW | tools/mfc/pm3_mfdread.py | 12 | #Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | client/update_amiibo_tools_lua.py | 89 | CODE | |
| LOW | client/pyscripts/fm11rf08s_recovery.py | 74 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | armsrc/iso14443a.c | 1990 | // TODO: implement cyclic memory if we reach AUTH0 and AUTH1=0 and unauth on ULC/ULAES, or if we rea | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | client/resources/ecplist.json | 131 | "key": ["demo", "placeholder"], | CODE |