{"id":36440796,"url":"https://github.com/wfinn/urlame","last_synced_at":"2026-01-11T21:57:05.140Z","repository":{"id":79213220,"uuid":"585843981","full_name":"wfinn/urlame","owner":"wfinn","description":"declutters URL lists for hacking (not just grep -v)","archived":false,"fork":false,"pushed_at":"2023-04-29T11:35:44.000Z","size":50,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-20T01:51:31.346Z","etag":null,"topics":["bugbounty","pentesting","reconnaissance","url-filter","urls"],"latest_commit_sha":null,"homepage":"","language":"Go","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/wfinn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-01-06T08:24:17.000Z","updated_at":"2024-06-15T04:53:37.000Z","dependencies_parsed_at":"2024-06-20T01:26:21.307Z","dependency_job_id":null,"html_url":"https://github.com/wfinn/urlame","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wfinn/urlame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfinn%2Furlame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfinn%2Furlame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfinn%2Furlame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfinn%2Furlame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wfinn","download_url":"https://codeload.github.com/wfinn/urlame/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfinn%2Furlame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28324577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T18:42:50.174Z","status":"ssl_error","status_checked_at":"2026-01-11T18:39:13.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","pentesting","reconnaissance","url-filter","urls"],"created_at":"2026-01-11T21:57:04.628Z","updated_at":"2026-01-11T21:57:05.134Z","avatar_url":"https://github.com/wfinn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# urlame\n\nThis tool can reduce a list of URLs in a way which should be useful for pentesting / bug bounty.  \nE.g., when searching interesting URLs in the output of tools like `waymore`, this can do some initial filtering.\n\n![image](https://user-images.githubusercontent.com/42862612/215803684-227232ff-97f7-4fea-af7e-86099da87de6.png)\n\n`urlame` aims to print one URL per feature of the website in addition to blocking known lame URLs.  \nThis is done by converting a URL into a pattern and matching that against the patterns seen before.\n\n## Things urlame considers lame\n\nAs a first step, `urlame` will filter out:\n- lame directories like `/docs`\n- files with lame extentensions like `.png`\n- URLs that look like blog posts\n- user profile/referral pages like `/user/FooBar`\n\nThis tool also ignores query values, so that only if a new parameter appears on a specific endpoint, the URL will be listed.  \nThis means once `/foo?id=bar` was seen, `/foo?id=baz` will not be printed.  \nCertain URL query parameters are ignored completely, so that `/foo` and `/foo?utm_source=twitter` are considered equal.\n\nIt further can detect some patterns in parts of URLs which are ignored when comparing URLs.\n\n- language codes\n- numeric IDs\n- hashes\n- UUIDs\n\nThis means that `/en-US/upload/item/1` and `/de-DE/upload/item/5` are considered equal, so only the first will be printed.\n\n## Usage\n\nIf you don't have Go installed read [this](https://go.dev/doc/install).\n\n```sh\n# installation\ngo install github.com/wfinn/urlame@latest\n# basic usage\nurlame \u003c many_urls.txt \u003e less_urls.txt\n# practical example\nwaymore example.org | tee all_urls.txt | urlame \u003e filtered_urls.txt\n```\n---\n\nIf you have ideas for more stuff to filter out or find a bug, [let me know](https://github.com/wfinn/urlame/issues/new).\n\nInspired by [uro](https://github.com/s0md3v/uro)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfinn%2Furlame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwfinn%2Furlame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfinn%2Furlame/lists"}