From 2226beef1002683d2d889e4a89edf98abd8a6441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Thu, 18 Jun 2026 23:29:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ed8c826..c2914e0 100644 --- a/README.md +++ b/README.md @@ -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.\