Member-only story
Cisco Torch is a mass scanning, fingerprinting, and exploitation tool. It can be used to exploit Cisco router
Table of Contents
1. Install Cisco-Torch
2. Options
3. Capabilities
4. Usage Examples
Read Full Article Here for Non-Medium members
Install Cisco-Torch
It’s a default tool of Kali. You can also install it manually:
sudo apt-get install cisco-torch
Options
Run this command to see all available options:
cisco-torch
#or
cisco-torch -h
The 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 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