Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterjaric/archaeologit

Archaeologit scans the history of a user's GitHub repositories for a given pattern to find sensitive things.
https://github.com/peterjaric/archaeologit

Last synced: 8 days ago
JSON representation

Archaeologit scans the history of a user's GitHub repositories for a given pattern to find sensitive things.

Awesome Lists containing this project

README

        

# Archaeologit
This script scans the history of a user's GitHub repositories
for a given pattern to find sensitive things that may have been there
but have been overwritten in a later commit. For example passwords or secret tokens.

## Usage
archaeologit.sh '' []

## Examples
archaeologit.sh USERNAME 'password.....|secret.....|passwd.....|credentials.....|creds.....|aws.?key.....|consumer.?key.....|api.?key.....|aws.?token.....|oauth.?token.....|access.?token.....|api.?token.....'
archaeologit.sh peterjaric 'password|secret|token' scan.log

## Example output
![Example output when running archaeologit](example_output.png)