├── LICENSE ├── README.md ├── gitrecon.py ├── modules ├── github_recon.py └── gitlab_recon.py ├── requirements.txt └── results └── .gitkeep /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GONZOsint/gitrecon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GONZOsint/gitrecon/HEAD/README.md -------------------------------------------------------------------------------- /gitrecon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GONZOsint/gitrecon/HEAD/gitrecon.py -------------------------------------------------------------------------------- /modules/github_recon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GONZOsint/gitrecon/HEAD/modules/github_recon.py -------------------------------------------------------------------------------- /modules/gitlab_recon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GONZOsint/gitrecon/HEAD/modules/gitlab_recon.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | argparse 2 | requests 3 | rich -------------------------------------------------------------------------------- /results/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------