From 149372c9d480a961122a7cf47129b401aea59162 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