GNS3 comes by default with PuTTY as the main console application, however you can configure it to use SecureCRT.
Tag Archives: network
[Python] Scapy IPv6 ICMP
This is some Scapy code for testing IPv6 enviroments and devices.
[Python] Convert CIDR into IP Range
A simple python script converts a Classless Inter-Domain Routing (CIDR)-formatted IP address into an IP range and netmask without using any third-party packages.