Closed ghost closed 2 years ago
i also resolved error with keyspace, but problem not resolved
Starting check ID 9
CALL: ./hashcat.bin --version
CALL: ./hashcat.bin --machine-readable --quiet --restore-disable --potfile-disable --session=health --hash-type=0 ../../hashlists/health_check.txt -a 3 -1 ?l?u?d ?1?1?1?1?1 --self-test-disable --backend-ignore-opencl -w 4 -o ../../hashlists/health_check.out
Started health check attack
Traceback (most recent call last):
File "/home/arch/hashtopolis/__main__.py", line 343, in <module>
loop()
File "/home/arch/hashtopolis/__main__.py", line 164, in loop
run_health_check()
File "/home/arch/hashtopolis/__main__.py", line 68, in run_health_check
num_gpus = len(states[0].get_temps())
IndexError: list index out of range
Could you run the hashcat.bin command itself that you listed and paste the output here?
./hashcat.bin --machine-readable --quiet --restore-disable --potfile-disable --session=health --hash-type=0 ../../hashlists/health_check.txt -a 3 -1 ?l?u?d ?1?1?1?1?1 --self-test-disable --backend-ignore-opencl -w 4 -o ../../hashlists/health_check.out
hi, i will try on next week.
Closing this issue due to inactivity. Please open new one if you have the information.
hi, i want to open issues in python agent repo, but option is unavailable, so i decided to wrote issues here use case: i want to make health check, i created task, but i received error on python agent side:
How to fix this? maybe need additional configuration of hashtropolis server?