update readme
This commit is contained in:
parent
2d1b6e864e
commit
5ce49c1a03
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue