0 Members and 10 Guests are viewing this topic.
I am pretty sure ZIP files does the same as RAR files, which is, encrypting the ZIP archive with the passsword given. Meaning, you cant "find the password in this attached file". You can however, brute force it.
wasnt there some trick with .zip files, inwhich you could easly unlock it?
if your on windows i would recomend brute or dict it with Advanced Archive Password Recovery
fcrackzip [-bDBchVvplum2] [--brute-force] [--dictionary] [--benchmark] [--charset characterset] [--help] [--validate] [--verbose] [--init-password string/path] [--length min-max] [--use-unzip] [--method name] [--modulo r/m] file.fcrack Options-h, --helpPrints the version number and (hopefully) some helpful insights.-v, --verboseEach -v makes the program more verbose.-b, --brute-forceSelect brute force mode. This tries all possible combinations of the letters you specify.-D, --dictionarySelect dictionary mode. In this mode, fcrackzip will read passwords from a file, which must contain one password per line and should be alphabetically sorted (e.g. using (1)).-c, --charset characterset-specificationSelect the characters to use in brute-force cracking. Must be one ofa 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 spe-cification string are included in the character set.This way you can include any character except binarynull (at least under unix).For example, a1:$% selects lowercase characters, digits and the dollar and percent signs.-p, --init-password stringSet initial (starting) password for brute-force searching to string, or use the file with the name string to supply passwords for dictionary searching.-l, --length min[-max]Use an initial password of length min, and check all passwords upto passwords of length max (including). You can omit the max parameter.-u, --use-unzipTry to decompress the first file by calling unzip with the guessed password. This weeds out false positives when not enough files have been given.-m, --method nameUse method number "name" instead of the default cracking method. The switch --help will print a list of available methods. Use --benchmark to see which method does perform best on your machine. The name can also be the number of the method to use.-2, --modulo r/mCalculate only r/m of the password. Not yet supported.-B, --benchmarkMake a small benchmark, the output is nearly meaningless.-V, --validateMake some basic checks wether the cracker works.fcrackzip Examplesfcrackzip -c a -p aaaaaa sample.zipchecks the encrypted files in sample.zip for all lowercase 6 character passwords (aaaaaa ... abaaba ... ghfgrg ... zzzzzz).fcrackzip --method cpmask --charset A --init AAAA test.ppm
there are 1000's of site on google for cracking zip filestutorials, programs and all kind of shitt
i'm not cracking that file for you!.. Do it yourself