1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
| ./FScan_2.0.1_linux_x64 -h 172.22.6.36/24 ┌──────────────────────────────────────────────┐ │ ___ _ │ │ / _ \ ___ ___ _ __ __ _ ___| | __ │ │ / /_\/____/ __|/ __| '__/ _` |/ __| |/ / │ │ / /_\\_____\__ \ (__| | | (_| | (__| < │ │ \____/ |___/\___|_| \__,_|\___|_|\_\ │ └──────────────────────────────────────────────┘ Fscan Version: 2.0.1
[1.8s] 已选择服务扫描模式 [1.8s] 开始信息扫描 [1.8s] CIDR范围: 172.22.6.0-172.22.6.255 [1.8s] generate_ip_range_full [1.8s] 解析CIDR 172.22.6.36/24 -> IP范围 172.22.6.0-172.22.6.255 [1.8s] 最终有效主机数量: 256 [1.8s] 开始主机扫描 [1.8s] 使用服务插件: activemq, cassandra, elasticsearch, findnet, ftp, imap, kafka, ldap, memcached, modbus, mongodb, ms17010, mssql, mysql, neo4j, netbios, oracle, pop3, postgres, rabbitmq, rdp, redis, rsync, smb, smb2, smbghost, smtp, snmp, ssh, telnet, vnc, webpoc, webtitle [1.8s] 正在尝试无监听ICMP探测... [1.8s] ICMP连接失败: dial ip4:icmp 127.0.0.1: socket: operation not permitted [1.8s] 当前用户权限不足,无法发送ICMP包 [1.8s] 切换为PING方式探测... [1.9s] [*] 目标 172.22.6.12 存活 (ICMP) [4.9s] [*] 目标 172.22.6.25 存活 (ICMP) [4.9s] [*] 目标 172.22.6.36 存活 (ICMP) [5.0s] [*] 目标 172.22.6.38 存活 (ICMP) [7.9s] 存活主机数量: 4 [7.9s] 有效端口数量: 233 [7.9s] [*] 端口开放 172.22.6.36:22 [7.9s] [*] 端口开放 172.22.6.12:445 [7.9s] [*] 端口开放 172.22.6.12:139 [7.9s] [*] 端口开放 172.22.6.12:389 [7.9s] [*] 端口开放 172.22.6.12:135 [7.9s] [*] 端口开放 172.22.6.12:88 [7.9s] [*] 端口开放 172.22.6.36:7687 [7.9s] [*] 端口开放 172.22.6.25:445 [7.9s] [*] 端口开放 172.22.6.25:139 [7.9s] [*] 端口开放 172.22.6.25:135 [7.9s] [*] 端口开放 172.22.6.38:22 [7.9s] [*] 端口开放 172.22.6.38:80 [10.9s] 扫描完成, 发现 12 个开放端口 [10.9s] 存活端口数量: 12 [10.9s] 开始漏洞扫描 [11.1s] POC加载完成: 总共387个,成功387个,失败0个 [11.1s] [*] NetInfo 扫描结果 目标主机: 172.22.6.12 主机名: DC-PROGAME 发现的网络接口: IPv4地址: └─ 172.22.6.12 [11.1s] [*] NetInfo 扫描结果 目标主机: 172.22.6.25 主机名: WIN2019 发现的网络接口: IPv4地址: └─ 172.22.6.25 [11.1s] [*] 网站标题 http://172.22.6.38 状态码:200 长度:1531 标题:后台登录 [11.1s] [+] NetBios 172.22.6.25 XIAORANG\WIN2019 [11.2s] [+] NetBios 172.22.6.12 DC:DC-PROGAME.xiaorang.lab Windows Server 2016 Datacenter 14393 [11.2s] 系统信息 172.22.6.12 [Windows Server 2016 Datacenter 14393] [11.4s] [*] 网站标题 https://172.22.6.36:7687 状态码:400 长度:50 标题:无标题 [55.6s] 扫描已完成: 22/22
|