Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wh1t3-e4gl3/gixposed
- Owner: WH1T3-E4GL3
- Created: 2024-10-22T09:33:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T05:35:14.000Z (3 months ago)
- Last Synced: 2024-10-28T08:56:28.069Z (3 months ago)
- Topics: 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
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
orgixposed
![Screenshot_2024-10-22_02_45_05](https://github.com/user-attachments/assets/724bfde9-5c4b-4cb6-a57e-640a1f5a68ec)