This is a repository for Firepower Device Manager using APIs. The idea is to have a low to no-code repository for use. The coding will come when trying to implement new features
Install all the requirements coming in the file requirements.txt
pip install -r requirements.txt
- Modify the
profile_ftd.yaml
file and add the information from your own FTD. - Interact in python
python main.py
Welcome!
Reading the FTD Profile file
There are 3 devices available:
- FDM_CLEU2023
- FDM_Customer_A
- FDM_Customer_B
Which device do you want to work on?
...
Cesar Barrientos