思科火炬包装说明
思科火炬质量扫描,指纹,和开发工具是同时工作的“黑客大曝光思科网络”的下一个版本写的,因为市场上已经不能满足我们的需要的工具。 其主要功能,使思科火炬从类似的工具不同的是,大量使用分叉启动多个扫描进程在后台的最大扫描效率。此外,它使用的应用层指纹几种方法同时,如果需要的话。我们想要的东西很快发现运行Telnet,SSH,网络,NTP和SNMP服务的远程思科主机和发动对发现的服务字典攻击。 资料来源:http://www.hackingciscoexposed.com/?link=tools
- 作者:生于通过Arhont团队
- 许可:LGPL-2.1
0x01 包括在思科火炬封装工具
思科火炬 - 思科设备扫描仪:~# cisco-torch Using config file torch.conf... Loading include and plugin ... version usage: cisco-torch <options> <IP,hostname,network> or: cisco-torch <options> -F <hostlist> Available options: -O <output file> -A All fingerprint scan types combined -t Cisco Telnetd scan -s Cisco SSHd scan -u Cisco SNMP scan -g Cisco config or tftp file download -n NTP fingerprinting scan -j TFTP fingerprinting scan -l <type> loglevel c critical (default) v verbose d debug -w Cisco Webserver scan -z Cisco IOS HTTP Authorization Vulnerability Scan -c Cisco Webserver with SSL support scan -b Password dictionary attack (use with -s, -u, -c, -w , -j or -t only) -V Print tool version and exit examples: cisco-torch -A 10.10.0.0/16 cisco-torch -s -b -F sshtocheck.txt cisco-torch -w -z 10.10.0.0/16 cisco-torch -j -b -g -F tftptocheck.txt
0x02 思科火炬用法示例“
运行所有可用的扫描类型 (-A) 针对目标IP地址 (192.168.99.202):
:~# cisco-torch -A 192.168.99.202
Using config file torch.conf...
Loading include and plugin ...
###############################################################
# Cisco Torch Mass Scanner #
# Becase we need it... #
# http://www.arhont.com/cisco-torch.pl #
###############################################################
List of targets contains 1 host(s)
8853: Checking 192.168.99.202 ...
HUH db not found, it should be in fingerprint.db
Skipping Telnet fingerprint
* Cisco by SNMP found ***
*System Description: Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3640-IK9O3S-M), Version 12.3(22), RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by cisco Systems, Inc.
Compiled Wed 24-Jan-07 1
Cisco-IOS Webserver found
HTTP/1.1 401 Unauthorized
Date: Tue, 13 Apr 1993 00:57:07 GMT
Server: cisco-IOS
Accept-Ranges: none
WWW-Authenticate: Basic realm="level_15_access"
401 Unauthorized
Cisco WWW-Authenticate webserver found
HTTP/1.1 401 Unauthorized
Date: Tue, 13 Apr 1993 00:57:07 GMT
Server: cisco-IOS
Accept-Ranges: none
WWW-Authenticate: Basic realm="level_15_access"
401 Unauthorized
--->
- All scans done. Cisco Torch Mass Scanner -
---> Exiting.
原文来自https://www.hackfun.org/kali-tools/cisco-torch_zh.html。转载请注明原出处,商用请联系原作者授权。