14 Commits
Author SHA1 Message Date
zmaster e6b548e883 v1.2 2026-06-19 00:59:22 +03:00
zmaster 86c0ecdde9 Удалить BrutID.exe 2026-06-19 00:59:08 +03:00
zmaster 2226beef10 Обновить README.md 2026-06-18 23:29:23 +03:00
zmaster 7ff77073c5 Обновить README.md 2025-10-15 15:08:02 +03:00
zmaster b66f599720 Удалить 3840x2160.jpg 2025-09-22 16:13:16 +03:00
zmaster 272d7686dc revert 8370d720c2
revert Удалить 3840x2160.jpg
2025-09-22 16:08:48 +03:00
zmaster 8370d720c2 Удалить 3840x2160.jpg 2025-09-22 15:55:03 +03:00
zmaster 0bfd46942d Загрузить файлы в «/» 2025-09-22 15:53:36 +03:00
zmaster 6aa437c0fd Удалить sitemap.xml 2025-09-22 15:48:45 +03:00
zmaster 22d28fe688 Загрузить файлы в «/» 2025-09-22 15:47:37 +03:00
zmaster 1235a6087c Обновить README.md 2025-09-22 15:43:03 +03:00
zmaster 5f7c32aabb Обновить README.md 2025-09-22 15:41:06 +03:00
zmaster 4e773ab745 v1.1 2025-09-22 13:37:52 +03:00
zmaster b545db8f38 Удалить BrutID.exe 2025-09-22 13:37:37 +03:00
2 changed files with 17 additions and 18 deletions
BIN
View File
Binary file not shown.
+17 -18
View File
@@ -1,25 +1,24 @@
# BrutID # BrutID
Брутофорс паролей к ID файлам HCL Domino\Notes Brute-force passwords for HCL Domino/Notes ID files
## Installation ## Installation
На клиенте: \ On the client: \
   *** ___Требуется чистый, не настроенный, с пустым notes.ini, клиент Notes x64 бита.___\    *** ___A clean, unconfigured, 64-bit Notes client with an empty notes.ini is required.___\
   1. Выложить в папку клиента BrutID.exe (туда где находится nnotes.dll), ID файл и словарь (если планируется использовать словарь).\    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. Открыть командную строку и перейти в папку с расположением BrutID.exe.\    2. Open a command prompt and navigate to the folder where BrutID.exe is located..\
   3. Пример запуска: BruteID.exe -f=user.id -d=dict.txt\    3. Launch example: BruteID.exe -f=user.id -d=dict.txt\
\ \
На сервере:\ On the server:\
   1. Выложить в папку клиента BrutID.exe (туда где находится nnotes.dll), ID файл и словарь (если планируется использовать словарь).\    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. Открыть командную строку и перейти в data сервера и запустить BruteID.exe указав путь к ID.\    2. Open a command prompt and go to the server data and run BruteID.exe specifying the path to the ID.\
   3. Пример если Data находится по умолчанию: BruteID.exe -f=..\user.id -d=..\dict.txt\    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.\    -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!\