This Nmap script is designed to detect various Artificial Intelligence (AI) services running on web servers. It performs HTTP requests to the root directory and specific endpoints, identifying services by looking for unique strings in the responses.
## Features
- Scans common web service ports as well as custom AI service ports.
- Provides links to a repository for potential exploits for identified services.
- Identifies the following AI services:
- MLflow
- Ray Dashboard
- H2O Flow
- Kubeflow
- ZenML
- Triton Inference Server
- Kedro
- BentoML
- TensorBoard
- MLRun
- MLServer
- Weights & Biases
- Aim
- Neptune
- Prefect
## Usage
Place the script in the `scripts` directory of your Nmap installation. Then, run Nmap with the `--script` option, specifying the name of this script.