Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIFARE Classic Key Recovery Improvements #3822

Draft
wants to merge 59 commits into
base: dev
Choose a base branch
from

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    cf6d6bb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Nonce logging

    noproto committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b154603 View commit details
    Browse the repository at this point in the history
  2. Dictionary attack structure

    noproto committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ef16770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3bf372 View commit details
    Browse the repository at this point in the history
  4. Fix compilation

    noproto committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    213ec1d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    9ba78bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d66638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e61b543 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    09f8a73 View commit details
    Browse the repository at this point in the history
  2. Modify parity collection

    noproto committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7d2cab5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Fixed parity bit collection

    noproto committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8dd3daf View commit details
    Browse the repository at this point in the history
  2. Add note to fix nonce logging

    noproto committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    4b44288 View commit details
    Browse the repository at this point in the history
  3. Fix nonce logging

    noproto committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    5feeae8 View commit details
    Browse the repository at this point in the history
  4. Clean redundant code

    noproto committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    3acba77 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Fix valid_nonce

    noproto committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    6332ec7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    01b1948 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    8d1a220 View commit details
    Browse the repository at this point in the history
  2. FM11RF08S backdoor detection

    noproto committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cc8cae7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    79bc887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af28fb View commit details
    Browse the repository at this point in the history
  3. Renaming some variables

    noproto committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    08ca794 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    b7e63bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc10cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a0e4b View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    noproto committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c1f01ce View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Misc bugfixes

    noproto committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    26845cb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    5235592 View commit details
    Browse the repository at this point in the history
  2. Collect nonces again

    noproto committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0b33c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0331ba View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Relocate backdoor detection

    noproto committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4c14594 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    144424e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Hardnested support

    noproto committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    90d0c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2abeb07 View commit details
    Browse the repository at this point in the history
  3. Backdoor read

    noproto committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ccc4326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c7120e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Backdoor nested calibration

    noproto committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2cb2f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e9fe1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e0cd32 View commit details
    Browse the repository at this point in the history
  4. Update TODO

    noproto committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3cb3eab View commit details
    Browse the repository at this point in the history
  5. NFC app UI updates, MVP

    noproto committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    92122b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bb3349 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    b09d5a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    9ea7a46 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    9558a5f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    cba58ed View commit details
    Browse the repository at this point in the history
  2. Clear TODO line

    noproto committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ab8bc3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7484ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c43806b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab0debb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    8d26636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13411da View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    8edafa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    18f8cfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4836a54 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Clean up various issues

    noproto committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3ab752b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eae5c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8864a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    c1cdd49 View commit details
    Browse the repository at this point in the history
  2. Typo

    noproto committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    96606dc View commit details
    Browse the repository at this point in the history