update readme

This commit is contained in:
xenia 2020-12-26 04:00:42 -05:00
parent 2d1b6e864e
commit 5ce49c1a03
1 changed files with 5 additions and 5 deletions

View File

@ -57,11 +57,11 @@ takes the difficulty out of creating custom brute force jobs
# agent: accept and run jobs
- ✅ securely connect to server
- retrieve assigned tasks
- report number of cores available (configurable limit)
- report completions
- report errors
- report successes
- retrieve assigned tasks
- handle smp correctly
- report completions
- 🚧 report errors
- report successes
- low priority: defer to external brute force program (eg, hashcat on GPU)
- this could be implemented on top of the existing project format
- low priority: support finding _all_ matching inputs for a project, rather than just the first one