
A CLI tool for detecting CVE-2023-20048 vulnerability in Cisco Firepower Management Center.
FuegoTest is a Command Line Interface (CLI) tool designed to detect devices potentially vulnerable to CVE-2023-20048 in Cisco Firepower Management Center (FMC). Utilizing the rich library, FuegoTest provides an enhanced user experience with progress bars and styled text for terminal output.
Before you begin, ensure you have met the following requirements:
To install FuegoTest, follow these steps:
git clone https://github.com/yourusername/FuegoTest.git
cd FuegoTest
pip install -r requirements.txt
To use FuegoTest, you'll need to provide the URL, username, password, and domain ID of your Cisco FMC. Run the following command and follow the prompts:
python fuegotest.py detect
You can also provide the details as options:
python fuegotest.py detect --fmc-url=<FMC_URL> --fmc-user=<FMC_USER> --fmc-pass=<FMC_PASS> --domain-id=<DOMAIN_ID>