> For the complete documentation index, see [llms.txt](https://wiki.securiters.com/securiters-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.securiters.com/securiters-wiki/puertos-and-servicios/80-http.md).

# 80 - HTTP

## Nmap

Para facilitar información de este puerto puedes usar sus NSE's correspondientes

{% code overflow="wrap" %}

```
#opcion 1 - todos los que contengan *http* en el NSE
nmap -p 80 -sV --script=*http* IP

#opcion 2 - específicamente los siguientes
nmap -p 80 -sV --script=http-enum,http-methods,http-devframework,http-headers,http-put,http-auth,http-title,http-fetch,http-ls,http-xssed,http-chrono,http-auth-finder,http-security-headers,http-errors,membase-http-info IP
```

{% endcode %}

## Probar

Al ser un servicio web, echa un ojo a la sección de [aplicaciones Web](/securiters-wiki/web.md).

## Máquinas resueltas que usan HTTP

## Referencias
