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: add weak password scan #3798

Closed
wants to merge 6 commits into from
Closed

Conversation

testwill
Copy link
Contributor

@testwill testwill commented Mar 9, 2023

feat:add weak password scan

@testwill testwill requested a review from knqyf263 as a code owner March 9, 2023 08:50
@testwill testwill changed the title add weak password scan feat: add weak password scan Mar 9, 2023
@knqyf263
Copy link
Collaborator

Would you elaborate on motive and usage?

@testwill
Copy link
Contributor Author

motivation:
Mirror weak password scanning function, currently supports (mysql, ssh, redis, Tomcat)

usage:
1 Compile parameters: -tags dynamic or static
2 Running parameters: ./trivy image a0fc7e4477b1
result:
weak password

Total: 1

┌──────────┬──────────┬────────────┬─────────────┐
│ Username │ Password │ Filepath │ ServiceType │
├──────────┼──────────┼────────────┼─────────────┤
│ test │ surfing │ etc/shadow │ SSH │
└──────────┴──────────┴────────────┴─────────────┘

@github-actions
Copy link

This PR is stale because it has been labeled with inactivity.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and will be auto-closed. label May 15, 2023
@github-actions github-actions bot closed this Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and will be auto-closed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants