{"id":33934016,"url":"https://github.com/sercanarga/ipmap","last_synced_at":"2026-03-10T07:03:09.350Z","repository":{"id":90304579,"uuid":"536802579","full_name":"sercanarga/ipmap","owner":"sercanarga","description":"ipmap is an open source, cross-platform and powerful network analysis tool.","archived":false,"fork":false,"pushed_at":"2025-12-11T22:29:25.000Z","size":5357,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-13T03:10:18.865Z","etag":null,"topics":["ipmap","linux","macos","security","windows"],"latest_commit_sha":null,"homepage":"https://github.com/sercanarga/ipmap","language":"Go","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/sercanarga.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"sercanarga","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-09-15T00:15:39.000Z","updated_at":"2025-12-11T22:17:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cfc97d9-e09f-4cbd-8505-9fc382b18d30","html_url":"https://github.com/sercanarga/ipmap","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sercanarga/ipmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sercanarga%2Fipmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sercanarga%2Fipmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sercanarga%2Fipmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sercanarga%2Fipmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sercanarga","download_url":"https://codeload.github.com/sercanarga/ipmap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sercanarga%2Fipmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":["ipmap","linux","macos","security","windows"],"created_at":"2025-12-12T13:22:22.732Z","updated_at":"2026-03-10T07:03:09.342Z","avatar_url":"https://github.com/sercanarga.png","language":"Go","funding_links":["https://github.com/sponsors/sercanarga"],"categories":[],"sub_categories":[],"readme":"# ipmap\n\nAn open-source, cross-platform powerful network analysis tool for discovering websites hosted on specific IP addresses and ASN ranges.\n\n## Features\n\n- ASN scanning (Autonomous System Number) with IPv4/IPv6 support\n- IP block scanning (CIDR format)\n- HTTPS/HTTP automatic fallback\n- **Chrome 135 TLS Fingerprint** (JA3/JA4 spoofing via uTLS)\n- **Real Chrome Header Order** (WAF bypass optimized)\n- **Referer Header Rotation** (Google, Bing, DuckDuckGo)\n- Firewall bypass techniques (IP shuffling, header randomization, smart jitter)\n- Proxy support (HTTP/HTTPS/SOCKS5)\n- Custom DNS servers\n- Rate limiting (token bucket algorithm)\n- Dynamic timeout calculation\n- Text and JSON output formats\n- Configurable concurrent workers (1-1000)\n- Real-time progress bar\n- Graceful Ctrl+C handling with result export\n- Input validation (ASN, IP/CIDR format checking)\n- Large CIDR block protection (max 1M IPs)\n\n## Installation\n\n**From Releases:**\n```bash\n# Download from releases\nunzip ipmap.zip\nchmod +x ipmap\n./ipmap\n```\n\n**Build from Source:**\n```bash\ngit clone https://github.com/sercanarga/ipmap.git\ncd ipmap\ngo mod tidy\ngo build -o ipmap .\n```\n\n## Usage\n\n### Parameters\n\n```bash\n-asn AS13335                         # Scan all IP blocks in the ASN\n-ip 103.21.244.0/22                  # Scan specified IP blocks\n-d example.com                       # Search for specific domain\n-t 2000                              # Request timeout in ms (auto if not set)\n--export                             # Auto-export results\n-format json                         # Output format (text or json)\n-workers 100                         # Concurrent workers (default: 100)\n-v                                   # Verbose mode\n-c                                   # Continue until completion\n-proxy http://127.0.0.1:8080         # Proxy URL (HTTP/HTTPS/SOCKS5)\n-rate 50                             # Rate limit (requests/sec, 0 = unlimited)\n-dns 8.8.8.8,1.1.1.1                 # Custom DNS servers\n-ipv6                                # Enable IPv6 scanning\n-config config.yaml                  # Load config from YAML file\n-resume cache.json                   # Resume interrupted scan from cache\n-output-dir ./exports                # Directory for export files\n-insecure=false                      # Enable TLS certificate verification\n```\n\n### Examples\n\n```bash\n# Basic ASN scan\nipmap -asn AS13335\n\n# Find domain in ASN\nipmap -asn AS13335 -d example.com\n\n# Scan IP blocks\nipmap -ip 103.21.244.0/22,103.22.200.0/22\n\n# High-performance scan\nipmap -asn AS13335 -workers 200 -v\n\n# With proxy and rate limiting\nipmap -asn AS13335 -proxy socks5://127.0.0.1:9050 -rate 50\n\n# Full configuration\nipmap -asn AS13335 -d example.com -proxy http://127.0.0.1:8080 -rate 100 -workers 50 -dns 8.8.8.8 -v --export\n```\n\n## License\n\nThis project is open-source and available under the MIT License.\n\n## Contributors\nThanks go to these wonderful people\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/ertugrulturan\"\u003e\n          \u003cimg src=\"\" width=\"100px;\" alt=\"\"/\u003e\n          \u003cbr /\u003e\n          \u003csub\u003e\n            \u003cb\u003eErtuğrul TURAN\u003c/b\u003e\n          \u003c/sub\u003e\n        \u003c/a\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/sametcodes\"\u003e\n          \u003cimg src=\"https://avatars.githubusercontent.com/u/9467273?v=4\" width=\"100px;\" alt=\"\"/\u003e\n          \u003cbr /\u003e\n          \u003csub\u003e\n            \u003cb\u003eSamet\u003c/b\u003e\n          \u003c/sub\u003e\n        \u003c/a\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/lordixir\"\u003e\n          \u003cimg src=\"https://avatars.githubusercontent.com/u/38049901?v=4\" width=\"100px;\" alt=\"\"/\u003e\n          \u003cbr /\u003e\n          \u003csub\u003e\n            \u003cb\u003eMurat\u003c/b\u003e\n          \u003c/sub\u003e\n        \u003c/a\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsercanarga%2Fipmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsercanarga%2Fipmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsercanarga%2Fipmap/lists"}