Skip to content

Commit

Permalink
(#409) Fixed param analysis bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Sep 26, 2022
1 parent 979d53f commit 6472b9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/scanning/parameterAnlaysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ func ParameterAnalysis(target string, options model.Options, rl *rateLimiter) ma
dp, _ = url.ParseQuery(options.Data)
}

for tempP := range p {
params[tempP] = []string{}
}

if options.Mining {
tempURL, _ := optimization.MakeRequestQuery(target, "pleasedonthaveanamelikethis_plz_plz", "DalFox", "PA", "toAppend", "NaN", options)
rl.Block(tempURL.Host)
Expand Down

0 comments on commit 6472b9a

Please sign in to comment.