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