Fix misspelling and format using the -s option
This commit is contained in:
committed by
Brendan Le Glaunec
parent
71679691c4
commit
c1ea6b167c
@@ -177,7 +177,7 @@ func AttackCredentials(targets []Stream, credentials Credentials, timeout time.D
|
||||
}
|
||||
|
||||
attackResults := []Stream{}
|
||||
for _ = range targets {
|
||||
for range targets {
|
||||
attackResults = append(attackResults, <-attacks)
|
||||
}
|
||||
|
||||
@@ -217,7 +217,7 @@ func AttackRoute(targets []Stream, routes Routes, timeout time.Duration, log boo
|
||||
}
|
||||
|
||||
attackResults := []Stream{}
|
||||
for _ = range targets {
|
||||
for range targets {
|
||||
attackResults = append(attackResults, <-attacks)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user