Skip to content

feat: add Gotls master secrets module.#329

Merged
cfc4n merged 8 commits into
masterfrom
gotls-tc-secrets
Mar 10, 2023
Merged

feat: add Gotls master secrets module.#329
cfc4n merged 8 commits into
masterfrom
gotls-tc-secrets

Conversation

@cfc4n
Copy link
Copy Markdown
Member

@cfc4n cfc4n commented Mar 6, 2023

capture skb events from eBPF TC.

cfc4n added 2 commits March 6, 2023 23:27
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
add master secret events.

Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
@cfc4n cfc4n added the enhancement New feature or request label Mar 6, 2023
cfc4n added 6 commits March 7, 2023 23:26
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
 write to ecapture_masterkey.log file, and save network traffic to pcapng file.

Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
@cfc4n
Copy link
Copy Markdown
Member Author

cfc4n commented Mar 10, 2023

This is a major update that supports capturing TLS encryption for programs compiled in Go language. Especially for cloud-native architecture software developed based on the Golang language, such as Docker and K8s. If HTTPS communication is enabled, eCapture can be used for online network packet capture debugging without restarting the process or changing certificates.

@vincentmli Can you help me test it?

Use command

./ecapture gotls -e=/path/elf_filepath_compiled_by_go -w a.pcapng -i eth0

Copy link
Copy Markdown
Member Author

@cfc4n cfc4n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed.

@cfc4n cfc4n merged commit f5296bb into master Mar 10, 2023
@cfc4n cfc4n deleted the gotls-tc-secrets branch March 10, 2023 14:12
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 this pull request may close these issues.

1 participant