Skip to content

Commit 8065723

Browse files
authored
Merge pull request #2 from 0xflotus/patch-1
Update parameterAnlaysis.go
2 parents f8f1394 + 32d8f63 commit 8065723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scanning/parameterAnlaysis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ func ParameterAnalysis(target string, options model.Options, rl *rateLimiter) ma
419419
close(paramsDataQue)
420420
wggg.Wait()
421421
if miningDictCount != 0 {
422-
printing.DalLog("INFO", "Found "+strconv.Itoa(miningDictCount)+" testing point in Dictionary base paramter mining", options)
422+
printing.DalLog("INFO", "Found "+strconv.Itoa(miningDictCount)+" testing point in Dictionary base parameter mining", options)
423423
}
424424
if waf {
425425
printing.DalLog("INFO", "Found WAF: "+wafName, options)

0 commit comments

Comments
 (0)