{"id":20509837,"url":"https://github.com/qi4l/qscan","last_synced_at":"2025-05-15T20:05:53.063Z","repository":{"id":228958179,"uuid":"775385659","full_name":"qi4L/qscan","owner":"qi4L","description":"Lightning-fast internal network scanner","archived":false,"fork":false,"pushed_at":"2025-05-12T09:05:10.000Z","size":5288,"stargazers_count":620,"open_issues_count":0,"forks_count":46,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-12T10:27:01.338Z","etag":null,"topics":["extreme-speed","scan"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qi4L.png","metadata":{"files":{"readme":"README.en.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,"zenodo":null}},"created_at":"2024-03-21T09:43:28.000Z","updated_at":"2025-05-12T09:05:13.000Z","dependencies_parsed_at":"2024-08-28T05:28:08.315Z","dependency_job_id":"c31204c8-3134-4899-b902-e7a3f26320d9","html_url":"https://github.com/qi4L/qscan","commit_stats":null,"previous_names":["qi4l/qscan","qi4l/kscanpro"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qi4L%2Fqscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qi4L%2Fqscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qi4L%2Fqscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qi4L%2Fqscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qi4L","download_url":"https://codeload.github.com/qi4L/qscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414499,"owners_count":22067272,"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":["extreme-speed","scan"],"created_at":"2024-11-15T20:26:45.596Z","updated_at":"2025-05-15T20:05:48.038Z","avatar_url":"https://github.com/qi4L.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qscan\n\n一个比Fscan更快，且免杀的内网扫描器\n\n# 特点\n\n+ 更快的扫描速度，同端口数下速度对比：\n\nQScan\n![img.png](assets/qscan速度.png)\n\nFScan\n![img.png](assets/FScan.png)\n\n+ MS17010检测\n\n## 使用参数\n\n```\noptional arguments:\n  -h , --help     show this help message and exit\n  -t , --target   指定探测对象：\n                  IP地址：114.114.114.114\n                  IP地址段：114.114.114.114/24,不建议子网掩码小于12\n                  IP地址段：114.114.114.114-115.115.115.115\n                  URL地址：https://www.baidu.com\n                  文件地址：file:/tmp/target.txt\n                  剪切板: paste or clipboard\n  --spy           网段探测模式，此模式下将自动探测主机可达的内网网段可接收参数为：\n                  (空)、192、10、172、all、指定IP地址(将探测该IP地址B段存活网关)\noptions:\n  --check         针对目标地址做指纹识别，仅不会进行端口探测\n  -p , --port     扫描指定端口，默认会扫描TOP400，支持：80,8080,8088-8090\n  -eP, --excluded-port 跳过扫描指定的端口，支持：80,8080,8088-8090\n  -o , --output   将扫描结果保存到文件\n  -oJ             将扫描结果使用json格式保存到文件\n  -oC             将扫描结果使用csv格式保存到文件\n  -Pn          \t  使用此参数后，将不会进行智能存活性探测，现在默认会开启智能存活性探测，提高效率\n  -Cn             使用此参数后，控制台输出结果将不会带颜色。\n  -Dn             使用此参数后，将关闭CDN识别功能\n  -sV             使用此参数后，将对所有端口进行全探针探测，此参数极度影响效率，慎用！\n  --top           扫描经过筛选处理的常见端口TopX，最高支持1000个，默认为TOP400\n  --proxy         设置代理(socks5|socks4|https|http)://IP:Port\n  --threads       线程参数,默认线程100,最大值为2048\n  --path          指定请求访问的目录，只支持单个目录\n  --host          指定所有请求的头部Host值\n  --timeout       设置超时时间\n  --encoding      设置终端输出编码，可指定为：gb2312、utf-8\n  -hY , --hydra         自动化爆破支持协议：ssh,rdp,ftp,smb,mysql,mssql,oracle,postgresql,mongodb,redis,默认会开启全部\n  -eX , --exploit       漏洞探测，使用xray poc\nhydra options:\n   --hydra-user   自定义hydra爆破用户名:username or user1,user2 or file:username.txt\n   --hydra-pass   自定义hydra爆破密码:password or pass1,pass2 or file:password.txt\n                  若密码中存在使用逗号的情况，则使用\\,进行转义，其他符号无需转义\n   --hydra-update 自定义用户名、密码模式，若携带此参数，则为新增模式，会将用户名和密码补充在默认字典后面。否则将替换默认字典。\n   --hydra-mod    指定自动化暴力破解模块:rdp or rdp,ssh,smb\nexploit options:\n   --cookie       设置cookie\n   --num          web poc 发包速率  (default 20)\n   --dns          使用DnsLog Poc\n   --full         poc全扫描，如：shiro 100 key\n   --wt           web访问超时时间 (default 5)\n```\n\n# 参考\n\nhttps://github.com/lcvvvv/kscan\n\nhttps://github.com/shadow1ng/fscan","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqi4l%2Fqscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqi4l%2Fqscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqi4l%2Fqscan/lists"}