Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peterjaric/archaeologit
- Owner: peterjaric
- License: mit
- Created: 2018-06-08T21:58:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T15:21:05.000Z (over 6 years ago)
- Last Synced: 2024-08-02T15:47:07.183Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 65.4 KB
- Stars: 140
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)