From f73fb32e3de2cc37bb8df6349e31f563f66f09a0 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Mon, 6 Sep 2021 09:23:38 -0400 Subject: [PATCH] Update config.toml Added -T4 by default to nmap scans. --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 0df214e..a9df31d 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,7 @@ # Configure regular AutoRecon options at the top of this file. create-port-dirs = true +nmap-append = '-T4' # verbose = 1 # max-scans = 30