<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.hackbbs.org/index.php?action=history&amp;feed=atom&amp;title=Op%C3%A9rations_de_base_sur_le_NFC</id>
	<title>Opérations de base sur le NFC - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hackbbs.org/index.php?action=history&amp;feed=atom&amp;title=Op%C3%A9rations_de_base_sur_le_NFC"/>
	<link rel="alternate" type="text/html" href="https://wiki.hackbbs.org/index.php?title=Op%C3%A9rations_de_base_sur_le_NFC&amp;action=history"/>
	<updated>2026-06-02T00:32:41Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.42.0-alpha</generator>
	<entry>
		<id>https://wiki.hackbbs.org/index.php?title=Op%C3%A9rations_de_base_sur_le_NFC&amp;diff=5482&amp;oldid=prev</id>
		<title>Korigan : Page créée avec « ===Prérequis=== Exécuter le script de déploiement NFC  ou bien installer manuellement ces outils:  * Pcsclite : https://alioth.debian.org/frs/?group_id=30105 * Driv... »</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackbbs.org/index.php?title=Op%C3%A9rations_de_base_sur_le_NFC&amp;diff=5482&amp;oldid=prev"/>
		<updated>2013-09-10T12:56:43Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ===Prérequis=== Exécuter le &lt;a href=&quot;/index.php/Script_de_d%C3%A9ploiement_NFC&quot; title=&quot;Script de déploiement NFC&quot;&gt;script de déploiement NFC&lt;/a&gt;  ou bien installer manuellement ces outils:  * Pcsclite : https://alioth.debian.org/frs/?group_id=30105 * Driv... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Prérequis===&lt;br /&gt;
Exécuter le [[script de déploiement NFC]]&lt;br /&gt;
&lt;br /&gt;
ou bien installer manuellement ces outils:&lt;br /&gt;
&lt;br /&gt;
* Pcsclite : https://alioth.debian.org/frs/?group_id=30105&lt;br /&gt;
* Drivers : http://www.scm-pc-card.de/index.php?lang=en&amp;amp;page=download&amp;amp;function=show_downloads&amp;amp;product_id=610&lt;br /&gt;
* libnfc-1.7.0 : http://libnfc.googlecode.com/files/libnfc-1.7.0-rc7.tar.gz&lt;br /&gt;
* Patcher libnfc pour la réécriture du secteur 0 : https://gist.github.com/alphazo/3303282&lt;br /&gt;
* blacklister nfc et pn533 (debian) dans /etc/modprobe.d/blacklist-libnfc.conf&lt;br /&gt;
  blacklist pn533&lt;br /&gt;
  blacklist nfc&lt;br /&gt;
* mfoc : https://code.google.com/p/mfoc/&lt;br /&gt;
&lt;br /&gt;
===Clone d'une carte NFC===&lt;br /&gt;
====Lecture de la carte vierge====&lt;br /&gt;
&lt;br /&gt;
  # nfc-list&lt;br /&gt;
  nfc-list uses libnfc 1.5.1 (r1175)&lt;br /&gt;
  Connected to NFC device: SCM Micro / SCL3711-NFC&amp;amp;RW - PN533 v2.7 (0x07)&lt;br /&gt;
  1 ISO14443A passive target(s) found:&lt;br /&gt;
  ATQA (SENS_RES): 00  04  &lt;br /&gt;
     UID (NFCID1): 00  00  00  00  &lt;br /&gt;
     SAK (SEL_RES): 08  &lt;br /&gt;
&lt;br /&gt;
====Dump de la carte vierge et obtention des clef (identification)====&lt;br /&gt;
&lt;br /&gt;
  # mfoc -P 500 -O blank-chinese.dmp&lt;br /&gt;
&lt;br /&gt;
====Lecture de la carte à cloner====&lt;br /&gt;
&lt;br /&gt;
  # nfc-list&lt;br /&gt;
  nfc-list uses libnfc 1.5.1 (r1175)&lt;br /&gt;
  Connected to NFC device: SCM Micro / SCL3711-NFC&amp;amp;RW - PN533 v2.7 (0x07)&lt;br /&gt;
  1 ISO14443A passive target(s) found:&lt;br /&gt;
  ATQA (SENS_RES): 00  04  &lt;br /&gt;
      UID (NFCID1): 9b  97  4f  19  &lt;br /&gt;
      SAK (SEL_RES): 08  &lt;br /&gt;
&lt;br /&gt;
====Dump de la carte à cloner====&lt;br /&gt;
  # mfoc -P 500 -O cardtocopy.dmp&lt;br /&gt;
&lt;br /&gt;
====Ecriture du dump sur la carte vierge====&lt;br /&gt;
  # nfc-mfclassic w a cardtocopy.dmp blank-chinese.dmp&lt;br /&gt;
ou&lt;br /&gt;
  # nfc-mfclassic w a cardtocopy.dmp blank-chinese.dmp&lt;br /&gt;
Si la clef est de type b, on utilise: &lt;br /&gt;
  # nfc-mfclassic w b cardtocopy.dmp blank-chinese.dmp&lt;br /&gt;
Si on souhaites écrire les deux clefs:  &lt;br /&gt;
  # nfc-mfclassic w x cardtocopy.dmp blank-chinese.dmp&lt;br /&gt;
Si on souhaite écrire le bit 0:&lt;br /&gt;
  # nfc-mfclassic W a cardtocopy.dmp blank-chinese.dmp&lt;br /&gt;
&lt;br /&gt;
/!\ Sur certaines clef la caste du type de clef est importante et il peut être nécessaire d'exécuter par exemple:&lt;br /&gt;
  # nfc-mfclassic w X cardtocopy.dmp blank-chinese.dmp&lt;br /&gt;
&lt;br /&gt;
====Vérification que les deux cartes sont les mêmes====&lt;br /&gt;
  # nfc-list&lt;br /&gt;
  nfc-list uses libnfc 1.5.1 (r1175)&lt;br /&gt;
  Connected to NFC device: SCM Micro / SCL3711-NFC&amp;amp;RW - PN533 v2.7 (0x07)&lt;br /&gt;
  1 ISO14443A passive target(s) found:&lt;br /&gt;
    ATQA (SENS_RES): 00  04  &lt;br /&gt;
     UID (NFCID1): 9b  97  4f  19  &lt;br /&gt;
     SAK (SEL_RES): 08  &lt;br /&gt;
&lt;br /&gt;
====Pour restaurer la carte vierge====&lt;br /&gt;
  # nfc-mfclassic w b blank-chinese.dmp cardtocopy.dmp&lt;br /&gt;
ou&lt;br /&gt;
  # nfc-mfclassic w a blank-chinese.dmp cardtocopy.dmp&lt;/div&gt;</summary>
		<author><name>Korigan</name></author>
	</entry>
</feed>