欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Cisco Auditing Tool ----思科路由漏洞扫描

程序员文章站 2024-02-11 14:56:52
...

Cisco Auditing Tool 简称CAT,属于小型的安全审计工具,它可检测出Cisco路由器常见的漏洞,能够发现注入默认密码,默认SNMP字符串和老版本IOS上存在的bug

[email protected]:~# CAT 

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