triangle_check
triangle_check copied to clipboard
I just wanted to let people know that it would be better not to use an underscore in the module name. They are discouraged in [PEP8](https://www.python.org/dev/peps/pep-0008/#package-and-module-names). PIP transforms underscore into...
see https://github.com/KasperskyLab/triangle_check/issues/11
Put quotations around the path in usage in case the path has spaces.
Running against an iPadOS 16.5 encrypted backup, `triangle_check` fails because `osanalytics` does not have a `'netUsageBaseline'`. ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code,...
The tool fails soon after starting. Seems that `cur.fetchone()` in `decrypt_with_manifest` is returning `None`. The error message is: ``` Traceback (most recent call last): File "/Users/leka/.local/share/rtx/installs/python/3.9.16/lib/python3.9/runpy.py", line 197, in _run_module_as_main...
When running the tool against iCloud backup extractions from Elcomsoft Phone Breaker, error occurs. Traceback (most recent call last): File "C:\Users\Richard\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File...