hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
621 stars 134 forks source link

keyspace generation makes UI hang #426

Open ccammilleri opened 5 years ago

ccammilleri commented 5 years ago

when adding a new task with a large wordlist, the keyspace generation performed by hashcat takes a very long time. this should be moved to a background job or else the UI will hang causing the user to think something is wrong.

see line 209 in routes/tasks.rb