https://github.com/madeindjs/bruteforce4zip
https://github.com/madeindjs/bruteforce4zip
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeindjs/bruteforce4zip
- Owner: madeindjs
- License: mit
- Archived: true
- Created: 2018-03-26T05:36:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T10:26:05.000Z (about 8 years ago)
- Last Synced: 2025-02-05T21:54:18.151Z (over 1 year ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BruteForce4J
============
[BruteForce][bruteforce] a Zip archive protected with a password using a [Dictionnary][seclist].
Install
-------
Clone this reprository & build project using [Maven][maven].
~~~bash
$ git clone https://github.com/madeindjs/BruteForce4Zip.git
$ cd BruteForce4Zip
$ mvn package
~~~
Usage
-----
~~~bash
$ java -jar target/BruteForce4Zip-1.0-SNAPSHOT-jar-with-dependencies.jar ~/Download/archive.zip
~~~
[bruteforce]: https://en.wikipedia.org/wiki/Brute-force_attack
[seclist]: https://github.com/danielmiessler/SecLists/tree/master/Passwords
[maven]: http://maven.apache.org/