9 Commits
v1.1 ... main

View File

@@ -1,5 +1,5 @@
# BrutID # BrutID
Брутофорс паролей к ID файлам HCL Domino\Notes Брутфорс паролей к ID файлам HCL Domino\Notes
## Installation ## Installation
На клиенте: \ На клиенте: \
@@ -16,10 +16,9 @@
Параметры для запуска:\ Параметры для запуска:\
   -f=Required. The path to the id file.\    -f=Required. The path to the id file.\
   -d=Optional. The path to the dictionary file with passwords.\    -d=Optional. The path to the dictionary file with passwords.\
   -m=Optional. Minimum password length. The default is 1\    -m=Optional. Minimum password length. The default is 1.\
   -M=Optional. Maximum password length. The default is 6\    -M=Optional. Maximum password length. The default is 6.\
   -c=Optional. Custom caracters for password brute force. The default is: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\    -c=Optional. Custom caracters for password brute force. The default is: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.\
   -w=Optional. Wait interval for print. The default is: 10\    -w=Optional. Wait interval for print. The default is: 10.\
   -b=Optional (0 or 1). Disable symbolic brute force passwords. The default is: 0\    -b=Optional (0 or 1). Disable symbolic brute force passwords. The default is: 0. By defalt, if a dictionary was specified, but the password was not found in it, the program will continue to search through the characters!\
&nbsp;&nbsp;&nbsp;-v=Optional (1 or 2). 2 = use special characters (!@#$%^&*()_+-=[]{}|;:,.<>?) when going through the password. The default is: 1\ &nbsp;&nbsp;&nbsp;-v=Optional (1 or 2). 2 = use special characters (!@#$%^&*()_+-=[]{}|;:,.<>?) when going through the password. The default is: 1.
&nbsp;&nbsp;&nbsp;P.S. If a dictionary was specified, but the password was not found in it, the program will continue to search through the characters!\