> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/master-1.md).

# Enumeration

Enumeration is key to the process of pentesting.

![Enumeration RoadMap](https://1488133578-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LjzM44uZY9cQuwXn91h%2F-Lk-h6rC8cepb8xtrXrA%2F-Lk-aKBxsTP5Jnr4cw6Z%2Fenumeration-mind-map.png?alt=media\&token=1bb2e0e0-bd3b-42cb-8ea8-50c50b6a7e76)

### Netcat Banner Grab

```
nc -v 10.10.10.10 port
```

### Telnet Banner Grab

```
telnet 10.10.10.10 port
```

##
