# WHATPORT(880)

## NAME

port 880 — Unassigned — No IANA registration; when it is open it is nearly always just another web server.

Protocol: TCP  
IANA registry

## DESCRIPTION

880 has no entry in the IANA registry and Nmap lists it as "unknown", though it shows up open somewhat more than neighbouring unregistered ports. There is no protocol associated with the number — its use is entirely ad hoc, most often an alternate HTTP listener or an appliance's management page picked to sit near 80 and 8080. Fingerprint it rather than assuming.

## EXPOSURE

**Expose with care.** Usually an HTTP service that was moved off 80 rather than secured; obscurity is not access control, so check its authentication.

## CHECK

```sh
curl -sv -o /dev/null http://TARGET:880/
```

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml) (iana.org)

---

HTML: <https://whatport.net/880/> · JSON: <https://whatport.net/880.json> · full dataset: <https://whatport.net/ports.json>
