{"id":25911474,"url":"https://github.com/copyleftdev/paramhunter","last_synced_at":"2025-11-30T04:03:16.819Z","repository":{"id":191044659,"uuid":"683819076","full_name":"copyleftdev/ParamHunter","owner":"copyleftdev","description":"HTTP Hidden Parameters Hunter","archived":false,"fork":false,"pushed_at":"2023-08-27T19:59:19.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-10T05:40:21.031Z","etag":null,"topics":["owasp","security-tools","web-security"],"latest_commit_sha":null,"homepage":"","language":"Python","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/copyleftdev.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,"governance":null}},"created_at":"2023-08-27T19:48:37.000Z","updated_at":"2025-03-04T03:22:13.000Z","dependencies_parsed_at":"2023-08-27T21:02:37.582Z","dependency_job_id":"a3be3bc0-b8c1-4308-a377-db3e26667d7a","html_url":"https://github.com/copyleftdev/ParamHunter","commit_stats":null,"previous_names":["copyleftdev/paramhunter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/copyleftdev/ParamHunter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2FParamHunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2FParamHunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2FParamHunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2FParamHunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copyleftdev","download_url":"https://codeload.github.com/copyleftdev/ParamHunter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2FParamHunter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27376104,"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-11-30T02:00:05.582Z","response_time":55,"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":["owasp","security-tools","web-security"],"created_at":"2025-03-03T09:17:36.407Z","updated_at":"2025-11-30T04:03:16.788Z","avatar_url":"https://github.com/copyleftdev.png","language":"Python","readme":"# ParamHunter\n\nDiscover hidden parameters in web applications using brute force, archives from the Wayback Machine, and by analyzing JavaScript files.\n\n## Features\n\n- **Brute Force Parameters**: Uses a wordlist to brute force potential parameters on the target website.\n- **Search Archives**: Check the Wayback Machine to find old parameters that might have been used on the website in previous versions.\n- **Analyze JavaScript**: Scrutinizes JavaScript files linked in the webpage to find potential parameters.\n\n## Prerequisites\n\nBefore you can run ParamHunter, you need the following installed:\n\n- Python 3.x\n- `requests` and `beautifulsoup4` Python packages. Install them using:\n\n```\npip install requests beautifulsoup4\n```\n\n## Usage\n\n```bash\npython ParamHunter.py -u \u003cTARGET_URL\u003e [OPTIONS]\n```\n\n**Options**:\n\n- `-u` or `--url`: The target URL to scan. **(Required)**\n- `-w` or `--wordlist`: Path to the wordlist used for brute forcing. Default is `default_wordlist.txt`.\n- `-t` or `--type`: Request type (either `GET` or `POST`). Default is `GET`.\n- `-a` or `--archives`: Search the Wayback Machine for old parameters.\n- `-j` or `--javascript`: Analyze linked JavaScript files for parameters.\n\n## Caution\n\n1. **Permissions**: Always ensure you have permission to test or scan any target. Unauthorized scanning and testing can be illegal.\n2. **Rate Limiting**: Websites might have rate limits or might block IP addresses sending too many requests in a short amount of time.\n3. **Concurrency**: The current implementation uses threading for brute forcing parameters. Consider monitoring your system's resources when using large wordlists.\n\n## Example\n\nTo scan `https://example.com` using a wordlist named `params.txt`, searching archives and analyzing JavaScript, use:\n\n```bash\npython ParamHunter.py -u https://example.com -w params.txt -a -j\n```\n\n## Contributing\n\nFeel free to fork this repository and submit pull requests for enhancements, bug fixes, or additional features. All contributions are welcome!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopyleftdev%2Fparamhunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopyleftdev%2Fparamhunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopyleftdev%2Fparamhunter/lists"}