> 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

![](https://1094113337-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M3hoduT4ByoNaznkzhG%2F-MGEzhrzN7bPwYjUAnGp%2F-MGF21UWqbNkdsp1jux5%2Fimage.png?alt=media\&token=2f19bff9-af7d-4530-b5dc-02ae84d3a9e9)

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
```
