-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't open #10
Comments
Can't help without having the encrypted back file you used |
??? |
This is a plaintext backup
You dont have to decrypt it
|
Hello, how can I open a. *dat file |
./ROSbackup.py bruteforce -i MikroTik-encrypted.backup -w wordlist.txt** Bruteforce Backup Password ** |
And the password is definitely there |
??? |
Thank you, I have already reset and reconfigured myself. |
Hello, there is such a situation.
./ROSbackup.py decrypt -i MikroTik-encrypted.backup -o MikroTik-plaintext.backup -p password
** Decrypt Backup **
Traceback (most recent call last):
File "./ROSbackup.py", line 426, in
main()
File "./ROSbackup.py", line 415, in main
decrypt(args.input, args.output, args.password)
File "./ROSbackup.py", line 219, in decrypt
magic, length = get_header(input_file)
File "./ROSbackup.py", line 23, in get_header
header = struct.unpack('<II', data)
struct.error: unpack requires a bytes object of length 8
The text was updated successfully, but these errors were encountered: