Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/admin/networking/cisco_config.md
Views: 11788
Vulnerable Application
General Notes
This module imports a Cisco configuration file into the database. This is similar to post/networking/gather/enum_cisco
only access isn't required, and assumes you already have the file.
Example files for import can be found on git, like this or from Cisco.
Verification Steps
Have a Cisco configuration file
Start
msfconsole
use auxiliary/admin/networking/cisco_config
set RHOST x.x.x.x
set CONFIG /tmp/file.config
run
Options
RHOST
Needed for setting services and items to. This is relatively arbitrary.
CONFIG
File path to the configuration file.