Cracker un Zip, rar, 7z, PDF protégé sous linux avec FcrackZip, RarCrack et PdfCrack

FcrackZip, RarCrack : extrêmement difficile de leur passer des caractères latins. Le 2nd prend trop de temps

Source:

Informations sur l'usage de la commande

fcrackzip --help

Which method does perform best on your machine. The name can also be the number of the method to use.

fcrackzip --benchmark

Spécifier le jeu de caractères à considérer

Sur clavier AZERTY caractères français latin iso-8859-1

\²\é\"\'\-\è\_\ç\à
\³\°
\^\ù\;\,
\{\|\`\\\^\@\}\ø
\"\£\µ\.\/\§

For example, selects lowercase characters, digits and the dollar and percent signs.

fcrackzip -b -ca1:$% test.zip

Initier un crackage à partir de mots candidats d'une certaine taille

fcrackzip -b -l 11  -c a:\é\"\'\-\è\_\ç\à\^\ù\;\,\"\£\µ\.\/\§  test.zip

Initier un crackage à partir de mots candidats d'un certain mot

fcrackzip -b  -p ccccccccccc -c a:\é\"\'\-\è\_\ç\à\^\ù\;\,\"\£\µ\.\/\§  test.zip

rarcrack http://rarcrack.sourceforge.net/

http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references

<?xml version="1.0" encoding="UTF-8"?>
<rarcrack>
  <abc>0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</abc>
  <current>fo</current>
  <good_password></good_password>
</rarcrack>

Codes caractères

Variantes

<abc>xcvXCVazeAZE&é"123ùml%MLpoiPOI)àç°09uyUYbBrRtTyY²³</abc>
# ne fonctionne pas <abc xmlns="http://www.w3.org/1999/xhtml">xcvXCVazeAZE&amp;&eacute;&quot;123&ugrave;ml%MLpoiPOI&rang;&agrave;&ccedil;&deg;09uyUYbBrRtTyY&sup2;&sup3;</abc>
<abc>xcvXCVazeAZE&#38;&#233;&quot;123&#249;ml%MLpoiPOI&#9002;&#224;&#231;&#176;09uyUYbBrRtTyY&#178;&#179;</abc>
<abc>xcvXCVazeAZE&#38;&#233;&quot;123&#249;ml%MLpoiPOI&#9002;&#224;&#231;&#176;09uyUYbBrRtTyY&#178;&#179;</abc>
rarcrack test.zip --threads 12 --type zip

Prend trop de temps…