<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Commentaires sur : Cracker des Zip, Rar, 7z et PDF sous Linux</title> <atom:link href="http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/feed" rel="self" type="application/rss+xml" /><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html</link> <description>Upgrade your mind</description> <lastBuildDate>Sat, 26 May 2012 23:41:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Par : Not - trolling</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-227044</link> <dc:creator>Not - trolling</dc:creator> <pubDate>Fri, 01 Apr 2011 11:32:39 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-227044</guid> <description>ou un rar sous Win..</description> <content:encoded><![CDATA[<p>ou un rar sous Win..</p> ]]></content:encoded> </item> <item><title>Par : Jack The Ripper</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-225738</link> <dc:creator>Jack The Ripper</dc:creator> <pubDate>Thu, 24 Mar 2011 10:00:50 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-225738</guid> <description>Pour un .doc sous linux ? :-)</description> <content:encoded><![CDATA[<p>Pour un .doc sous linux ? <img
src="http://korben.info/wp-content/plugins/wp-smiley-switcher/yellowpack/icon_smile.gif" alt="" /></p> ]]></content:encoded> </item> <item><title>Par : gromoloch</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-209958</link> <dc:creator>gromoloch</dc:creator> <pubDate>Sat, 01 Jan 2011 16:01:40 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-209958</guid> <description>Salut Korben
En regardant dans le fichier README de rarcrack-0.2.tar.bz2 :
voila le contenu du fichier :
RarCrack!
This program licensed under GPL 2.
If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.
This program uses bruteforce algorithm to find correct password. You can specify wich characters will be used in password generations.
Warning: Please don&#039;t use this program for any illegal things!
Changelog:
--------------------------------------------------
Version 0.2 [this is the latest version]
* Added multiple cracking threads support
* Added 7z, zip support
* Archive file type auto-detection
Version 0.1
* Inital version (rar cracking working)
--------------------------------------------------
Software requirements:
* &gt; glibc 2.4
* any POSIX compatible operating system [sorry Window$ isn&#039;t]
* pthreads
* libxml2
* and finally: 7zip, unrar, unzip
Building and installing:
Everything is very easy:
---------------------------------------------------
tar -xjf rarcrack-VERSION.tar.bz2
cd rarcrack-VERSION
#you need gcc or any C compiler (edit Makefile CC=YOUR_C_COMPILER)
make
#you must be root in next step:
make install
---------------------------------------------------
Using RarCrack:
---------------------------------------------------
rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar&#124;zip&#124;7z]
---------------------------------------------------
Everything in [] are optional, rarcrack default crack two threads and autodetect the archive type. If the detection wrong you can specify the correct file type with the type parameter. RarCrack currently crack maximum in 12 threads.
After the cracking started RarCrack will print the current status of cracking and save it&#039;s to a status file. If you want more specific password character set, you need to run RarCrack to create the XML status file (3 sec).
---------------------------------------------------
0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
uU
---------------------------------------------------
This is a sample XML file, and you see there is a character set. If you want, you can modify this file and when you start RarCrack again the program will be use new variables.
Warning: Take care when you changing this file, make sure the current password don&#039;t have characters outside the abc[character set]!
Et bien je me rends compte qu&#039;il dise contrairement à toi , qu&#039;il faut installer :
-  &gt; glibc 2.4
-  pthreads
-  libxml2   (et non pas libxml2-dev comme tu le dit)
Pourquoi tu ne dit pas qu&#039;il faut faire comme ils disent ??
Qu&#039;est ce que : &gt; glibc 2.4 , pthreads , libxml2 et libxml2-dev ???
A un moment ils disent : #you need gcc or any C compiler (edit Makefile CC=YOUR_C_COMPILER)
Qu&#039;est ce que ça signifie exactement ??
merci de vos réponses .</description> <content:encoded><![CDATA[<p>Salut Korben</p><p>En regardant dans le fichier README de rarcrack-0.2.tar.bz2 :</p><p>voila le contenu du fichier :</p><p>RarCrack!</p><p>This program licensed under GPL 2.</p><p>If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.<br
/> This program uses bruteforce algorithm to find correct password. You can specify wich characters will be used in password generations.<br
/> Warning: Please don&#8217;t use this program for any illegal things!</p><p>Changelog:<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br
/> Version 0.2 [this is the latest version]<br
/> * Added multiple cracking threads support<br
/> * Added 7z, zip support<br
/> * Archive file type auto-detection</p><p>Version 0.1<br
/> * Inital version (rar cracking working)<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p><p>Software requirements:<br
/> * &gt; glibc 2.4<br
/> * any POSIX compatible operating system [sorry Window$ isn't]<br
/> * pthreads<br
/> * libxml2<br
/> * and finally: 7zip, unrar, unzip</p><p>Building and installing:</p><p>Everything is very easy:<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> tar -xjf rarcrack-VERSION.tar.bz2<br
/> cd rarcrack-VERSION<br
/> #you need gcc or any C compiler (edit Makefile CC=YOUR_C_COMPILER)<br
/> make<br
/> #you must be root in next step:<br
/> make install<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p><p>Using RarCrack:<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> Everything in [] are optional, rarcrack default crack two threads and autodetect the archive type. If the detection wrong you can specify the correct file type with the type parameter. RarCrack currently crack maximum in 12 threads.</p><p>After the cracking started RarCrack will print the current status of cracking and save it&#8217;s to a status file. If you want more specific password character set, you need to run RarCrack to create the XML status file (3 sec).<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p><p> 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ<br
/> uU</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> This is a sample XML file, and you see there is a character set. If you want, you can modify this file and when you start RarCrack again the program will be use new variables.<br
/> Warning: Take care when you changing this file, make sure the current password don&#8217;t have characters outside the abc[character set]!</p><p>Et bien je me rends compte qu&#8217;il dise contrairement à toi , qu&#8217;il faut installer :</p><p>-  &gt; glibc 2.4<br
/> -  pthreads<br
/> -  libxml2   (et non pas libxml2-dev comme tu le dit)</p><p>Pourquoi tu ne dit pas qu&#8217;il faut faire comme ils disent ??</p><p>Qu&#8217;est ce que : &gt; glibc 2.4 , pthreads , libxml2 et libxml2-dev ???</p><p>A un moment ils disent : #you need gcc or any C compiler (edit Makefile CC=YOUR_C_COMPILER)</p><p>Qu&#8217;est ce que ça signifie exactement ??</p><p>merci de vos réponses .</p> ]]></content:encoded> </item> <item><title>Par : dinormane</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-193967</link> <dc:creator>dinormane</dc:creator> <pubDate>Fri, 19 Nov 2010 18:22:21 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-193967</guid> <description>bonsoir,
j&#039;aimerai, dans la mesure du possible, crack un EXE avec mot de passe créer avec ZIP2 sur la base d&#039;un fichier compressé.
merci</description> <content:encoded><![CDATA[<p>bonsoir,<br
/> j&#8217;aimerai, dans la mesure du possible, crack un EXE avec mot de passe créer avec ZIP2 sur la base d&#8217;un fichier compressé.<br
/> merci</p> ]]></content:encoded> </item> <item><title>Par : dinormane</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-193964</link> <dc:creator>dinormane</dc:creator> <pubDate>Fri, 19 Nov 2010 18:20:56 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-193964</guid> <description>bonsoir,
j&#039;aimerai, dans la mesure du possible, crack un EXE avec mot de passe créer avec ZIP sur la base d&#039;un fichier compressé.
merci</description> <content:encoded><![CDATA[<p>bonsoir,<br
/> j&#8217;aimerai, dans la mesure du possible, crack un EXE avec mot de passe créer avec ZIP sur la base d&#8217;un fichier compressé.<br
/> merci</p> ]]></content:encoded> </item> <item><title>Par : Kde</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-190099</link> <dc:creator>Kde</dc:creator> <pubDate>Tue, 09 Nov 2010 21:28:25 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-190099</guid> <description>@&lt;a href=&quot;#comment-151228&quot; rel=&quot;nofollow&quot;&gt;Mrazia&lt;/a&gt;: Sous ubuntu 10.04 ca tourne sans probleme. La version 0.2 tourne bien.
@&lt;a href=&quot;#comment-163629&quot; rel=&quot;nofollow&quot;&gt;FBK&lt;/a&gt;: Rarcrack sur mac ca tourne aussi, sous SN, j&#039;ai eu juste a faire un make dans le repertoire dezipper de rarcrack, apres tu peux le rajouter dans ton PATH si besoin est, mais sur mon Mac, ca tourne sans probléme. Le seul soucis que j&#039;ai rencontré est juste que si on precise pas le type d&#039;archive pour les 7z, on se prend un segment fault dans la face... sinon avec--type 7z en fin de commande, ca tourne.
@pluche</description> <content:encoded><![CDATA[<p>@<a
href="#comment-151228" rel="nofollow">Mrazia</a>: Sous ubuntu 10.04 ca tourne sans probleme. La version 0.2 tourne bien.<br
/> @<a
href="#comment-163629" rel="nofollow">FBK</a>: Rarcrack sur mac ca tourne aussi, sous SN, j&#8217;ai eu juste a faire un make dans le repertoire dezipper de rarcrack, apres tu peux le rajouter dans ton PATH si besoin est, mais sur mon Mac, ca tourne sans probléme. Le seul soucis que j&#8217;ai rencontré est juste que si on precise pas le type d&#8217;archive pour les 7z, on se prend un segment fault dans la face&#8230; sinon avec&#8211;type 7z en fin de commande, ca tourne.<br
/> @pluche</p> ]]></content:encoded> </item> <item><title>Par : JAB</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-173807</link> <dc:creator>JAB</dc:creator> <pubDate>Thu, 09 Sep 2010 12:43:29 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-173807</guid> <description>Koben,
J&#039;arrive pas a faire sauter le mot de passe de mon fichier winrar sur windows, please please , SOS, SOS , Help Meeeeeee !!!!
Que dois je faire?</description> <content:encoded><![CDATA[<p>Koben,</p><p>J&#8217;arrive pas a faire sauter le mot de passe de mon fichier winrar sur windows, please please , SOS, SOS , Help Meeeeeee !!!!</p><p>Que dois je faire?</p> ]]></content:encoded> </item> <item><title>Par : Wazaa</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-164967</link> <dc:creator>Wazaa</dc:creator> <pubDate>Sat, 10 Jul 2010 17:56:00 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-164967</guid> <description>Salut,
a vrai dire cela fonctionne trés bien sous lucid (kubuntu 10.04 lts), ainsi que sous mandriva 2010.0.
en tout bravo et merci a toi korben!.</description> <content:encoded><![CDATA[<p>Salut,<br
/> a vrai dire cela fonctionne trés bien sous lucid (kubuntu 10.04 lts), ainsi que sous mandriva 2010.0.<br
/> en tout bravo et merci a toi korben!.</p> ]]></content:encoded> </item> <item><title>Par : FBK</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-163629</link> <dc:creator>FBK</dc:creator> <pubDate>Mon, 05 Jul 2010 12:22:31 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-163629</guid> <description>et pour Mac vous avez des infos?</description> <content:encoded><![CDATA[<p>et pour Mac vous avez des infos?</p> ]]></content:encoded> </item> <item><title>Par : Mrazia</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-151228</link> <dc:creator>Mrazia</dc:creator> <pubDate>Sun, 30 May 2010 00:25:49 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-151228</guid> <description>Salut!
Sous Lucid, rarcrack ne fonctionne pas du tout. Tu connaitrais pas un autre utilitaire du genre..?</description> <content:encoded><![CDATA[<p>Salut!<br
/> Sous Lucid, rarcrack ne fonctionne pas du tout. Tu connaitrais pas un autre utilitaire du genre..?</p> ]]></content:encoded> </item> <item><title>Par : héhé</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-69044</link> <dc:creator>héhé</dc:creator> <pubDate>Mon, 25 May 2009 11:59:42 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-69044</guid> <description>si rarcrack ne fonctionne pas correctement :
if you get the problem of 0 pwds/sec then you should uninstall unrar: sudo apt-get remove unrar
source: http://lifehacker.com/380365/rarcrack-opens-protected-archives-without-passwords%3CBR/%3EThanks!</description> <content:encoded><![CDATA[<p>si rarcrack ne fonctionne pas correctement :</p><p>if you get the problem of 0 pwds/sec then you should uninstall unrar: sudo apt-get remove unrar</p><p>source: <a
target="_blank" href="http://lifehacker.com/380365/rarcrack-opens-protected-archives-without-passwords%3CBR/%3EThanks"  rel="nofollow">http://lifehacker.com/380365/rarcrack-opens-protected-archives-without-passwords%3CBR/%3EThanks</a>!</p> ]]></content:encoded> </item> <item><title>Par : Paganel</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-55667</link> <dc:creator>Paganel</dc:creator> <pubDate>Sun, 15 Feb 2009 03:36:58 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-55667</guid> <description>&quot;Ca peut en rebuter plus d’un de savoir qu’il faut laisser son ordi allumé une, deux, trois semaines, voire un mois pour des mots de passes un peu compliqués !&quot; : Umberto Eco qualifie d&#039;analphabète quelqu&#039;un qui ne lit un livre donné qu&#039;une seule fois. On peut sans doute qualifier de wannabe celui qui n&#039;a qu&#039;un ordinateur chez lui, en admettant que ce genre de personne existe chez les lecteurs de korben.info.
Qui n&#039;a pas un vieux Pentium III qui se tourne les pouces et serait ravi de reprendre du service une semaine de suite dans son coin ? Reste le problème du gaspillage d&#039;énergie; je conviens que cette autre solution n&#039;est pas &quot;écologiquement correcte&quot;.</description> <content:encoded><![CDATA[<p>&laquo;&nbsp;Ca peut en rebuter plus d’un de savoir qu’il faut laisser son ordi allumé une, deux, trois semaines, voire un mois pour des mots de passes un peu compliqués !&nbsp;&raquo; : Umberto Eco qualifie d&#8217;analphabète quelqu&#8217;un qui ne lit un livre donné qu&#8217;une seule fois. On peut sans doute qualifier de wannabe celui qui n&#8217;a qu&#8217;un ordinateur chez lui, en admettant que ce genre de personne existe chez les lecteurs de korben.info.</p><p>Qui n&#8217;a pas un vieux Pentium III qui se tourne les pouces et serait ravi de reprendre du service une semaine de suite dans son coin ? Reste le problème du gaspillage d&#8217;énergie; je conviens que cette autre solution n&#8217;est pas &laquo;&nbsp;écologiquement correcte&nbsp;&raquo;.</p> ]]></content:encoded> </item> <item><title>Par : jerome pera</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-47526</link> <dc:creator>jerome pera</dc:creator> <pubDate>Tue, 02 Dec 2008 01:09:36 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-47526</guid> <description>Une methode bien plus rapide consiste a taper le nom de l&#039;archive exact avec l&#039;extension sur ...google</description> <content:encoded><![CDATA[<p>Une methode bien plus rapide consiste a taper le nom de l&#8217;archive exact avec l&#8217;extension sur &#8230;google</p> ]]></content:encoded> </item> <item><title>Par : Débloquer un fichier Rar protégé avec Winrar Unlock &#124; Korben</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-47384</link> <dc:creator>Débloquer un fichier Rar protégé avec Winrar Unlock &#124; Korben</dc:creator> <pubDate>Mon, 01 Dec 2008 09:30:33 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-47384</guid> <description>[...] Je précise quand même, ça ne fait pas sauter les mots de passe. Pour ça il y a d&#8217;autres outils. [...]</description> <content:encoded><![CDATA[<p>[...] Je précise quand même, ça ne fait pas sauter les mots de passe. Pour ça il y a d&#8217;autres outils. [...]</p> ]]></content:encoded> </item> <item><title>Par : El_Manu</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-40558</link> <dc:creator>El_Manu</dc:creator> <pubDate>Thu, 09 Oct 2008 18:53:24 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-40558</guid> <description>Kollbén é jelomécold, vou zésté dé sglandé mâlâd
Mé melci quand même pour lé stuyau.
:P</description> <content:encoded><![CDATA[<p>Kollbén é jelomécold, vou zésté dé sglandé mâlâd</p><p>Mé melci quand même pour lé stuyau.</p><p><img
src="http://korben.info/wp-content/plugins/wp-smiley-switcher/yellowpack/icon_razz.gif" alt="" /></p> ]]></content:encoded> </item> <item><title>Par : 1ace</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28927</link> <dc:creator>1ace</dc:creator> <pubDate>Sun, 29 Jun 2008 14:42:35 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28927</guid> <description>un PDF protégé ?  jamais vu... ou pas remarqué ^^
merci bien pour ces outils, vu que mes serveurs sont sous linux, je devais utiliser mon pc windows pour faire ça,
mais maintenant que j&#039;ai des outils directement sous linux, ça va tourner :)</description> <content:encoded><![CDATA[<p>un PDF protégé ?  jamais vu&#8230; ou pas remarqué ^^</p><p>merci bien pour ces outils, vu que mes serveurs sont sous linux, je devais utiliser mon pc windows pour faire ça,</p><p>mais maintenant que j&#8217;ai des outils directement sous linux, ça va tourner <img
src="http://korben.info/wp-content/plugins/wp-smiley-switcher/yellowpack/icon_smile.gif" alt="" /></p> ]]></content:encoded> </item> <item><title>Par : billyboylindien</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28922</link> <dc:creator>billyboylindien</dc:creator> <pubDate>Sun, 29 Jun 2008 14:03:18 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28922</guid> <description>Merci, je passais par wmvare sous ubuntu pour craquer des rar ...
Le crack des pdf c&#039;est très utile pour faire peter des limitation de copier / coller ou d&#039;impression</description> <content:encoded><![CDATA[<p>Merci, je passais par wmvare sous ubuntu pour craquer des rar &#8230;</p><p>Le crack des pdf c&#8217;est très utile pour faire peter des limitation de copier / coller ou d&#8217;impression</p> ]]></content:encoded> </item> <item><title>Par : stakhanov</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28900</link> <dc:creator>stakhanov</dc:creator> <pubDate>Sun, 29 Jun 2008 11:34:04 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28900</guid> <description>Ca peut toujours être utile, à condition de ne pas être pressé ou d&#039;avoir la chance de tomber sur des pass très courts.
Merci pour l&#039;info Msieur Bin Korben !! ;-)</description> <content:encoded><![CDATA[<p>Ca peut toujours être utile, à condition de ne pas être pressé ou d&#8217;avoir la chance de tomber sur des pass très courts.<br
/> Merci pour l&#8217;info Msieur Bin Korben !! <img
src="http://korben.info/wp-content/plugins/wp-smiley-switcher/yellowpack/icon_wink.gif" alt="" /></p> ]]></content:encoded> </item> <item><title>Par : Tuxargon</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28888</link> <dc:creator>Tuxargon</dc:creator> <pubDate>Sun, 29 Jun 2008 09:22:41 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28888</guid> <description>Cool ce truc là, Merci Korben :)</description> <content:encoded><![CDATA[<p>Cool ce truc là, Merci Korben <img
src="http://korben.info/wp-content/plugins/wp-smiley-switcher/yellowpack/icon_smile.gif" alt="" /></p> ]]></content:encoded> </item> <item><title>Par : Korben</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28886</link> <dc:creator>Korben</dc:creator> <pubDate>Sun, 29 Jun 2008 08:51:57 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28886</guid> <description>é zé vé tout fail péter</description> <content:encoded><![CDATA[<p>é zé vé tout fail péter</p> ]]></content:encoded> </item> <item><title>Par : jeromecold</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28885</link> <dc:creator>jeromecold</dc:creator> <pubDate>Sun, 29 Jun 2008 08:43:41 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28885</guid> <description>@&lt;a href=&quot;#comment-28884&quot; rel=&quot;nofollow&quot;&gt;AbriCoCotier.fr&lt;/a&gt;: C&#039;est vrai, j&#039;oublis parfois la nuance.
Korlben, tou es zun teloliste (faut dire ça sur un ton de chef de mafia).</description> <content:encoded><![CDATA[<p>@<a
href="#comment-28884" rel="nofollow">AbriCoCotier.fr</a>: C&#8217;est vrai, j&#8217;oublis parfois la nuance.</p><p>Korlben, tou es zun teloliste (faut dire ça sur un ton de chef de mafia).</p> ]]></content:encoded> </item> <item><title>Par : AbriCoCotier.fr</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28884</link> <dc:creator>AbriCoCotier.fr</dc:creator> <pubDate>Sun, 29 Jun 2008 08:41:39 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28884</guid> <description>@jeromecold : Korben n&#039;est pas un pirate, c&#039;est un terroriste.
@Korben : merci pour l&#039;info. Mais je n&#039;ai jamais eu affaire à une archive/pdf protégée par mot de passe... Pourrais-tu donner des exemple pratiques ? Merci d&#039;avance !</description> <content:encoded><![CDATA[<p>@jeromecold : Korben n&#8217;est pas un pirate, c&#8217;est un terroriste.</p><p>@Korben : merci pour l&#8217;info. Mais je n&#8217;ai jamais eu affaire à une archive/pdf protégée par mot de passe&#8230; Pourrais-tu donner des exemple pratiques ? Merci d&#8217;avance !</p> ]]></content:encoded> </item> <item><title>Par : Korben</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28881</link> <dc:creator>Korben</dc:creator> <pubDate>Sun, 29 Jun 2008 08:29:45 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28881</guid> <description>@&lt;a href=&quot;#comment-28880&quot; rel=&quot;nofollow&quot;&gt;Behnam&lt;/a&gt;: Exact, c&#039;est vrai que c&#039;est une des limites du bruteforce (vu qu&#039;il teste toutes les combinaisons...)
Merci pour ce rappel Behnam</description> <content:encoded><![CDATA[<p>@<a
href="#comment-28880" rel="nofollow">Behnam</a>: Exact, c&#8217;est vrai que c&#8217;est une des limites du bruteforce (vu qu&#8217;il teste toutes les combinaisons&#8230<img
src="http://korben.info/wp-content/plugins/wp-smiley-switcher/yellowpack/icon_wink.gif" alt="" /></p><p>Merci pour ce rappel Behnam</p> ]]></content:encoded> </item> <item><title>Par : Behnam</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28880</link> <dc:creator>Behnam</dc:creator> <pubDate>Sun, 29 Jun 2008 08:16:53 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28880</guid> <description>Ca serait bien aussi que tu parles du temps qu&#039;il faut pour cracker un rar par exemple ...
Ca peut en rebuter plus d&#039;un de savoir qu&#039;il faut laisser son ordi allumé une, deux, trois semaines, voire un mois pour des mots de passes un peu compliqués !
Après, je sais pas si il y a des solutions sous linux pour faire du cracking distribué ( chaque ordi se prend une part à décoder )</description> <content:encoded><![CDATA[<p>Ca serait bien aussi que tu parles du temps qu&#8217;il faut pour cracker un rar par exemple &#8230;</p><p>Ca peut en rebuter plus d&#8217;un de savoir qu&#8217;il faut laisser son ordi allumé une, deux, trois semaines, voire un mois pour des mots de passes un peu compliqués !</p><p>Après, je sais pas si il y a des solutions sous linux pour faire du cracking distribué ( chaque ordi se prend une part à décoder )</p> ]]></content:encoded> </item> <item><title>Par : jeromecold</title><link>http://korben.info/cracker-des-zip-rar-7z-et-pdf-sous-linux.html/comment-page-1#comment-28879</link> <dc:creator>jeromecold</dc:creator> <pubDate>Sun, 29 Jun 2008 07:46:45 +0000</pubDate> <guid
isPermaLink="false">http://www.korben.info/?p=5083#comment-28879</guid> <description>Korlben, tou es zun pilate!</description> <content:encoded><![CDATA[<p>Korlben, tou es zun pilate!</p> ]]></content:encoded> </item> </channel> </rss>
