# Nuclei basic scan

**Fecha:** 2026-06-04 15:46:28

**Proyecto:** `/Users/oq/Developer/multi-php-docker/php-prod/sasis`

**Target autorizado:** `http://localhost:8888/sasis/mgmt`

**Target desde Docker:** `http://host.docker.internal:8888/sasis/mgmt`

**Descripción:** Templates básicos no invasivos para exposición y misconfiguración común.

## Comando

```bash
docker run --rm projectdiscovery/nuclei:latest -u http://host.docker.internal:8888/sasis/mgmt -tags exposure\,misconfig -severity critical\,high\,medium -rl 3 -timeout 5 -retries 0 -exclude-tags fuzz\,bruteforce\,dos 
```

## Salida

**Estado:** `124`

```text

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.8.0

		projectdiscovery.io

[[34mINF[0m] nuclei-templates are not installed, installing...
[[34mINF[0m] Successfully installed nuclei-templates at /root/nuclei-templates
[[31mWRN[0m] Found 7 templates with runtime error (use -validate flag for further examination)
[[34mINF[0m] Current nuclei version: v3.8.0 ([92mlatest[0m)
[[34mINF[0m] Current nuclei-templates version: v10.4.4 ([92mlatest[0m)
[[34mINF[0m] New templates added in latest release: 179
[[34mINF[0m] Templates loaded for current scan: 1079
[[34mINF[0m] Executing 1079 signed templates from projectdiscovery/nuclei-templates
[[34mINF[0m] Targets loaded for current scan: 1
[[34mINF[0m] Templates clustered: 217 (Reduced 185 Requests)
```
