Open In App

Kali Linux – Cisco-Torch Tool

Improve
Improve
Like Article
Like
Save
Share
Report

Cisco-Torch is one of the best penetration testing and scanning tool. It is a mass scanning and exploitation tool. Which was written while working on the edition of “Hacking Exposed Cisco Networks”.

Installation: It comes pre-installed in Kali-Linux but if not then just type the given command in the terminal box.

sudo apt-get install cisco-torch

How to use Cisco-Torch in Kali-Linux?

To get the summary of parameters and attributes of the command use the following command:

cisco-torch -h

cisco-torch Usage Examples:

1. Using cisco-torch to run all fingerprint and scan types against the desired host:

cisco-torch -A 192.168.43.184

2. We can also use cisco-torch to scan an entire network or subnet:

cisco-torch -A 10.1.1.0/24

3. Using cisco-torch to run a dictionary attack against the host:

cisco-torch -t -b 10.1.1.54


Last Updated : 01 Feb, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads