hashview / hashview-old

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

Add ability to run commands before and after hashcat is started, fix email notifications #418

Closed dmaasland closed 6 years ago

dmaasland commented 6 years ago

Hi,

I needed a way to change the fan settings of my GPU's before hashcat started, and change them back when done. What I did was add two options called "pre cmd" and "post cmd", both configurable through the agent_config.json file.

Let me know what you think!

dmaasland commented 6 years ago

Added a fix for broken email notificatoins as well

dmaasland commented 6 years ago

remove digest gem from gemfile, all seems to still be working without it :)

i128 commented 6 years ago

Awesome Work! Merging!