hashview-agent
hashview-agent copied to clipboard
Remote agent used for processing distributed jobs
This may not be the right place for this, but I was able to get the Hashview-agent to run on Windows with surprisingly little effort. Here are the directions I...
I think line 550 should be changed, as "hashfile" in line 517 is "control/hashes/hashfile_#{jdata['job_id']}_#{jobtask['task_id']}.txt". It makes mistake when new task is sent to this agent.
Upgrade ruby version and fix content-type to prevent a 500
Since it looks like logger is going to be used going forward, I went through and changed all the puts to use $log.info,$log.debug,$log.error type logic. The logging level can be...
I think I have figured out how to upload cracked hashes in near realtime instead of having to wait until a job ends. Take a look at commit: 1a59f48 which...