EXC-Analyzer: CLI tool for GitHub repository and user security analysis.

Hello Kali Linux community,

I’d like to share an open-source command-line tool I developed called EXC-Analyzer, designed to analyze GitHub repositories and users for potential security risks such as exposed secrets, misconfigurations, and suspicious commit activity.

This tool can be useful for penetration testers, OSINT analysts, and open-source maintainers who want to gain deeper insight into the security posture of GitHub projects.

It works well on Linux and can be easily installed via pip or pipx:

pipx install exc-analyzer

or

pip install exc-analyzer

You can find the project on GitHub:

If you have any feedback, suggestions, or want to contribute, I’d be happy to hear from you.

Thanks!

1 Like