mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:05:27 +00:00
Misc
This commit is contained in:
parent
3584a4b12a
commit
df1c133f68
@ -154,7 +154,7 @@ func (r *Request) Compile(options *protocols.ExecuterOptions) error {
|
||||
if len(r.Payloads) > 0 {
|
||||
attackType := r.AttackType
|
||||
if attackType == "" {
|
||||
attackType = "sniper"
|
||||
attackType = "batteringram"
|
||||
}
|
||||
var ok bool
|
||||
r.attackType, ok = generators.StringToType[attackType]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user