Обновить README.md

This commit is contained in:
2026-06-18 23:29:23 +03:00
parent 7ff77073c5
commit 2226beef10
+11 -11
View File
@@ -1,19 +1,19 @@
# 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.\