Land #14616, fix typo in autoroute.md

This commit is contained in:
Shelby Pace
2021-01-15 15:43:50 -06:00
@@ -75,7 +75,7 @@ For scanning with Nmap, Zenmap, Nessus and others, keep in mind that ICMP and UP
For Nmap and Zenmap, the below example shows the commands can be used. It is best to be selective on ports to scan since scanning through the proxy tunnel can be slow.
```
$ sudo proxychains nmap -n -sT- sV -PN -p 445 10.10.125.0/24
$ sudo proxychains nmap -n -sT -sV -PN -p 445 10.10.125.0/24
```
### Combined With Default Route