Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanluc162 committed Apr 27, 2020
2 parents 073af45 + fe4b42c commit e860b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Only say the n-word when it's absolutly neccessary. No hard 'R's!!
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple zip-password bruteforce utility written in C# using the .Net-Core Frame

# How to use

This program is a commandline-utility that needs four parameters.
This program is a commandline-utility that needs four parameters:
1. \[PATH\]: The Filepath of the ZIP-File to bruteforce. Examples: "C:\bruh.zip" or "/home/boringuser/jeff.zip"
2. \[Charset-String\]: String Containing the characters to use. Example: "0123456789" to test numerical passwords
3. \[MIN LENGTH\]: The shortest combination to test. Example: "2"
Expand All @@ -18,7 +18,7 @@ The programm will either tell you the password or inform you that no password ha

# How it works

1. The program figures out how many Threads to use. By default, the amount is equal to the amount of logical cores available. If amount of password lengths to test smaller than the number of logical cores available, it is used instead.
1. The program figures out how many Threads to use. By default, the amount is equal to the amount of logical cores available. If the amount of password lengths to test is smaller than the number of logical cores available, it is used instead (e.g. 8 Cores, Passwords with 5 to 8 characters -> 4 Threads).
2. The program creates one copy of the ZIP-File for each thread in a temporary folder.
3. The program starts the amount of Threads it wants to use (Shorter Combinations are tried before longer ones)
4. When a thread finishes
Expand Down

0 comments on commit e860b38

Please sign in to comment.