Skip to content
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

Run cmd ./ecapture tls --hex, prompt TLS_VERSION_UNKNOWN #115

Closed
yakantosat opened this issue Jun 30, 2022 · 2 comments
Closed

Run cmd ./ecapture tls --hex, prompt TLS_VERSION_UNKNOWN #115

yakantosat opened this issue Jun 30, 2022 · 2 comments
Labels
🐞 bug Something isn't working help wanted Extra attention is needed

Comments

@yakantosat
Copy link

Run the following cmd, prompt TLS_VERSION_UNKNOWN
sudo ./ecapture tls --libssl="/lib/aarch64-linux-gnu/libssl.so.1.1" --gobin=/usr/local/go/bin/go --hex
image

System params:

  • OS: Ubuntu server 20.04 LTS On Parallels Desktop 17 (macos with m1 chip)
  • Arch: arm64
  • Kernel Version: 5.4.0-121-generic
@cfc4n cfc4n added 🐞 bug Something isn't working help wanted Extra attention is needed labels Jun 30, 2022
@huzai9527
Copy link
Contributor

pls, make sure all .so paths are correct.
I run the command below

./ecapture tls --libssl="/lib/aarch64-linux-gnu/libssl.so.1.1" --pthread="/lib/aarch64-linux-gnu/libpthread.so.0" --gobin=/usr/local/go/bin/go --gnutls="/lib/aarch64-linux-gnu/libgnutls.so.30" --nspr="/lib/aarch64-linux-gnu/libnspr4.so" --hex

and my system params:

Linux ubuntu-linux-20-04-desktop 5.13.0-51-generic
 #58~20.04.1-Ubuntu SMP Mon Jun 13 20:00:13 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

and use the latest ecapture.
finally I got the correct response
image

@cfc4n
Copy link
Member

cfc4n commented Jul 11, 2022

I think that It is a similar issue to #108 .
please upload your OS version \ kernel version etc.

@cfc4n cfc4n closed this as completed Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants