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 โโ.
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