{"id":25230538,"url":"https://github.com/isotaka134/cloudflare-detection-ip-resolver","last_synced_at":"2025-07-23T17:06:33.045Z","repository":{"id":276604112,"uuid":"929755095","full_name":"isotaka134/Cloudflare-Detection-IP-Resolver","owner":"isotaka134","description":"This Metasploit auxiliary module scans a list of domains, resolves their IP addresses, and detects whether they are protected by Cloudflare.","archived":false,"fork":false,"pushed_at":"2025-02-09T10:41:43.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T15:24:32.294Z","etag":null,"topics":["detection","metasploit-framework","scanning","subdomain-brute","subdomain-scanner"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/isotaka134.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":"2025-02-09T10:19:00.000Z","updated_at":"2025-02-14T09:15:58.000Z","dependencies_parsed_at":"2025-02-09T11:36:41.378Z","dependency_job_id":null,"html_url":"https://github.com/isotaka134/Cloudflare-Detection-IP-Resolver","commit_stats":null,"previous_names":["isotaka134/cloudflare-detection-ip-resolver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isotaka134/Cloudflare-Detection-IP-Resolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isotaka134%2FCloudflare-Detection-IP-Resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isotaka134%2FCloudflare-Detection-IP-Resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isotaka134%2FCloudflare-Detection-IP-Resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isotaka134%2FCloudflare-Detection-IP-Resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isotaka134","download_url":"https://codeload.github.com/isotaka134/Cloudflare-Detection-IP-Resolver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isotaka134%2FCloudflare-Detection-IP-Resolver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266717709,"owners_count":23973384,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["detection","metasploit-framework","scanning","subdomain-brute","subdomain-scanner"],"created_at":"2025-02-11T11:59:40.768Z","updated_at":"2025-07-23T17:06:33.019Z","avatar_url":"https://github.com/isotaka134.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\nThis auxiliary module scans a list of domains, resolves their IP addresses, and detects whether Cloudflare protects them.\n\n## Features\n- Reads a list of domains from a file\n- Resolves IP addresses for each domain\n- Detects if a domain is using Cloudflare\n- Saves results to an output file (optional)\n\n## Requirements\n- Metasploit Framework\n- Ruby environment\n\n## Installation\n1. move the `cloudflare_scanner.rb` script to the Metasploit module directory:\n   ```bash\n   sudo mv cloudflare_scanner.rb ~/.msf4/modules/auxiliary/scanner/\n   ```\n2. Start Metasploit Framework:\n   ```bash\n   msfconsole\n   ```\n3. Load the module:\n   ```bash\n   use auxiliary/scanner/cloudflare_scanner\n   ```\n\n## Usage\n1. Set the required options:\n   ```bash\n   set DOMAIN_LIST /path/to/domains.txt\n   ```\n2. (Optional) Set an output file:\n   ```bash\n   set OUTPUT_FILE /path/to/results.txt\n   ```\n3. Run the scan:\n   ```bash\n   run\n   ```\n\n## Output Format\nExample output:\n```\n[*] Scanning: example.com\n[+] example.com, IP: 192.0.2.1, Cloudflare: Yes\n[*] Scanning: test.com\n[+] test.com, IP: 203.0.113.2, Cloudflare: No\n[+] Results saved to results.txt\n[*] Scan completed.\n```\n\n## How It Works\n- The script removes `http://` and `https://` from domain names.\n- It resolves the IP address of each domain using `Resolve`.\n- It sends an HTTP request to check if the response contains the `cf-ray` header, indicating Cloudflare protection.\n- Results are displayed in the console and optionally saved to a file.\n\n## Disclaimer\nThis tool is intended for **ethical security research**. You can use it only on domains you have permission to scan.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisotaka134%2Fcloudflare-detection-ip-resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisotaka134%2Fcloudflare-detection-ip-resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisotaka134%2Fcloudflare-detection-ip-resolver/lists"}