51Testing软件测试论坛

标题: Cisco Auditing Tool ----思科路由漏洞扫描 [打印本页]

作者: 做自己的女王ヽ    时间: 2019-3-18 17:16
标题: Cisco Auditing Tool ----思科路由漏洞扫描
Cisco Auditing Tool 简称CAT,属于小型的安全审计工具,它可检测出Cisco路由器常见的漏洞,能够发现注入默认密码,默认SNMP字符串和老版本IOS上存在的bug
  1. root@kali:~# CAT

  2. Cisco Auditing Tool - g0ne [null0]
  3. Usage:
  4.     -h hostname (for scanning single hosts)  //单个主机扫描
  5.     -f hostfile (for scanning multiple hosts)  //多个主机扫描
  6.     -p port #   (default port is 23)  //指定端口,默认23端口
  7.     -w wordlist (wordlist for community name guessing)  //指定字典文件(团体字符串)
  8.     -a passlist (wordlist for password guessing)  //指定密码列表(穷举密码)
  9.     -i [ioshist]    (Check for IOS History bug)  //检查IOS历史bug
  10.     -l logfile  (file to log to, default screen)  //文件日志,默认显示
  11.     -q quiet mode   (no screen output)  //不在屏幕上输出
复制代码
常用命令:CAT -h 主机名 -w 字典文件 -a 密码文件 -i





欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2