├── .crypto1.c.swp ├── Makefile ├── README ├── crapto1.c ├── crapto1.h ├── crypto1.c ├── iso14443crc.c ├── iso14443crc.h ├── mf_nonce_brute.c ├── protocol.h ├── sleep.c └── sleep.h /.crypto1.c.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/.crypto1.c.swp -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/README -------------------------------------------------------------------------------- /crapto1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/crapto1.c -------------------------------------------------------------------------------- /crapto1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/crapto1.h -------------------------------------------------------------------------------- /crypto1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/crypto1.c -------------------------------------------------------------------------------- /iso14443crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/iso14443crc.c -------------------------------------------------------------------------------- /iso14443crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/iso14443crc.h -------------------------------------------------------------------------------- /mf_nonce_brute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/mf_nonce_brute.c -------------------------------------------------------------------------------- /protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/protocol.h -------------------------------------------------------------------------------- /sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/sleep.c -------------------------------------------------------------------------------- /sleep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iceman1001/mf_nonce_brute/HEAD/sleep.h --------------------------------------------------------------------------------