> For the complete documentation index, see [llms.txt](https://wiki.zacheller.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zacheller.dev/pentest/post-exploitation/pivoting.md).

# Pivoting

![](/files/-MGF21UWqbNkdsp1jux5)

Gained access to a machine on the 192 network that is dualhomed with the 10 network (just need two NICs, or network adapters in VBox).

```
# Check for other networks, besides ipconfig
route print
arp -a
netstat
```

Scanning on a pivot is incredibly slow, but:

```
use auxiliary/scanner/portscan/tcp
```
