Skip to content
/ GitEye Public

Simple yet powerful OSINT tool to gather information in git projects

Notifications You must be signed in to change notification settings

b3rt1ng/GitEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitEye

A simple OSINT tool to analyse git metadata

Key FeaturesHow To UseCustomize

Context

GitEye is a simple tool that will look into a git metadata and gather informations about the autors and commits history. It then tries to find some files of interest and uses keywords to find critical informations.
You can use a downloaded git and git it's path but you can also use the git's link so that GitEye will download and analyse it.

Features

  • retrieve commit authors and their email addresses
  • get the commit history
  • find interesting files
  • find keywords withing the interesting files

How To Use

# Clone this repository
$ git clone https://github.com/b3rt1ng/GitEye

# Go into the repository
$ cd giteye

# Run the app by giving a path to the git
$ python3 main.py -p /path/to/git

# Alternatively you can give a direct link
$ python3 main.py -p https://github.com/user/project

Note Some of the info can be long and are getting shortened by default, pass the -d or --detailed argument to the command prompt to display everything.

Customize

You can remove or add more keywords and file types in the interest.json file :)

About

Simple yet powerful OSINT tool to gather information in git projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages