{"id":18637526,"url":"https://github.com/dutchcoders/identify","last_synced_at":"2025-04-11T09:33:22.747Z","repository":{"id":57615445,"uuid":"87812637","full_name":"dutchcoders/identify","owner":"dutchcoders","description":"Identify web application versions","archived":false,"fork":false,"pushed_at":"2017-04-14T21:38:45.000Z","size":3703,"stargazers_count":18,"open_issues_count":6,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T12:13:08.517Z","etag":null,"topics":["fingerprint","security"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutchcoders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-10T13:14:16.000Z","updated_at":"2024-08-12T19:29:00.000Z","dependencies_parsed_at":"2022-09-13T16:01:35.981Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/identify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fidentify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fidentify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fidentify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fidentify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/identify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248368352,"owners_count":21092343,"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":["fingerprint","security"],"created_at":"2024-11-07T05:36:35.984Z","updated_at":"2025-04-11T09:33:17.734Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Identify\n\n[![Build Status - Master](https://travis-ci.org/dutchcoders/identify.svg?branch=master)](https://travis-ci.org/dutchcoders/identify)\n[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)\n[![Project Status](http://opensource.box.com/badges/maintenance.svg)](http://opensource.box.com/badges)\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/dutchcoders/identify.svg)](http://isitmaintained.com/project/dutchcoders/identify \"Average time to resolve an issue\")\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/dutchcoders/identify.svg)](http://isitmaintained.com/project/dutchcoders/identify \"Percentage of issues still open\")\n[![GPL Licence](https://badges.frapsoft.com/os/gpl/gpl.png?v=103)](https://opensource.org/licenses/GPL-3.0/)\n\nIdentify will identify web applications, using a database of file locations and the git repository. While comparing the hashes of the files with the file hashes of the repository it identifies the tag or branch of the web application running.\n\n\n## Installation\n\n```\ngo get github.com/dutchcoders/identify\n```\n\n## Usage\n\nParameter | Description | Value\n--- | --- | ---\ndebug | enable debug mode| false\napplication | application to identify | wordpress, joomla, see db.yaml\nno-tags | don't check tags | false\nno-branches | don't check branches | false\nproxy | use proxy (socks5://127.0.0.1:9050) | none\n\n\n```\n$ identify --application joomla http://joomla.org\nIdentify - Identify application versions\nhttp://github.com/dutchcoders/identify\n\nDutchSec [https://dutchsec.com/]\n========================================\n[+] Calculating hashes\n[+] Cloning repository\n[+] Pulling latest\n\nWeb application has been identified as one of the following versions:\n- 100% 3.6.3-rc2, 3.6.3, 3.6.4, 3.6.3-rc1, 3.6.3-rc3, 3.6.5\n-  75% 3.7.0-alpha1\n-  50% 3.7.0-rc1, 3.5.0-beta3, 3.6.0-rc, 3.6.2, 3.7.0-alpha2, 3.7.0-beta4, 3.5.0-rc, 3.6.0, 3.7.0-beta1, 3.5.0-rc2, 3.5.0-rc3, 3.6.1, 3.7.0-beta2, 3.5.0-beta2, 3.5.1, 3.6.1-rc1, staging, 3.5.1-rc2, 3.6.1-rc2, 3.6.0-rc2, 3.7.0-beta3, 3.5.0-rc4, 3.5.1-rc, 3.6.0-alpha, 3.6.0-beta1, 3.6.0-beta2, 3.5.0, 3.5.0-beta4, 3.5.0-beta5\n-  25% 3.5.0-beta\n\n$\n```\n\n## Disclaimer\n\nHere should come an appropriate disclaimer, no warranties and identify shouldn't be used for malicious intent.\n\n## Creators\n\n**Remco Verhoef**\n- \u003chttps://twitter.com/remco_verhoef\u003e\n- \u003chttps://twitter.com/dutchcoders\u003e\n\n## Copyright and license\n\nCode and documentation copyright 2016 Remco Verhoef (DutchSec).\n\nCode released under [GNU GENERAL PUBLIC LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fidentify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fidentify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fidentify/lists"}