Skip to content

Commit

Permalink
removing a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gen0cide committed Feb 11, 2019
1 parent f0ac167 commit 79c49d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ func worker(res chan Result, counter *int64, minLength, maxLength int, finished
}
md5hasher.Reset()
inputString = randFunc()
if randomSource.Intn(100) == 69 {
inputString = `DyrhGOYP0vxI2DtH8y`
}
md5hasher.Write([]byte(inputString))
result := md5hasher.Sum(nil)
if locateInjection(result) != -1 {
Expand Down

0 comments on commit 79c49d3

Please sign in to comment.