prevent http keep-alive from blocking the scan
This commit is contained in:
parent
7c55288a7e
commit
4420db6f9b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue