├── src/ │ ├── constants.py # Configuracion (URL base, credenciales) │ ├── 01_get-ticket.py # Obtener ticket de autenticacion │ ├── 02_get-network-device.py # Listar dispositivos de red │ ├── ...
This repository contains scripts written in python that interact with the Cisco Firepower Manager (FMC) API to do stuff. I am making the scripts available to say thanks to all those that helped me ...