<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[libnfc developers community - Mifare Classic Offline Cracker]]></title>
	<link rel="self" href="http://www.libnfc.org/community/feed/atom/topic/89/"/>
	<updated>2011-07-29T19:48:28Z</updated>
	<generator>PunBB</generator>
	<id>http://www.libnfc.org/community/topic/89/mifare-classic-offline-cracker/</id>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/2337/#p2337"/>
			<content type="html"><![CDATA[<p>It´s&nbsp; dificult if sms are stored in phone´s memory, but not impossible. If they are in your SIM card it´s easier.</p><br /><br /><p>I only know for Nokia phones (symbian):</p><p><a href="http://84productions.blogspot.com/2008/07/how-to-read-deleted-sms-only-for-nokia.html">http://84productions.blogspot.com/2008/ &#133; nokia.html</a></p><br /><p><a href="http://www.securityfocus.com/archive/1/468652/30/">http://www.securityfocus.com/archive/1/468652/30/</a></p><br /><p>If sms are stored in your SIM card, it´s possible to do it with this tool:</p><p><a href="http://vidstrom.net/stools/undeletesms/">http://vidstrom.net/stools/undeletesms/</a></p><p>You´ll need a SIM smartcard reader for connecting it to your pc.</p><p>Regards.</p>]]></content>
			<author>
				<name><![CDATA[Baquinjam Palas]]></name>
				<uri>http://www.libnfc.org/community/user/124/</uri>
			</author>
			<updated>2011-07-29T19:48:28Z</updated>
			<id>http://www.libnfc.org/community/post/2337/#p2337</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/2334/#p2334"/>
			<content type="html"><![CDATA[<p>Is it possible to hack into a cell phone and read new or deleted txt messages?<br />Its not like Im cheating on him. I am thinking about leaving him with my kids and have deleted several text messages that I talk about him and our problems and what I may be planning..... I just want to know is it possible? He has a friend at work who he says can hack into any cell phone and any myspace or facebook and that he can do it from any phone it doesnt matter how old the cell is. Not looking for marriage advice so please just answer the question asked. Thankyou.</p><br /><p><a href="http://www.wifirobinstore.com/the-wep-crack-software">wep cracking software</a> <a href="http://www.wifirobinstore.com/the-wep-key-hack">wep hack</a> <a href="http://http://www.wifirobinstore.com/wep-key-cracker">cracking wep</a></p>]]></content>
			<author>
				<name><![CDATA[Myriam]]></name>
				<uri>http://www.libnfc.org/community/user/1108/</uri>
			</author>
			<updated>2011-07-29T08:10:41Z</updated>
			<id>http://www.libnfc.org/community/post/2334/#p2334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1428/#p1428"/>
			<content type="html"><![CDATA[<p>The problem seemed to be, that (some versions of) the ACR122 crash when after </p><div class="codebox"><pre><code>if (!nfc_initiator_transceive_bits(r.pdi, AuthEnc, 32, AuthEncPar,Rx, &amp;RxLen, RxPar)) {</code></pre></div><p>, there is no communication with the reader while </p><div class="codebox"><pre><code>for (m = d-&gt;median-d-&gt;tolerance; m &lt;= d-&gt;median+d-&gt;tolerance; m +=2) {</code></pre></div><p> is running. This also explains why setting the &quot;distance&quot; option (-T) low helps mfoc to continue (See remarks at <a href="http://www.libnfc.org/community/topic/240/troubles-when-using-mfoc/).">http://www.libnfc.org/community/topic/2 &#133; ng-mfoc/).</a><br />I don&#039;t know what causes this, and why some ACR122&#039;s are affected and some (notably: yours) are not; but putting the </p><div class="codebox"><pre><code>nfc_configure(pdi,NDO_HANDLE_CRC,true);
nfc_configure(pdi,NDO_HANDLE_PARITY,true);</code></pre></div><p>code inside mf_enhanced_auth() did the trick. Some of the folks at <a href="http://www.ov-chipkaart.org/?page_id=24">http://www.ov-chipkaart.org/?page_id=24</a> already tested this and so far, it seems to work well (it does for me).<br />The patch so far is rather intrusive, as I removed all calls to mf_configure, to replace these with individual nfc_configure() calls. This doesn&#039;t always work out well: sometimes, resetting the CRC or parity-handling at the end of mf_enhanced_auth still fails - and will stop mfoc. Also, my current mfoc.c code is a mess, with out-commented printf() and sleep() calls all over the place.<br />As a stop gap, for those that do have the problem, there&#039;s a link to the hacked up source code at my blog (I won&#039;t repeat it here, see above links). I&#039;ll fix the minor issues in a few days, clean up the source; then I&#039;ll file a proper bug and put a (proper, cleaned up) patch in the issue tracker.</p>]]></content>
			<author>
				<name><![CDATA[valentijn]]></name>
				<uri>http://www.libnfc.org/community/user/511/</uri>
			</author>
			<updated>2010-11-30T15:14:27Z</updated>
			<id>http://www.libnfc.org/community/post/1428/#p1428</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1427/#p1427"/>
			<content type="html"><![CDATA[<p>Hello,</p><div class="quotebox"><cite>valentijn wrote:</cite><blockquote><p>So I started hacking around in MFOC and was able to filter out most of the problems.</p></blockquote></div><p>Nice, what was the problem ?</p><div class="quotebox"><cite>valentijn wrote:</cite><blockquote><p>So I have only two questions: are there any volunteers with crashing ACR122U207 readers out there?</p></blockquote></div><p>I have some ACR122U102 and one ACR122U206, I can test... BTW, I don&#039;t have these problems before.</p><div class="quotebox"><cite>valentijn wrote:</cite><blockquote><p>And where should I send the source?</p></blockquote></div><p>You can create an issue on the issue tracker and submit your patch(es) or you can directly send it to me.</p>]]></content>
			<author>
				<name><![CDATA[rconty]]></name>
				<uri>http://www.libnfc.org/community/user/26/</uri>
			</author>
			<updated>2010-11-29T09:48:57Z</updated>
			<id>http://www.libnfc.org/community/post/1427/#p1427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1425/#p1425"/>
			<content type="html"><![CDATA[<p>Hi, I have an ACR122U207 - PN532 v1.6 (0x07) as well and MFOC kept crashing the card reader here, too. (Blocking USB communication; you&#039;ll have to unplug and re-plug the reader). So I started hacking around in MFOC and was able to filter out most of the problems. My personal MFOC will now run for some 20 minutes straight, without problems; and if it stops, it only stops because of I/O, it no longer crashes the reader.</p><p>So I have only two questions: are there any volunteers with crashing ACR122U207 readers out there? And where should I send the source?</p><p>Volunteers with non-crashing ACR122U207 readers are most welcome, too, because I would hate to see their readers crash now.</p>]]></content>
			<author>
				<name><![CDATA[valentijn]]></name>
				<uri>http://www.libnfc.org/community/user/511/</uri>
			</author>
			<updated>2010-11-26T20:33:18Z</updated>
			<id>http://www.libnfc.org/community/post/1425/#p1425</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1418/#p1418"/>
			<content type="html"><![CDATA[<p>Wow, this was very easy. Thanks for your&nbsp; patience and your help.</p>]]></content>
			<author>
				<name><![CDATA[shell]]></name>
				<uri>http://www.libnfc.org/community/user/160/</uri>
			</author>
			<updated>2010-11-22T10:53:14Z</updated>
			<id>http://www.libnfc.org/community/post/1418/#p1418</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1417/#p1417"/>
			<content type="html"><![CDATA[<p>You have posted problem and solution:<br /></p><div class="quotebox"><cite>config.log wrote:</cite><blockquote><p>configure:3760: $PKG_CONFIG --exists --print-errors &quot;libnfc &gt;= $LIBNFC_REQUIRED_VERSION&quot;<br />Package libnfc was not found in the pkg-config search path.<br />Perhaps you should add the directory containing `libnfc.pc&#039;<br />to the PKG_CONFIG_PATH environment variable</p></blockquote></div><p>so please read: <br /></p><div class="codebox"><pre><code>man 1 pkg-config</code></pre></div><p>and you will see that works with something like:<br /></p><div class="codebox"><pre><code>PKG_CONFIG_PATH=/additionnal/path/ ./configure --your-options</code></pre></div>]]></content>
			<author>
				<name><![CDATA[rconty]]></name>
				<uri>http://www.libnfc.org/community/user/26/</uri>
			</author>
			<updated>2010-11-22T09:47:06Z</updated>
			<id>http://www.libnfc.org/community/post/1417/#p1417</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1413/#p1413"/>
			<content type="html"><![CDATA[<p>As i wrote, libnfc 1.4.0 is installed properly. Any other idea?</p><p>EDIT:</p><div class="quotebox"><cite>config.log wrote:</cite><blockquote><p>configure:3760: $PKG_CONFIG --exists --print-errors &quot;libnfc &gt;= $LIBNFC_REQUIRED_VERSION&quot;<br />Package libnfc was not found in the pkg-config search path.<br />Perhaps you should add the directory containing `libnfc.pc&#039;<br />to the PKG_CONFIG_PATH environment variable</p></blockquote></div><p>I &#039;ve two libnfc.pc files:<br />* /usr/local/lib/pkgconfig/libnfc.pc<br />* /usr/local/lib64/pkgconfig/libnfc.pc</p>]]></content>
			<author>
				<name><![CDATA[shell]]></name>
				<uri>http://www.libnfc.org/community/user/160/</uri>
			</author>
			<updated>2010-11-21T11:49:50Z</updated>
			<id>http://www.libnfc.org/community/post/1413/#p1413</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1412/#p1412"/>
			<content type="html"><![CDATA[<p>you need to have the latest libnfc installed.<br />you can get it here:</p><p><a href="http://code.google.com/p/libnfc/downloads/detail?name=libnfc-1.4.0.tar.gz&amp;can=2&amp;q=">http://code.google.com/p/libnfc/downloa &#133; n=2&amp;q=</a></p>]]></content>
			<author>
				<name><![CDATA[attrib]]></name>
				<uri>http://www.libnfc.org/community/user/169/</uri>
			</author>
			<updated>2010-11-20T15:16:13Z</updated>
			<id>http://www.libnfc.org/community/post/1412/#p1412</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1410/#p1410"/>
			<content type="html"><![CDATA[<p>I&#039;m trying to compile the new mfoc Version 0.10 on a x64 based Gentoo System. If compiled and installed the libnfc Version 1.4.0. But every time i try to run ./configure for mfoc i got the following message:</p><p>configure: error: libnfc &gt;= 1.4.0 is mandatory.</p><p>Ideas?</p>]]></content>
			<author>
				<name><![CDATA[shell]]></name>
				<uri>http://www.libnfc.org/community/user/160/</uri>
			</author>
			<updated>2010-11-19T20:37:33Z</updated>
			<id>http://www.libnfc.org/community/post/1410/#p1410</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1402/#p1402"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>attrib wrote:</cite><blockquote><p>btw, could you solve to problem?</p></blockquote></div><p>After some research, &quot;Invalid Parameter&quot; was not a correct error string. Since r825, its fixed and now you will have &quot;Invalid Received Frame&quot;.</p><p>See <a href="http://code.google.com/p/libnfc/issues/detail?id=132">http://code.google.com/p/libnfc/issues/detail?id=132</a></p><p>So, the libnfc is fixed now maybe we could enhance a bit nfc-mfclassic to handle the case..</p>]]></content>
			<author>
				<name><![CDATA[rconty]]></name>
				<uri>http://www.libnfc.org/community/user/26/</uri>
			</author>
			<updated>2010-11-17T09:08:34Z</updated>
			<id>http://www.libnfc.org/community/post/1402/#p1402</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1393/#p1393"/>
			<content type="html"><![CDATA[<p>no problem. i&#039;d love to fool around with different versions and platforms. i just hope i can be of any help with just providing feedback..</p><p>btw, could you solve to problem? i&#039;ve been busy these days and didn&#039;t have the opportunity to check it out. also i checked out the code but couldn&#039;t find any problems.</p>]]></content>
			<author>
				<name><![CDATA[attrib]]></name>
				<uri>http://www.libnfc.org/community/user/169/</uri>
			</author>
			<updated>2010-11-12T17:45:55Z</updated>
			<id>http://www.libnfc.org/community/post/1393/#p1393</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1388/#p1388"/>
			<content type="html"><![CDATA[<p>I got some help!</p><p>Using Mifare Classic, even if an Auth command pass (without errors), Read cmd can fail with &quot;Invalid Params&quot; if the key you are using don&#039;t allow you to read the block you ask.<br />So, mfoc and nfc-mfclassic have to be fixed in order to workaround this &quot;bug&quot;.</p>]]></content>
			<author>
				<name><![CDATA[rconty]]></name>
				<uri>http://www.libnfc.org/community/user/26/</uri>
			</author>
			<updated>2010-11-08T14:38:04Z</updated>
			<id>http://www.libnfc.org/community/post/1388/#p1388</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1387/#p1387"/>
			<content type="html"><![CDATA[<p>Hello,<br />First, I want to thank you to try many cases, that helps a lot !</p><div class="quotebox"><cite>attrib wrote:</cite><blockquote><p>first off, I thought it was a mfoc problem because it showed me the same error messages. but when I tried mfcuk and it gave me no errors.<br />I am beginning to think it must be a libnfc problem. or is it a driver problem?</p></blockquote></div><p>I goes deeper in this problem and that error comes from the chip.<br />So, there is a bug... reported by the NFC chip, in &quot;special&quot; conditions... I&#039;ll report as soon as I found the problem source.</p>]]></content>
			<author>
				<name><![CDATA[rconty]]></name>
				<uri>http://www.libnfc.org/community/user/26/</uri>
			</author>
			<updated>2010-11-08T14:29:37Z</updated>
			<id>http://www.libnfc.org/community/post/1387/#p1387</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Mifare Classic Offline Cracker]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/post/1386/#p1386"/>
			<content type="html"><![CDATA[<p>alright, i tried to recover keys with mfcuk and this succeed without any errors.<br />now when i try to read out the data blocks with the recovered keys the same problem appears with nfc-mfclassic..</p><div class="codebox"><pre><code>Connected to NFC reader: ACS ACR122U 00 00 / ACR122U102 - PN532 v1.4 (0x07)
Found MIFARE Classic 4k card with UID: cff21c44
Reading out 256 blocks |..................nfc_initiator_transceive_bytes: Invalid Parameter
!
Error: unable to read block 0x56</code></pre></div><p>first off, I thought it was a mfoc problem because it showed me the same error messages. but when I tried mfcuk and it gave me no errors.<br />I am beginning to think it must be a libnfc problem. or is it a driver problem?</p>]]></content>
			<author>
				<name><![CDATA[attrib]]></name>
				<uri>http://www.libnfc.org/community/user/169/</uri>
			</author>
			<updated>2010-11-08T10:38:02Z</updated>
			<id>http://www.libnfc.org/community/post/1386/#p1386</id>
		</entry>
</feed>

