> For the complete documentation index, see [llms.txt](https://breakpoint-journal.gitbook.io/breakpoint/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://breakpoint-journal.gitbook.io/breakpoint/windows/windows-privilege-escalation/common-networking-enumeration.md).

# Common Networking Enumeration

#### ARP Tables

```batch
arp -a
```

#### Routing Tables

```batch
route print
```

#### Interface(s), IP Address(es), DNS Information

```batch
ipconfig /all
```
