Skip to content

Commit 15937ad

Browse files
committed
1 parent 3e80282 commit 15937ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/commons/poc/2021/CVE-2021-26084.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func (p CVE202126084) SendPoc(target string, hashmap map[string]interface{}) {
3131
reqmap["retry"] = hashmap["Retry"].(int)
3232
reqmap["proxy"] = hashmap["Proxy"].(string)
3333
reqmap["mode"] = hashmap["Mode"].(int)
34+
reqmap["h1"] = hashmap["H1"].(bool)
3435

3536
file := hashmap["Out"].(string)
3637
utils.Send(reqmap)

0 commit comments

Comments
 (0)