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
|
# agent: accept and run jobs
|
||||||
- ✅ securely connect to server
|
- ✅ securely connect to server
|
||||||
- retrieve assigned tasks
|
- ✅ retrieve assigned tasks
|
||||||
- report number of cores available (configurable limit)
|
- handle smp correctly
|
||||||
- report completions
|
- ✅ report completions
|
||||||
- report errors
|
- 🚧 report errors
|
||||||
- report successes
|
- ✅ report successes
|
||||||
- low priority: defer to external brute force program (eg, hashcat on GPU)
|
- low priority: defer to external brute force program (eg, hashcat on GPU)
|
||||||
- this could be implemented on top of the existing project format
|
- 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
|
- low priority: support finding _all_ matching inputs for a project, rather than just the first one
|
||||||
|
|
Loading…
Reference in New Issue