mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-22 06:13:42 +01:00
prevent http keep-alive from blocking the scan
This commit is contained in:
parent
7c55288a7e
commit
4420db6f9b
@ -8,6 +8,7 @@ TIMEOUT=10
|
||||
CIPHERSUITE="ALL:COMPLEMENTOFALL"
|
||||
REQUEST="GET / HTTP/1.1
|
||||
Host: $TARGET
|
||||
Connection: close
|
||||
|
||||
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user