C:\frida-ceserver-main>python main.py Cydia
C:\Users\name\AppData\Local\Programs\Python\Python312\Lib\site-packages\paramiko\pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"cipher": algorithms.TripleDES,
C:\Users\qteyrqer\AppData\Local\Programs\Python\Python312\Lib\site-packages\paramiko\transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
"class": algorithms.TripleDES,
Traceback (most recent call last):
File "C:\frida-ceserver-main\main.py", line 202, in
main(args[1])
File "C:\frida-ceserver-main\main.py", line 106, in main
session = device.attach(app_name)
^^^^^^^^
UnboundLocalError: cannot access local variable 'app_name' where it is not associated with a value
C:\frida-ceserver-main>python main.py Cydia C:\Users\name\AppData\Local\Programs\Python\Python312\Lib\site-packages\paramiko\pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0. "cipher": algorithms.TripleDES, C:\Users\qteyrqer\AppData\Local\Programs\Python\Python312\Lib\site-packages\paramiko\transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0. "class": algorithms.TripleDES, Traceback (most recent call last): File "C:\frida-ceserver-main\main.py", line 202, in
main(args[1])
File "C:\frida-ceserver-main\main.py", line 106, in main
session = device.attach(app_name)
^^^^^^^^
UnboundLocalError: cannot access local variable 'app_name' where it is not associated with a value