Network Script Builder
Pick the devices and the commands, then download a SecureCRT script and run it from SecureCRT (Script, then Run). It logs into each device over SSH, runs the show commands you selected, and saves the output per device. CiscoTools never touches a device: the script runs from your own SecureCRT session, against your network, with your credentials. The free builder covers a preset set of show commands. Pro adds your own custom commands and a config-mode section that pushes changes and can write memory, generated on the server so the gate is real.
Open the Script BuilderWhat it does
- Preset show commands: version, inventory, ip interface brief, cdp neighbors detail, and more
- Paste a list of IPs or CIDR ranges as the device inventory
- Downloadable single-file SecureCRT script (Python), readable and framework-light
- Credentials supplied at runtime, never entered on this site or written into the file
- Pro: append your own custom commands per run
- Pro: config-mode section that applies changes and writes memory
Frequently asked
Does the site connect to my devices?
No. The site only generates a script. The script runs on your machine, against your network, with your credentials. CiscoTools never touches a device and never sees a credential.
Where do credentials go?
You supply them when you run the script, or through environment variables. They are never typed on this site and never written into the generated file.
What is the difference between free and Pro?
Free generates a script for a preset list of show commands. Pro lets you add your own commands and a config-mode section that pushes changes, generated on the server.