Ice3man543 2021-10-09 19:53:37 +05:30
parent 3584a4b12a
commit df1c133f68
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ func (r *Request) Compile(options *protocols.ExecuterOptions) error {
if len(r.Payloads) > 0 { if len(r.Payloads) > 0 {
attackType := r.AttackType attackType := r.AttackType
if attackType == "" { if attackType == "" {
attackType = "sniper" attackType = "batteringram"
} }
var ok bool var ok bool
r.attackType, ok = generators.StringToType[attackType] r.attackType, ok = generators.StringToType[attackType]