实验过程

  • 首先使用命令创建一个msf所需的数据库

     service postgresql start
    
     msfdb start
    
  • 使用命令msfconsole开启msf

  • 输入命令 use auxiliary/scanner/discovery/arp_sweep进入模块
    20145333茹翔 Exp5 利用nmap扫描

  • 用show options查看需要设置的消息

  • 根据显示的消息进行设置,设置相关参数
    20145333茹翔 Exp5 利用nmap扫描

  • 使用命令run开启扫描,结果如下
    20145333茹翔 Exp5 利用nmap扫描

  • 使用命令nmap+ip地址(该ip地址为同网段下另一个电脑主机ip)结果如下
    20145333茹翔 Exp5 利用nmap扫描

相关文章:

  • 2021-09-22
  • 2021-07-14
  • 2021-06-18
  • 2022-02-14
  • 2021-10-09
猜你喜欢
  • 2021-09-26
  • 2021-12-06
  • 2021-10-07
  • 2021-09-15
  • 2022-03-03
  • 2021-12-04
  • 2021-06-07
相关资源
相似解决方案