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

Capture all network traffic from all ports in pcapng mode #408

Closed
Xeonacid opened this issue Nov 3, 2023 · 0 comments · Fixed by #409
Closed

Capture all network traffic from all ports in pcapng mode #408

Xeonacid opened this issue Nov 3, 2023 · 0 comments · Fixed by #409
Assignees
Labels
enhancement New feature or request

Comments

@Xeonacid
Copy link

Xeonacid commented Nov 3, 2023

Describe the feature
If I understand correctly, ecapture can only capture (and decrypt) network traffic for one port (default 443).
May it capture all network traffic (TCP and UDP) and decrypt TLS traffic from all ports in pcapng mode? Thanks!

The reason why I don't use tools like tcpdump is that tcpdump cannot only capture traffic for a specific PID, while ecapture can.

Expected behavior
sudo ./ecapture tls -i eth0 -w test.pcapng -p <pid>
Capture all network traffic for <pid> on eth0 (with TLS decrypted) regardless of port.

@cfc4n cfc4n added the enhancement New feature or request label Nov 4, 2023
@cfc4n cfc4n self-assigned this Nov 4, 2023
@cfc4n cfc4n linked a pull request Nov 4, 2023 that will close this issue
@cfc4n cfc4n closed this as completed in #409 Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants