Fix misspelling and format using the -s option

This commit is contained in:
Brendan LE GLAUNEC
2018-02-05 10:49:48 +01:00
committed by Brendan Le Glaunec
parent 71679691c4
commit c1ea6b167c
3 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -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)
}