We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e80282 commit 15937adCopy full SHA for 15937ad
cmd/commons/poc/2021/CVE-2021-26084.go
@@ -31,6 +31,7 @@ func (p CVE202126084) SendPoc(target string, hashmap map[string]interface{}) {
31
reqmap["retry"] = hashmap["Retry"].(int)
32
reqmap["proxy"] = hashmap["Proxy"].(string)
33
reqmap["mode"] = hashmap["Mode"].(int)
34
+ reqmap["h1"] = hashmap["H1"].(bool)
35
36
file := hashmap["Out"].(string)
37
utils.Send(reqmap)
0 commit comments