Gixposed is a powerful command-line tool designed to search the commit history of Git repositories for sensitive information, such as API keys and access tokens. Its purpose is to help developers and security professionals quickly identify and remediate exposed sensitive informations in their codebases.
wget https://github.com/WH1T3-E4GL3/gixposed/releases/download/v1.0.1/gixposed_1.0.1.deb
sudo dpkg -i gixposed_1.0.1.deb
gixposed --s 'your_secret_to_check' --p '/root/your_repo_dir'
or
gixposed