Обновить README.md

This commit is contained in:
2025-09-22 15:43:03 +03:00
parent 5f7c32aabb
commit 1235a6087c

View File

@@ -16,10 +16,9 @@
Параметры для запуска:\
   -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\
&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!
&nbsp;&nbsp;&nbsp;-m=Optional. Minimum password length. The default is 1.\
&nbsp;&nbsp;&nbsp;-M=Optional. Maximum password length. The default is 6.\
&nbsp;&nbsp;&nbsp;-c=Optional. Custom caracters for password brute force. The default is: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.\
&nbsp;&nbsp;&nbsp;-w=Optional. Wait interval for print. The default is: 10.\
&nbsp;&nbsp;&nbsp;-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.