mandiant / gocrack

GoCrack is a management frontend for password cracking tools written in Go
MIT License
1.12k stars 240 forks source link

sorting cracked passwords by "cracked_at" yields unexpected results #26

Open tankbusta opened 6 years ago

tankbusta commented 6 years ago

If you're on the Cracked Passwords page for a Task and try to sort the passwords via the cracked_at column, the results will be incorrect. This is caused by the boltdb/storm storage backend as the data is stored as JSON. Storm doesn't have the concept of ordering by time.Time objects that come out after a document is decoded