Skip to content

Commit

Permalink
fix possible underflow of padding
Browse files Browse the repository at this point in the history
  • Loading branch information
CPunch committed Jan 12, 2024
1 parent 6de4032 commit de7beda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gdth/gdth.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ func main() {
inputHash := os.Args[1]
results := gdth.Detect(inputHash)

gdth.PrintTable(results, []string{"Name", "HashCat", "John", "Extended?"}, 40, 10, 15, 12)
gdth.PrintTable(results, []string{"Name", "HashCat", "John", "Extended?"}, 40, 10, 20, 12)
}

0 comments on commit de7beda

Please sign in to comment.