{"id":26171801,"url":"https://github.com/zebbern/regex-crawler","last_synced_at":"2025-04-14T20:21:11.961Z","repository":{"id":277130080,"uuid":"931426764","full_name":"zebbern/regex-crawler","owner":"zebbern","description":"Regex Web Crawler that searches on custom regexes meanwhile crawling each site to find the information your looking for!","archived":false,"fork":false,"pushed_at":"2025-02-26T20:13:06.000Z","size":40,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T16:51:09.347Z","etag":null,"topics":["bug-bounty","bugbounty","crawler","information-gathering","information-retrieval","osint","osint-tool","pentest","python","regex","regex-engine","regex-match","regex-pattern","regex-tool","toolkit","tools","website"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zebbern.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-12T09:02:25.000Z","updated_at":"2025-02-26T20:13:09.000Z","dependencies_parsed_at":"2025-02-19T14:30:03.795Z","dependency_job_id":null,"html_url":"https://github.com/zebbern/regex-crawler","commit_stats":null,"previous_names":["zebbern/p-search"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebbern%2Fregex-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebbern%2Fregex-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebbern%2Fregex-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebbern%2Fregex-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zebbern","download_url":"https://codeload.github.com/zebbern/regex-crawler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952344,"owners_count":21188427,"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":["bug-bounty","bugbounty","crawler","information-gathering","information-retrieval","osint","osint-tool","pentest","python","regex","regex-engine","regex-match","regex-pattern","regex-tool","toolkit","tools","website"],"created_at":"2025-03-11T19:51:24.301Z","updated_at":"2025-04-14T20:21:11.942Z","avatar_url":"https://github.com/zebbern.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://github.com/your-repo/BugBountyCrawler\"\u003e\n   \u003cimg src=\"https://github.com/user-attachments/assets/99f1a4d0-ac60-415c-a61b-4015da390a80\" width=\"30%\"\u003e\n\u003c/a\u003e\n\n\u003ckbd\u003eRegex Web Crawler\u003c/kbd\u003e\n\n![Python](https://img.shields.io/badge/Python-3.x-blue)\n![Status](https://img.shields.io/badge/Status-Active-green)\n![License](https://img.shields.io/badge/License-MIT-brightgreen)\n\n **An advanced web crawler built for bug bounty hunters!**\n \n **Tool recursively crawls a target website, performs regex-based content searches, and saves results in structured YAML files.**\n \n **Includes optional security analysis for reconnaissance.**\n\n---\n\n### `Features:`\n\u003ch6\u003e\n   \nValidate URLs before crawling to prevent errors.\n\nExtract all internal links recursively up to a specified depth.\n\nPerform regex-based searches on each page's content using a user-defined regex list.\n\nOptionally enable advanced security checks such as scanning HTTP headers and HTML comments for potential leaks.\n\nStore all crawled URLs and results in structured YAML format for easy analysis.\u003c/h6\u003e\n\n\u003c/div\u003e\n\n---\n\n\u003ckbd\u003eHow To Run\u003c/kbd\u003e\n\n**Step 1: Configure the `config.yaml` file to set up the target URL and crawling options.**  \n**Step 2: Run the Python script and let it crawl the target website while extracting valuable information.**  \n**Step 3: Review the structured results saved in `results.yaml`.**\n\n## Requirements:\n```\nrequests\nbeautifulsoup4\npyyaml\n```\nInstall the required dependencies with:\n```\npip install -r requirements.txt\n```\n\n## Usage:\n1. Set up your configuration in `config.yaml`:\n   ```yaml\n   base_url: \"https://example.com\"\n   crawl_depth: 1\n   advanced: true\n   regex_file: \"regex_patterns.txt\"\n   output_file: \"results.yaml\"\n   ```\n2. Create or edit your regex patterns in `regex_patterns.txt` (one per line):\n   ```txt\n   (?i)password\\s*[:=]\\s*['\"][^'\"]+['\"]\n   (?i)secret\\s*[:=]\\s*['\"][^'\"]+['\"]\n   ```\n3. Run the script:\n   ```bash\n   python para.py\n   ```\n\n## Contribute:\nFeel free to suggest improvements or contribute by visiting [https://github.com/zebbern/regex-crawler](https://github.com/zebbern/regex-crawler).\n\n\u003chr\u003e\n\n\u003e [!WARNING]  \n\u003e This tool is intended for ethical hacking and bug bounty purposes only. Unauthorized scanning of third-party websites is illegal and unethical. Always obtain explicit permission before testing any target.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebbern%2Fregex-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebbern%2Fregex-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebbern%2Fregex-crawler/lists"}