{"id":34160453,"url":"https://github.com/static-flow/gopatternmatcher","last_synced_at":"2026-03-11T07:01:32.698Z","repository":{"id":99299886,"uuid":"241800978","full_name":"Static-Flow/GoPatternMatcher","owner":"Static-Flow","description":"This tool allows for quickly searching for a specified pattern within HTTP Response bodies. Simply pipe in a list of URLs, specify your pattern and hit enter.","archived":false,"fork":false,"pushed_at":"2020-02-26T18:11:33.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T03:11:39.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Static-Flow.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":"2020-02-20T05:25:42.000Z","updated_at":"2023-01-27T18:37:24.000Z","dependencies_parsed_at":"2023-05-09T13:31:19.459Z","dependency_job_id":null,"html_url":"https://github.com/Static-Flow/GoPatternMatcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Static-Flow/GoPatternMatcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Flow%2FGoPatternMatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Flow%2FGoPatternMatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Flow%2FGoPatternMatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Flow%2FGoPatternMatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Static-Flow","download_url":"https://codeload.github.com/Static-Flow/GoPatternMatcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Flow%2FGoPatternMatcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30373507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"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":[],"created_at":"2025-12-15T08:30:44.989Z","updated_at":"2026-03-11T07:01:32.692Z","avatar_url":"https://github.com/Static-Flow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoPatternMatcher\nThis tool allows for quickly searching for a specified pattern within HTTP Response bodies. Simply pipe in a list of URLs, specify your pattern and hit enter.\n\n\n# Help Output\n```\nUsage of gpm:\n  -context int\n        Number of characters on both sides of a match to include. (0 to include whole line, could be large for minified JS) (default 50)\n  -findall\n        Find all matches not just first one\n  -pattern string\n        Pattern definition to look for\n  -timeout int\n        timeout in milliseconds (default 10000)\n  -workers int\n        Number of workers to process urls (default 20)\n\n```\n\n\n# Examples\n\n## Simple use case searching for username\ncat urls.txt | gpm --pattern admin\n\n## Specify --findall to search for all occurrences of .js files\ncat urls.txt | gpm --patttern .js --findall\n\n## Specify number of workers to concurrently process the URLs\ncat urls.txt | gpm --pattern .js --findall --workers 30\n\n## Specify timeout of web reuqests in milliseconds\ncat urls.txt | gpm --pattern .js --findall --workers 30 --timeout 20000\n\n## Specify number of characters on each side of match  to include\ncat urls.txt | gpm --pattern .js --findall --workers 30 --timeout 20000 --context 100\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatic-flow%2Fgopatternmatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatic-flow%2Fgopatternmatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatic-flow%2Fgopatternmatcher/lists"}