Auxiliary模块使用(三)

VNC空密码扫描程序

  这个模板将会扫描特定的网段,以搜索可以使用空密码访问的虚拟网络计算(VNC)服务器。

  旨在帮助了解辅助工具模板在渗透测试过程中的重要作用

msf5 > use auxiliary/scanner/vnc/vnc_none_auth 
msf5 auxiliary(scanner/vnc/vnc_none_auth) > show options 

Module options (auxiliary/scanner/vnc/vnc_none_auth):

   Name     Current Setting  Required  Description
   ----     ---------------  --------  -----------
   RHOSTS                    yes       The target address range or CIDR identifier
   RPORT    5900             yes       The target port (TCP)
   THREADS  1                yes       The number of concurrent threads

  set rhosts 192.168.1.0/24

  [+] 192.168.1.13:5900 - 192.168.1.13:5900 - VNC server protocol version: [3, 4].3
  [*] 192.168.1.13:5900 - 192.168.1.13:5900 - VNC server security types supported: VNC

posted @ 2021-01-22 14:43  xixi78  阅读(352)  评论(0)    收藏  举报