{"id":13845668,"url":"https://github.com/xchopath/pathprober","last_synced_at":"2025-07-12T03:31:27.709Z","repository":{"id":113458369,"uuid":"387241660","full_name":"xchopath/pathprober","owner":"xchopath","description":"Probe and discover HTTP pathname using brute-force methodology and filtered by specific word or 2 words at once","archived":true,"fork":false,"pushed_at":"2021-08-19T04:58:30.000Z","size":106,"stargazers_count":47,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-05T17:45:03.010Z","etag":null,"topics":["bugbounty","pentest","pentest-scripts","pentest-tools","python","python3","redteam","redteam-tools","webscanner"],"latest_commit_sha":null,"homepage":"","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/xchopath.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","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}},"created_at":"2021-07-18T18:17:20.000Z","updated_at":"2024-01-16T10:22:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab4f327f-b576-412b-92b4-f1925de52e61","html_url":"https://github.com/xchopath/pathprober","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/xchopath%2Fpathprober","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xchopath%2Fpathprober/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xchopath%2Fpathprober/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xchopath%2Fpathprober/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xchopath","download_url":"https://codeload.github.com/xchopath/pathprober/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225791376,"owners_count":17524773,"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":["bugbounty","pentest","pentest-scripts","pentest-tools","python","python3","redteam","redteam-tools","webscanner"],"created_at":"2024-08-04T17:03:32.379Z","updated_at":"2024-11-21T19:30:27.174Z","avatar_url":"https://github.com/xchopath.png","language":"Python","readme":"# pathprober\nProbe and discover HTTP pathname using brute-force methodology and filtered by specific word or 2 words at once.\n\n![version](https://img.shields.io/badge/version-0.4+dev-blue)\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n\n\n![pathprober-sample](https://raw.githubusercontent.com/xchopath/pathprober/master/sample.png)\n\n#### Purpose\nBrute-forcing website directories or HTTP pathname and validate using HTTP response code is not relevant anymore. This tool will help you to perform a penetration test, because it could validate the directories using specific-word or 2 words at once and the results will more accurate.\n\n#### It will help you to find:\n- Web administrator/login panel\n- Credential in some paths\n- Third-party token\n- Etc\n\n\n## Installation\n```\ngit clone https://github.com/xchopath/pathprober\ncd pathprober/\n```\n\n#### Requirements\n```\npip3 install -r requirements.txt\n```\n\n\n## Support\n- Multiple URL targets (in a file separated by newline) or single URL target\n- Multiple paths (in a file separated by newline) or single path\n- 1 word or 2 words (filter)\n- Save valid results to another file\n- Multi-threading\n\n\n## Sample usage\nMultiple target, multiple path, and multiple words:\n```\npython3 pathprober.py -T target.txt -P path.txt -w \"APP_NAME\" -w2 \"DB_PASSWORD\"\n```\n\nSingle target, multiple path, and single word:\n```\npython3 pathprober.py -t https://redacted.com/ -P path.txt -w \"APP_NAME\"\n```\n\nMultiple target, single path, multiple words, and save output to file:\n```\npython3 pathprober.py -T target.txt -p /.env -w \"APP_NAME\" -w2 \"TWILIO\" -o output.txt\n```\n\n\n## Need more help?\n```\nbash:~/pathprober$ python3 pathprober.py --help\n\n ___  ____ ___ _  _ ___  ____ ____ ___  ____ ____\n |__] |__|  |  |__| |__] |__/ |  | |__] |___ |__/\n |    |  |  |  |  | |    |  \\ |__| |__] |___ |  \\\n       Probe HTTP pathname filtered by words\n\nusage: pathprober.py [-h] [-t https://example.com] [-p pathname] [-T target.txt] [-P path.txt] [-w Word] [-w2 Word] [-o output.txt]\n\nPathProber - Probe and discover HTTP pathname using brute-force methodology and filtered by specific word or 2 words at once\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -t https://example.com\n                        Single website target\n  -p pathname           Single pathname\n  -T target.txt         Multiple target separated by newline\n  -P path.txt           Multiple pathname separated by newline\n  -w Word               A word that you want to find in a path\n  -w2 Word              A second word that you want to find in a path\n  -o output.txt         Save the results to file\n```\n\n\n## Contributors\n- [@xchopath](https://github.com/xchopath) (from [@zerobyte-id](https://github.com/zerobyte-id))\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxchopath%2Fpathprober","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxchopath%2Fpathprober","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxchopath%2Fpathprober/lists"}