2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-10-05 18:53:40 +02:00

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" CIPHERSUITE="ALL:COMPLEMENTOFALL"
REQUEST="GET / HTTP/1.1 REQUEST="GET / HTTP/1.1
Host: $TARGET Host: $TARGET
Connection: close
" "