Skip to content

Commit

Permalink
apply optimized kernels to Hashcat 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmcatee committed Oct 2, 2019
1 parent a01efcc commit a7d3f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/tools/hashcat5/tooler.go
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,8 @@ func (h *hashcat5Tooler) NewTask(job common.Job) (common.Tasker, error) {
}
}
}
} else {
opts = append(opts, "-O")
}

// Setup the output file argument
Expand Down

0 comments on commit a7d3f9d

Please sign in to comment.