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

[feat] support capture zsh command #683

Merged
merged 1 commit into from
Dec 6, 2024
Merged

[feat] support capture zsh command #683

merged 1 commit into from
Dec 6, 2024

Conversation

SenberHu
Copy link
Member

@SenberHu SenberHu commented Dec 5, 2024

In the production environment, some servers use zsh as the default shell, so we need to increase the monitoring of zsh user input.
Use the uprobe technology in ebpf to probe the user input function in zsh

image

@cfc4n cfc4n added the enhancement New feature or request label Dec 5, 2024
Copy link
Member

@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.

LGTM, Thanks.

README.md Outdated
@@ -149,6 +150,7 @@ The document has moved
## Modules
The eCapture tool comprises 8 modules that respectively support plaintext capture for TLS/SSL encryption libraries like OpenSSL, GnuTLS, NSPR, BoringSSL, and GoTLS. Additionally, it facilitates software audits for Bash, MySQL, and PostgreSQL applications.
* bash capture bash command
* zsh capture zsh command
Copy link
Member

Choose a reason for hiding this comment

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

Please keep the same length of spaces

@SenberHu SenberHu force-pushed the master branch 2 times, most recently from 2b60d59 to 117652b Compare December 6, 2024 02:05
@cfc4n cfc4n merged commit c0a5c83 into gojue:master Dec 6, 2024
6 checks passed
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.

2 participants