Brutforce a zip file protected with a password.
Ex: wordlist.txt
foo
bar
baz
qux
=> Possibilities : foo, bar, baz, qux, foofoo, foobar, foobaz, fooqux, barfoo, barbar...
$ pip3 install tqdm
$ python3 brutforce.py example.zip wordlist.txt 2
The last parameter indicate the maximum of word to concatenate.