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.
2 parents 429893f + f04597f commit 110261cCopy full SHA for 110261c
pkg/techniques.go
@@ -217,7 +217,7 @@ func ScanHeaders(headerList []string) reportResult {
217
repResult.Technique = "Headers"
218
for _, header := range Config.Headers { // add custom headers to list
219
headerVal := strings.Split(header, ":")[0]
220
- headerList = append(Config.Headers, headerVal)
+ headerList = append(headerList, headerVal)
221
}
222
223
threads := Config.Threads
0 commit comments