{"id":17995106,"url":"https://github.com/p0dalirius/gitea-extract-users","last_synced_at":"2025-09-03T17:32:40.035Z","repository":{"id":113562145,"uuid":"580447063","full_name":"p0dalirius/gitea-extract-users","owner":"p0dalirius","description":"A Python script to extract the list of users of a GiTea instance, unauthenticated or authenticated. ","archived":false,"fork":false,"pushed_at":"2022-12-24T10:20:11.000Z","size":8,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-18T18:50:10.744Z","etag":null,"topics":["extract","gitea","osint","unauthenticated","users"],"latest_commit_sha":null,"homepage":"https://podalirius.net","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p0dalirius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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":"p0dalirius","patreon":"Podalirius"}},"created_at":"2022-12-20T15:28:23.000Z","updated_at":"2024-07-05T16:19:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"dea4c3b7-e56a-404e-8713-b6cf8d076dd3","html_url":"https://github.com/p0dalirius/gitea-extract-users","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fgitea-extract-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fgitea-extract-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fgitea-extract-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fgitea-extract-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p0dalirius","download_url":"https://codeload.github.com/p0dalirius/gitea-extract-users/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231907613,"owners_count":18444181,"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","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":["extract","gitea","osint","unauthenticated","users"],"created_at":"2024-10-29T20:17:57.243Z","updated_at":"2025-09-03T17:32:40.018Z","avatar_url":"https://github.com/p0dalirius.png","language":"Python","funding_links":["https://github.com/sponsors/p0dalirius","https://patreon.com/Podalirius"],"categories":[],"sub_categories":[],"readme":"# gitea-extract-users\n\n\u003cp align=\"center\"\u003e\n  A Python script to extract the list of users of a GiTea instance, unauthenticated or authenticated.\n  \u003cbr\u003e\n  \u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/v/release/p0dalirius/gitea-extract-users\"\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=podalirius_\" title=\"Follow\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/podalirius_?label=Podalirius\u0026style=social\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.youtube.com/c/Podalirius_?sub_confirmation=1\" title=\"Subscribe\"\u003e\u003cimg alt=\"YouTube Channel Subscribers\" src=\"https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Features\n\n - [x] Dump all users of a remote GiTea instance, unauthenticated (misconfiguration of the instance).\n - [x] Dump all users of a remote GiTea instance, authenticated using `i_like_gitea` cookie in `--cookie` option.\n - [x] Export users and emails to a JSON file, specified by option `--outfile`.\n\n## Usage\n\n```\n$ ./gitea-extract-users.py -h\nDump GiTea users via /explore/users endpoint - v1.1 - by Remi GASCOU (Podalirius)\n\nusage: gitea-extract-users.py [-h] -t TARGET [-o OUTFILE] [-c COOKIE]\n\nDump GiTea users via /explore/users endpoint\n\noptions:\n  -h, --help            show this help message and exit\n  -t TARGET, --target TARGET\n                        IP address or hostname of the GiTea to target.\n  -o OUTFILE, --outfile OUTFILE\n                        Output JSON file of all the found users.\n  -c COOKIE, --cookie COOKIE\n                        i_like_gitea cookie to dump users in authenticated mode.\n```\n\n## Example output format:\n\n```json\n{\n    \"target\": \"https://git.podalirius.poc\",\n    \"users\": [\n        {\n            \"mail\": \"podalirius@podalirius.poc\",\n            \"username\": \"Podalirius\",\n            \"fullname\": \"Podalirius Podalirius\",\n            \"joined\": \"Nov 05, 1605\"\n        }\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fgitea-extract-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0dalirius%2Fgitea-extract-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fgitea-extract-users/lists"}