Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6b548e883 | ||
|
|
86c0ecdde9 | ||
|
|
2226beef10 | ||
|
|
7ff77073c5 | ||
|
|
b66f599720 | ||
|
|
272d7686dc | ||
|
|
8370d720c2 | ||
|
|
0bfd46942d | ||
|
|
6aa437c0fd | ||
|
|
22d28fe688 | ||
|
|
1235a6087c | ||
|
|
5f7c32aabb |
BIN
Binary file not shown.
@@ -1,25 +1,24 @@
|
||||
# BrutID
|
||||
Брутофорс паролей к ID файлам HCL Domino\Notes
|
||||
Brute-force passwords for HCL Domino/Notes ID files
|
||||
|
||||
## Installation
|
||||
На клиенте: \
|
||||
*** ___Требуется чистый, не настроенный, с пустым notes.ini, клиент Notes x64 бита.___\
|
||||
1. Выложить в папку клиента BrutID.exe (туда где находится nnotes.dll), ID файл и словарь (если планируется использовать словарь).\
|
||||
2. Открыть командную строку и перейти в папку с расположением BrutID.exe.\
|
||||
3. Пример запуска: BruteID.exe -f=user.id -d=dict.txt\
|
||||
On the client: \
|
||||
*** ___A clean, unconfigured, 64-bit Notes client with an empty notes.ini is required.___\
|
||||
1. Place BrutID.exe (where nnotes.dll is located), the ID file, and the dictionary (if you plan to use a dictionary) in the client folder..\
|
||||
2. Open a command prompt and navigate to the folder where BrutID.exe is located..\
|
||||
3. Launch example: BruteID.exe -f=user.id -d=dict.txt\
|
||||
\
|
||||
На сервере:\
|
||||
1. Выложить в папку клиента BrutID.exe (туда где находится nnotes.dll), ID файл и словарь (если планируется использовать словарь).\
|
||||
2. Открыть командную строку и перейти в data сервера и запустить BruteID.exe указав путь к ID.\
|
||||
3. Пример если Data находится по умолчанию: BruteID.exe -f=..\user.id -d=..\dict.txt\
|
||||
On the server:\
|
||||
1. Place BrutID.exe (where nnotes.dll is located), the ID file, and the dictionary (if you plan to use a dictionary) in the client folder..\
|
||||
2. Open a command prompt and go to the server data and run BruteID.exe specifying the path to the ID.\
|
||||
3. Example if Data is by default: BruteID.exe -f=..\user.id -d=..\dict.txt\
|
||||
\
|
||||
Параметры для запуска:\
|
||||
Launch parameters:\
|
||||
-f=Required. The path to the id file.\
|
||||
-d=Optional. The path to the dictionary file with passwords.\
|
||||
-m=Optional. Minimum password length. The default is 1\
|
||||
-M=Optional. Maximum password length. The default is 6\
|
||||
-c=Optional. Custom caracters for password brute force. The default is: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789\
|
||||
-w=Optional. Wait interval for print. The default is: 10\
|
||||
-b=Optional (0 or 1). Disable symbolic brute force passwords. The default is: 0\
|
||||
-v=Optional (1 or 2). 2 = use special characters (!@#$%^&*()_+-=[]{}|;:,.<>?) when going through the password. The default is: 1\
|
||||
P.S. If a dictionary was specified, but the password was not found in it, the program will continue to search through the characters!\
|
||||
-m=Optional. Minimum password length. The default is 1.\
|
||||
-M=Optional. Maximum password length. The default is 6.\
|
||||
-c=Optional. Custom caracters for password brute force. The default is: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.\
|
||||
-w=Optional. Wait interval for print. The default is: 10.\
|
||||
-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!\
|
||||
-v=Optional (1 or 2). 2 = use special characters (!@#$%^&*()_+-=[]{}|;:,.<>?) when going through the password. The default is: 1.
|
||||
Reference in New Issue
Block a user