Home
Softono
gixposed

gixposed

Open source Shell
39
Stars
0
Forks
0
Issues
1
Watchers
1 year
Last Commit

About gixposed

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.

Platforms

Web Self-hosted

Languages

Shell

Links

gixposed

"Buy Me A Coffee"

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.

Installation

wget https://github.com/whxitte/gixposed/releases/download/v1.0.1/gixposed_1.0.1.deb
sudo dpkg -i gixposed_1.0.1.deb

Usage

gixposed --s 'your_secret_to_check' --p '/root/your_repo_dir'

or

gixposed

Screenshot_2024-10-22_02_45_05