Fetch is an Azure enumerator tool designed to help security professionals and administrators analyze and enumerate Azure environments.
You can deploy Fetch using either the traditional Python setup with requirements.txt or using Docker.
- Clone the repository:
git clone https://github.com/felixguerrero12/fetch.git
cd fetch
- Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows, use venv\Scripts\activate
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python app.py
- Access the application in your web browser at
http://localhost:5000
- Clone the repository:
git clone https://github.com/felixguerrero12/fetch.git
cd fetch
- Build and run the Docker container:
docker-compose up --build
- Access the application in your web browser at
http://localhost:5000
Contributions to Fetch are welcome! Please feel free to submit a Pull Request.