{"id":13490378,"url":"https://github.com/shadow1ng/fscan","last_synced_at":"2025-05-15T00:03:39.027Z","repository":{"id":37327804,"uuid":"312629343","full_name":"shadow1ng/fscan","owner":"shadow1ng","description":"一款内网综合扫描工具，方便一键自动化、全方位漏扫扫描。","archived":false,"fork":false,"pushed_at":"2025-05-04T20:00:37.000Z","size":27718,"stargazers_count":12017,"open_issues_count":67,"forks_count":1735,"subscribers_count":117,"default_branch":"main","last_synced_at":"2025-05-07T23:35:08.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/shadow1ng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-11-13T16:35:20.000Z","updated_at":"2025-05-07T18:21:14.000Z","dependencies_parsed_at":"2023-02-18T14:31:41.806Z","dependency_job_id":"824eb817-1056-426d-bba8-c62c8232368a","html_url":"https://github.com/shadow1ng/fscan","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow1ng%2Ffscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow1ng%2Ffscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow1ng%2Ffscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadow1ng%2Ffscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadow1ng","download_url":"https://codeload.github.com/shadow1ng/fscan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249199,"owners_count":22039029,"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":[],"created_at":"2024-07-31T19:00:45.780Z","updated_at":"2025-05-15T00:03:38.977Z","avatar_url":"https://github.com/shadow1ng.png","language":"Go","readme":"# Fscan \n[English][url-docen]\n\n# 0x01 简介\n\n一款内网综合扫描工具，方便一键自动化、全方位漏扫扫描。\n\n# 0x02 主要功能\n## 1. 信息搜集\n- 基于ICMP的主机存活探测：快速识别网络中的活跃主机设备\n- 全面的端口扫描：系统地检测目标主机的开放端口情况\n\n## 2. 爆破功能\n- 常用服务密码爆破：支持SSH、SMB、RDP等多种协议的身份认证测试\n- 数据库密码爆破：覆盖MySQL、MSSQL、Redis、PostgreSQL、Oracle等主流数据库系统\n\n## 3. 系统信息与漏洞扫描\n- 网络信息收集：包括NetBIOS探测和域控制器识别\n- 系统信息获取：能够读取目标系统网卡配置信息\n- 安全漏洞检测：支持MS17-010等高危漏洞的识别与检测\n\n## 4. Web应用探测\n- 网站信息收集：自动获取网站标题信息\n- Web指纹识别：可识别常见CMS系统与OA框架\n- 漏洞扫描能力：集成WebLogic、Struts2等漏洞检测，兼容XRay POC\n\n## 5. 漏洞利用模块\n- Redis利用：支持写入公钥或植入计划任务\n- SSH远程执行：提供SSH命令执行功能\n- MS17-010利用：支持ShellCode注入，可实现添加用户等操作\n\n## 6. 辅助功能\n- 扫描结果存储：将所有检测结果保存至文件，便于后续分析\n\n# 0x03 使用说明\n完整功能介绍、使用说明及最新更新请访问我们的官方网站。\n\n## 官方网站\n\n**https://fscan.club/**\n\n访问官网获取:\n\n- 详细功能文档\n- 使用教程\n- 最新版本下载\n- 常见问题解答\n- 技术支持\n\n## 编译说明\n\n```bash\n# 基础编译\ngo build -ldflags=\"-s -w\" -trimpath main.go\n\n# UPX压缩（可选）\nupx -9 fscan\n```\n\n## 系统安装\n```bash\n# Arch Linux\nyay -S fscan-git\n# 或\nparu -S fscan-git\n```\n\n# 0x04 运行截图\n\n`fscan.exe -h 192.168.x.x  (全功能、ms17010、读取网卡信息)`\n![](image/1.png)\n\n![](image/4.png)\n\n`fscan.exe -h 192.168.x.x -rf id_rsa.pub (redis 写公钥)`\n![](image/2.png)\n\n`fscan.exe -h 192.168.x.x -c \"whoami;id\" (ssh 命令)`\n![](image/3.png)\n\n`fscan.exe -h 192.168.x.x -p80 -proxy http://127.0.0.1:8080 一键支持xray的poc`\n![](image/2020-12-12-13-34-44.png)\n\n`fscan.exe -h 192.168.x.x -p 139 (netbios探测、域控识别,下图的[+]DC代表域控)`\n![](image/netbios.png)\n\n`go run .\\main.go -h 192.168.x.x/24 -m netbios(-m netbios时,才会显示完整的netbios信息)`\n![](image/netbios1.png)\n\n`go run .\\main.go -h 192.0.0.0/8 -m icmp(探测每个C段的网关和数个随机IP,并统计top 10 B、C段存活数量)`\n![img.png](image/live.png)\n\n新的展示\n\n![2.0-1](image/2.0-1.png)\n\n![2.0-2](image/2.0-2.png)\n\n# 0x05 免责声明\n\n本工具仅面向**合法授权**的企业安全建设行为，如您需要测试本工具的可用性，请自行搭建靶机环境。\n\n为避免被恶意使用，本项目所有收录的poc均为漏洞的理论判断，不存在漏洞利用过程，不会对目标发起真实攻击和漏洞利用。\n\n在使用本工具进行检测时，您应确保该行为符合当地的法律法规，并且已经取得了足够的授权。**请勿对非授权目标进行扫描。**\n\n如您在使用本工具的过程中存在任何非法行为，您需自行承担相应后果，我们将不承担任何法律及连带责任。\n\n在安装并使用本工具前，请您**务必审慎阅读、充分理解各条款内容**，限制、免责条款或者其他涉及您重大权益的条款可能会以加粗、加下划线等形式提示您重点注意。\n\n除非您已充分阅读、完全理解并接受本协议所有条款，否则，请您不要安装并使用本工具。您的使用行为或者您以其他任何明示或者默示方式表示接受本协议的，即视为您已阅读并同意本协议的约束。\n\n\n# 0x06 404StarLink 2.0 - Galaxy\n![](https://github.com/knownsec/404StarLink-Project/raw/master/logo.png)\n\nfscan 是 404Team [星链计划2.0](https://github.com/knownsec/404StarLink2.0-Galaxy) 中的一环，如果对fscan 有任何疑问又或是想要找小伙伴交流，可以参考星链计划的加群方式。\n\n- [https://github.com/knownsec/404StarLink2.0-Galaxy#community](https://github.com/knownsec/404StarLink2.0-Galaxy#community)\n\n演示视频[【安全工具】5大功能，一键化内网扫描神器——404星链计划fscan](https://www.bilibili.com/video/BV1Cv4y1R72M)\n# 0x07 Star Chart\n[![Stargazers over time](https://starchart.cc/shadow1ng/fscan.svg)](https://starchart.cc/shadow1ng/fscan)\n\n# 0x08 捐赠\n 如果你觉得这个项目对你有帮助，你可以请作者喝饮料🍹 [点我](image/sponsor.png)\n\n# 0x09  安全培训\n![img.png](image/5.png)\n学网络安全，就选玲珑安全！专业漏洞挖掘，精准定位风险；助力技能提升，塑造安全精英;玲珑安全，为您的数字世界保驾护航！  \n在线免费学习网络安全，涵盖src漏洞挖掘，0基础安全入门。适用于小白，进阶，高手: https://space.bilibili.com/602205041  \n玲珑安全往期学员报喜🎉: https://www.ifhsec.com/list.html  \n玲珑安全漏洞挖掘培训学习联系微信: linglongsec\n\n# 0x10 参考链接\nhttps://github.com/Adminisme/ServerScan  \nhttps://github.com/netxfly/x-crack  \nhttps://github.com/hack2fun/Gscan  \nhttps://github.com/k8gege/LadonGo   \nhttps://github.com/jjf012/gopoc\n\n[url-docen]: README_EN.md\n","funding_links":[],"categories":["Go","漏洞扫描","LLM分析过程","Go (531)","web shell、shellcode","命令行工具"],"sub_categories":["网络服务_其他","fscan"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadow1ng%2Ffscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadow1ng%2Ffscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadow1ng%2Ffscan/lists"}