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

  • a include all lowercase characters [a-z]
  • A include all uppercase characters [A-Z]
  • 1 include the digits [0-9]
  • ! include [!:$%&/()=?[]+*~#]
  • : the following characters upto the end of the specification string are included in the character set. This way you can include any character except binary null (at least under unix).

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

  • 1ère ligne de touches du haut sans shift
\²\é\"\'\-\è\_\ç\à
  • 1ère ligne de touches du haut avec shift
\³\°
  • touches à droite des caractères alphabétiques sans shift
\^\ù\;\,
  • 1ère ligne de touches du haut avec Alg Gr
\{\|\`\\\^\@\}\ø
  • touches à droite des caractères alphabétiques avec shift
\"\£\µ\.\/\§

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…

 
misc/data/crack.txt · Last modified: 2010/05/13 12:35 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki