16 авг 2022 · 18:55    
{"document": [{"text": [{"type": "string", "attributes": {}, "string": "Пароль имеет свойство забываться. И может потребоваться восстановить доступ к файлам, хранящимися в архиве, в данной статье в RAR-архиве. Речь пойдет об автоматизированном переборе пароля, без установки дополнительных программ. Напомню, что чужие файлы взламывать нельзя - это противозаконно!"}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "RAR-архив, пароль от которого забыт", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_1200 (4).png", "filesize": 58386, "height": 516, "pic_id": 128397, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_1200_4_54MYyOd.jpeg", "width": 796}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"italic": true}, "string": "Подписывайтесь на канал и оцените статью 👍. Не забудьте сохранить себе и поделиться с другом ибо никогда не знаешь, что может пригодиться в жизни! Спасибо!"}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Доброго времени суток, Дорогие читатели! Прежде, че начну описывать взлом/восстановление пароля, мне необходимо создать такой архив и для чистоты эксперимента, он будет не пуст. Для начала, заархивируем файл. txt и зададим пароль, я задал 123."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Щелкаем на необходимом файле правой кнопкой мыши и выбираем \"Добавить в архив...\"", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_2400.png", "filesize": 39295, "height": 624, "pic_id": 128403, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_2400_4yHL3RW.jpeg", "width": 514}}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Нажимаем на \"Установить пароль...\"", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_2400 (1).png", "filesize": 30041, "height": 421, "pic_id": 128404, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_2400_1.jpeg", "width": 514}}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Задаем пароль и жмем \"ОК\"", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_2400 (2).png", "filesize": 31156, "height": 419, "pic_id": 128405, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_2400_2.jpeg", "width": 497}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Требования для восстановления пароля к RAR-архиву:"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "компьютер на Windows;"}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {}, "string": "установленный WinRAR."}], "attributes": ["bulletList", "bullet"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Пошаговая инструкция"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "1. Необходимо создать Bat-файл (исполняемый файл) и скопировать в него, приведенный ниже код команды."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Открываем блокнот и копируем текст команды, сохраняем, как Bat-файл. Обратите внимание на путь к WinRAR (нужно проверить, в зависимости от разрядности ОС может отличаться).", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_1200 (5).png", "filesize": 117050, "height": 724, "pic_id": 128407, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_1200_5_HSlavNq.jpeg", "width": 1005}}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "REM ============================================================"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "@echo off"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "title Rar Password Cracker"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "mode con: cols=47 lines=20"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "copy «C: \\Program Files (x86) \\WinRAR\\Unrar. exe» "}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "SET PSWD=0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "SET DEST=%TEMP%\\%RANDOM%"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "MD %DEST%"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": ": RAR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "cls"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo GET DETAIL"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo."}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "SET/P «NAME=Enter File Name:» "}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "IF «%NAME%» == «» goto NERROR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "goto GPATH"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": ": NERROR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ERROR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo Sorry you can't leave it blank."}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "pause"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "goto RAR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": ": GPATH"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "SET/P «PATH=Enter Full Path:» "}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "IF «%PATH%» == «» goto PERROR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "goto NEXT"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": ": PERROR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ERROR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo Sorry you can't leave it blank."}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "pause"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "goto RAR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": ": NEXT"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "IF EXIST «%PATH%\\%NAME%» GOTO START"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "goto PATH"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": ": PATH"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "cls"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ERROR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echoOpppss File does not Exist.."}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "pause"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "goto RAR"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": ": START"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "SET /A PSWD=%PSWD%+1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 1 1 1 0 0 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 0 0 1 1 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 1 1 1 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 1 0 1 0 0 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 1 0 1 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 1 1 0 1 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 0 1 1 0 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 1 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 1 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 0 0"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "UNRAR E -INUL -P%PSWD% «%PATH%\\%NAME%» «%DEST%» "}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "IF /I %ERRORLEVEL% EQU 0 GOTO FINISH"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "GOTO START"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": ": FINISH"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "RD %DEST% /Q /S"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "Del «Unrar. exe» "}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "cls"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo CRACKED"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo ----------------------------------------------"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo."}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo PASSWORD FOUND!"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo FILE = %NAME%"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "echo CRACKED PASSWORD = %PSWD%"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "pause>NUL"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "exit"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "REM ============================================================"}], "attributes": ["quote"]}, {"text": [{"type": "string", "attributes": {}, "string": "2. Bat-файл при запуске запросит имя файла с расширением, у меня это «Секретные данные. rar» и путь, у меня это «C: \\Users\\ARTag\\Desktop\\Дзен». Далее необходимо подождать."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Задаем имя файла и жмем Enter", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_2400 (3).png", "filesize": 6129, "height": 354, "pic_id": 128409, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_2400_3.jpeg", "width": 377}}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Задаем путь и жмем Enter", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_2400 (4).png", "filesize": 4029, "height": 350, "pic_id": 128410, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_2400_4.jpeg", "width": 375}}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Начался перебор комбинаций", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_2400 (5).png", "filesize": 3163, "height": 350, "pic_id": 128411, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_2400_5_RRBrxzy.jpeg", "width": 376}}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "3. Прошло менее минуты и пароль от нашего RAR-архива восстановлен, в окне исполняемого файла можно прочесть 123."}], "attributes": []}, {"text": [{"type": "attachment", "attributes": {"caption": "Время на секундомере и пароль от архива", "presentation": "gallery"}, "attachment": {"caption": "", "contentType": "image/png", "filename": "scale_1200 (6).png", "filesize": 25791, "height": 478, "pic_id": 128415, "url": "https://storage.yandexcloud.net/pabliko.files/article_cloud_image/2022/08/16/scale_1200_6_Qcp3j2x.jpeg", "width": 802}}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Вывод"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {}, "string": "Наиболее внимательные заметили, что команда исполняемого файла работает с файлом Unrar. exe, это консольный аналог архиватора WinRAR, говоря проще, чтобы был доступ из командной строки."}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Этот способ подойдет тем, у кого простой пароль не требующий дополнительных настроек и если Вы вообще не помните ничего о своем пароле. И, конечно, чем «мощнее» (современнее) Ваш ПК, тем быстрее происходит подбор пароля."}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Как Восстановить пароль Zip-архиву я писал в этой статье: \""}, {"type": "string", "attributes": {"href": "https://pabliko.ru/@artagirov/vosstanovlenie_parolja_ili_vzlom_arhivnogo_fajla_s_pomoschju_passper_for_zip_proverim_paroli_na_kriptostojkost-37920/"}, "string": "Восстановление пароля или взлом архивного файла с помощью Passper for ZIP. Проверим пароли на криптостойкость"}, {"type": "string", "attributes": {}, "string": "\""}], "attributes": []}, {"text": [{"type": "string", "attributes": {}, "string": "Надеюсь статья была интересной!"}], "attributes": []}, {"text": [{"type": "string", "attributes": {"bold": true, "italic": true}, "string": "Чем-то подобным пользовались?"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "Оцените статью 👍 и подписывайтесь на канал"}], "attributes": ["heading1"]}, {"text": [{"type": "string", "attributes": {"bold": true}, "string": "С Уважением, Артур Тагиров!"}], "attributes": ["heading1"]}], "selectedRange": [108, 108]}
Комментарии 4