Update config.toml

Added -T4 by default to nmap scans.
This commit is contained in:
Tib3rius 2021-09-06 09:23:38 -04:00
parent cea95aa9eb
commit 149372c9d4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Configure regular AutoRecon options at the top of this file. # Configure regular AutoRecon options at the top of this file.
create-port-dirs = true create-port-dirs = true
nmap-append = '-T4'
# verbose = 1 # verbose = 1
# max-scans = 30 # max-scans = 30