-
Notifications
You must be signed in to change notification settings - Fork 30
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
mac capture fail #35
Comments
Hi, thx for reporting this issue. This should be resolved in the latest version of friTap (version 1.2.6.4) |
I tried the latest version,but get nothing. |
Hi, Thank you for your feedback. It seems that the original issue related to the error message:
may now be resolved. Could you please confirm if that specific issue is indeed fixed? Regarding your current concern, it’s not entirely clear what exactly isn’t working as expected. Are you not seeing any output, are keys not being logged, or is the PCAP file empty? Understanding the exact nature of the problem will help in diagnosing it more effectively. If the original issue is resolved but you’re encountering a new, unrelated issue (for example, missing logs or an empty PCAP), I kindly ask that you create a new issue for better tracking and organization. In this new issue, please provide as much detail as possible, including:
For guidance on how to create a helpful issue, please refer to the instructions available here: Looking forward to your response so we can assist you more effectively. All the best Daniel |
both log.pcap file and keys.log are empty. fritap -v -p log.pcap -k keys.log --debug Instruments [*] capturing only plaintext data [!] running in debug mode [] Running Script on MacOS Thx for using friTap |
Hi, thank you for your update and for providing the logs. It’s great to hear that the initial issue is resolved :-) Regarding the current challenge with extracting the TLS key material, I’d like to offer some guidance and gather a bit more information so we can move forward effectively. 1️⃣ Operating System Details 2️⃣ Target Application 3️⃣ TLS Library Once I have this information, I’ll do my best to assist you further. Our goal is to continually improve friTap’s coverage and library support, so your input here is incredibly valuable. Looking forward to your response All the best Daniel |
[*] Ctrl+C detected. Cleaning up...
[-] Unknown error: 'int' object has no attribute 'poll'
Traceback (most recent call last):
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/friTap.py", line 122, in main
while ssl_log.running:
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/ssl_logger.py", line 615, in signal_handler
self.pcap_cleanup(self.full_capture, self.mobile, self.pcap_name)
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/ssl_logger.py", line 545, in pcap_cleanup
self.pcap_obj.full_capture_thread.join(2.0)
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/pcap.py", line 132, in join
if self.android_capture_process and self.android_capture_process.poll() is None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'int' object has no attribute 'poll'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/friTap.py", line 160, in main
ssl_log.pcap_cleanup(parsed.full_capture,parsed.mobile,parsed.pcap)
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/ssl_logger.py", line 545, in pcap_cleanup
self.pcap_obj.full_capture_thread.join(2.0)
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/pcap.py", line 132, in join
if self.android_capture_process and self.android_capture_process.poll() is None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'int' object has no attribute 'poll'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/admin/.pyenv/versions/3.11.10/bin/fritap", line 8, in
sys.exit(main())
^^^^^^
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/friTap.py", line 164, in main
ssl_log.pcap_cleanup(parsed.full_capture,parsed.mobile,parsed.pcap)
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/ssl_logger.py", line 545, in pcap_cleanup
self.pcap_obj.full_capture_thread.join(2.0)
File "/Users/admin/.pyenv/versions/3.11.10/lib/python3.11/site-packages/friTap/pcap.py", line 132, in join
if self.android_capture_process and self.android_capture_process.poll() is None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'int' object has no attribute 'poll'
The text was updated successfully, but these errors were encountered: