From e2e3cc12b04d12ab1f0f82a939a7ba34d927be65 Mon Sep 17 00:00:00 2001 From: chenxiaotian Date: Fri, 15 Jan 2021 16:22:33 +0800 Subject: [PATCH] Update autoroute.md --- documentation/modules/post/multi/manage/autoroute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/post/multi/manage/autoroute.md b/documentation/modules/post/multi/manage/autoroute.md index 33abf87651..315af1f385 100644 --- a/documentation/modules/post/multi/manage/autoroute.md +++ b/documentation/modules/post/multi/manage/autoroute.md @@ -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