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/arista_config.md
Views: 11788
Vulnerable Application
General Notes
This module imports an Arista configuration file into the database. This is similar to post/networking/gather/enum_arista
only access isn't required, and assumes you already have the file.
Arista vEOS is available to download for GNS3
Example config file:
Verification Steps
Have a Arista configuration file
Start
msfconsole
use auxiliary/admin/networking/arista_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.