prevent http keep-alive from blocking the scan

This commit is contained in:
Julien Vehent 2013-11-20 11:51:37 -05:00
parent 7c55288a7e
commit 4420db6f9b

View file

@ -8,6 +8,7 @@ TIMEOUT=10
CIPHERSUITE="ALL:COMPLEMENTOFALL"
REQUEST="GET / HTTP/1.1
Host: $TARGET
Connection: close
"