๐Ÿ”ฆCisco-Torch : Enumeration

Introduction

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

sudo apt-get install cisco-torch

Commands

# Help Menu
cisco-torch -h

# Fingerprint and run all scans
cisco-torch -A <IP>

# Scan an entire subnet
cisco-torch -A 10.1.1.0/24

# Dictionary attack (Telnet)
cisco-torch -t -b 10.1.1.54

# Dictionary attack (Webserver)
cisco-torch -w -b 10.1.1.54

REFERENCES

Last updated