Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wh1t3-e4gl3/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.
https://github.com/wh1t3-e4gl3/gixposed

api-key automation code-analysis credentials cybersecurity cybersecurity-tools devsecops exposure git gitxposed-tool gixposed gixposed-github opensource scanning search secret-management secrets security vulnerability-detection

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# gixposed
[![](https://visitcount.itsvg.in/api?id=WH1T3-E4GL3&label=Repository%20Views%20Count&color=0&icon=5&pretty=false)](https://visitcount.itsvg.in)

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/WH1T3-E4GL3/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](https://github.com/user-attachments/assets/724bfde9-5c4b-4cb6-a57e-640a1f5a68ec)