You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "WinboxExploit.py", line 62, in
dump(d[55:])
File "C:\Users\lol\Desktop\extract_user.py", line 45, in dump
user_pass = get_pair(data)
File "C:\Users\lol\Desktop\extract_user.py", line 37, in get_pair
pass_plain = decrypt_password(user, pass_encrypted)
File "C:\Users\lol\Desktop\extract_user.py", line 10, in decrypt_password
passw += chr(pass_enc[i] ^ key[i % len(key)])
TypeError: unsupported operand type(s) for ^: 'int' and 'str'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "WinboxExploit.py", line 62, in
dump(d[55:])
File "C:\Users\lol\Desktop\extract_user.py", line 45, in dump
user_pass = get_pair(data)
File "C:\Users\lol\Desktop\extract_user.py", line 37, in get_pair
pass_plain = decrypt_password(user, pass_encrypted)
File "C:\Users\lol\Desktop\extract_user.py", line 10, in decrypt_password
passw += chr(pass_enc[i] ^ key[i % len(key)])
TypeError: unsupported operand type(s) for ^: 'int' and 'str'
The text was updated successfully, but these errors were encountered: