{"id":19199780,"url":"https://github.com/gwen001/gitpillage","last_synced_at":"2025-10-09T15:44:40.221Z","repository":{"id":96950069,"uuid":"563430731","full_name":"gwen001/gitpillage","owner":"gwen001","description":"Extract data from a .git directory.","archived":false,"fork":false,"pushed_at":"2023-03-28T15:47:40.000Z","size":918,"stargazers_count":15,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T15:44:39.655Z","etag":null,"topics":["bugbounty","endpoints","git","github","pentesting","python","secrets","security-tools","urls"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwen001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["gwen001"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-11-08T15:43:33.000Z","updated_at":"2025-06-27T14:57:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"44949cc2-eb20-491a-ac2d-48391a587f85","html_url":"https://github.com/gwen001/gitpillage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gwen001/gitpillage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitpillage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitpillage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitpillage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitpillage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwen001","download_url":"https://codeload.github.com/gwen001/gitpillage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fgitpillage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001648,"owners_count":26083147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugbounty","endpoints","git","github","pentesting","python","secrets","security-tools","urls"],"created_at":"2024-11-09T12:28:56.578Z","updated_at":"2025-10-09T15:44:40.183Z","avatar_url":"https://github.com/gwen001.png","language":"Python","readme":"\u003ch1 align=\"center\"\u003egitpillage\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eExtract data from a public .git directory.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/python-v3-blue\" alt=\"python badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fgitpillage%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fgitpillage\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- \n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/gwen001/gitpillage?style=social\" alt=\"github stars badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/gwen001/gitpillage?style=social\" alt=\"github watchers badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/gwen001/gitpillage?style=social\" alt=\"github forks badge\"\u003e\n\u003c/p\u003e --\u003e\n\n---\n\n## Description\n\nThis Python tool extracts data from an exposed `.git` directory. It's usually used to get the source code of a webapp or find sensitive files.\n\n## Install\n\n```\ngit clone https://github.com/gwen001/gitpillage\ncd gitpillage\npip3 install -r requirements.txt\n```\n\n## Usage\n\n```\n$ python3 gitpillage.py -u https://www.example.com/.git/ -t 10\n```\n\n```\nusage: gitpillage.py [-h] [-u URL] [-t THREADS] [-e EXTENSION] [-x EXCLUDE] [-v]\n\noptions:\n  -h, --help            show this help message and exit\n  -u URL, --url URL     url of the .git, example https://www.target.com/.git\n  -t THREADS, --threads THREADS\n                        threads, default: 5\n  -e EXTENSION, --extension EXTENSION\n                        extensions to download separated by comma, overwrite --exclude, default: all but default exclude\n  -x EXCLUDE, --exclude EXCLUDE\n                        extensions to exclude separated by comma, default: png,gif,jpg,jpeg,ico,svg,eot,otf,ttf,woff,woff2,css,sass,less,po,mo,mp3,mp4,mpeg,avi\n  -v, --verbose         verbose mode, default: off\n```\n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/gwen001/gitpillage/main/preview.png\" /\u003e\n\n---\n\nFeel free to [open an issue](/../../issues/) if you have any problem with the script.  \n\n","funding_links":["https://github.com/sponsors/gwen001"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fgitpillage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwen001%2Fgitpillage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fgitpillage/lists"}