> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/services/119-nntp.md).

# (119) NNTP

* NNTP servers push and pull news articles to and from other NNTP servers over port 119.
* Allows news reading and writing to the server.

<details>

<summary>Enumerating news server</summary>

```bash
nc -nvC 10.11.1.72 119
```

```
HELP
```

```
LIST
```

</details>
