Skip to content
/ Fetch Public

Fetch is an Azure enumerator tool designed to help security professionals and administrators analyze and enumerate Azure environments.

Notifications You must be signed in to change notification settings

nullbind/Fetch

Repository files navigation

Fetch - Azure Enumerator

Fetch is an Azure enumerator tool designed to help security professionals and administrators analyze and enumerate Azure environments.

Deployment Options

You can deploy Fetch using either the traditional Python setup with requirements.txt or using Docker.

Option 1: Traditional Setup

  1. Clone the repository:
git clone https://github.com/felixguerrero12/fetch.git
cd fetch
  1. Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate  # On Windows, use venv\Scripts\activate
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the application:
python app.py
  1. Access the application in your web browser at http://localhost:5000

Option 2: Docker Deployment

  1. Clone the repository:
git clone https://github.com/felixguerrero12/fetch.git
cd fetch
  1. Build and run the Docker container:
docker-compose up --build
  1. Access the application in your web browser at http://localhost:5000

Contributing

Contributions to Fetch are welcome! Please feel free to submit a Pull Request.

About

Fetch is an Azure enumerator tool designed to help security professionals and administrators analyze and enumerate Azure environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published