{"id":26940035,"url":"https://github.com/demon1a/zzl","last_synced_at":"2025-04-02T15:16:28.189Z","repository":{"id":259720127,"uuid":"879258998","full_name":"DEMON1A/zzl","owner":"DEMON1A","description":"Zzl is a reconnaissance tool that collects subdomains from SSL certificates in IP ranges","archived":false,"fork":false,"pushed_at":"2024-10-27T12:45:45.000Z","size":5,"stargazers_count":16,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T06:42:56.480Z","etag":null,"topics":["bugbounty","hacking","recon","reconnaissance","zzl"],"latest_commit_sha":null,"homepage":"","language":"Go","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/DEMON1A.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":"2024-10-27T12:44:57.000Z","updated_at":"2024-11-11T22:54:25.000Z","dependencies_parsed_at":"2024-10-27T15:26:31.477Z","dependency_job_id":"106d6282-38ce-47b5-a0b1-04e0f82a352e","html_url":"https://github.com/DEMON1A/zzl","commit_stats":null,"previous_names":["demon1a/zzl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMON1A%2Fzzl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMON1A%2Fzzl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMON1A%2Fzzl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DEMON1A%2Fzzl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DEMON1A","download_url":"https://codeload.github.com/DEMON1A/zzl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246837683,"owners_count":20841903,"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","hacking","recon","reconnaissance","zzl"],"created_at":"2025-04-02T15:16:27.026Z","updated_at":"2025-04-02T15:16:28.177Z","avatar_url":"https://github.com/DEMON1A.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## zzl\nZzl is a reconnaissance tool that collects subdomains from SSL certificates in IP ranges\n\n### Install zzl\n#### Using go\n```bash\ngo install github.com/DEMON1A/zzl/cmd/zzl@latest\n```\n#### Build from source\n##### Windows\n```bat\ngit clone https://github.com/DEMON1A/zzl\ncd zzl\\\ngo build cmd\\zzl\\main.go\nmain.exe -h\n```\n##### Linux\n```bash\ngit clone https://github.com/DEMON1A/zzl\ncd zzl/\ngo build cmd/zzl/main.go\n./main -h\n```\n\n### Usage\n#### IP ranges\nzzl automatically generates IP addresses between ranges, you just need to specify the start and the end point for the IP generation function\n```bat\ngo run cmd\\zzl\\main.go -start-ip 141.95.90.0 -end-ip 141.95.90.255\n```\n\nYou can only use `-start-ip` too, zzl is made to generate the end up dynamiclly if it isn't provided, for example if the start ip is `192.168.1.0` zzl would set the end ip dynamically to `192.168.1.255`\n\n```bat\ngo run cmd\\zzl\\main.go -start-ip 141.95.90.0\n```\n\n#### Domain\nYou can still use zzl to grab SANs from a single domain \n```bat\ngo run cmd\\zzl\\main.go -domain x.com\n```\n\nHere is a one liner for bash to automate this process with many domains\n```bash\nfor i in `cat domains.txt`; do zzl -domain $i; done\n```\n\n#### Validation\nzzl do validate every single IP address found inside the IP range for both protocols **HTTP** and **HTTPs** so it never misses a result, you can set zzl to use a single protocol for validation \n\n```bat\ngo run cmd\\zzl\\main.go -domain x.com -only-https\n```\n\n```bat\ngo run cmd\\zzl\\main.go -domain x.com -only-http\n```\n\n#### Timeout\nYou can choose the timeout in seconds, By default it's set to **1**\n```bat\ngo run cmd\\zzl\\main.go -domain x.com -timeout 3\n```\n\n### Credits\nThis tool is inspired by [Zwink](https://x.com/_zwink)'s University \"Python and Bug bounty\" episode, zzl is an enchanced version of his script `sslDomain_v3.py`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemon1a%2Fzzl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemon1a%2Fzzl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemon1a%2Fzzl/lists"}