If the attack command contains `--increment`, the agent will tell it cannot be used with `--keyspace` when the task first got downloaded and keyspace test command is being executed.
I think when the keyspace test command is being executed, the `--increment` flag should be omitted, otherwise the `--increment` cannot exist in Mask Attack.
I cannot attach the hash file here, but the length of the hash file is 465,959 bytes.
When I try to upload the file as a new hash list, the system got 500 Internal Server Error. I checked the Apache2 error log, it said:
Code:
SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'hash' at row 1 in AbstractModelFactory.class.php:367
I checked the DB schema, the column has TEXT data type, which the max length is 65,535, exceeding the length of the given hash.
I think LONGTEXT should be used instead, which the max length is 4,294,967,295 characters.
btw, which type of hash should I use? It's a ZIP file generated by the "zip" command in macOS Terminal. When issuing the "zip2john" command, the following line appears:
In the agent details page, I notice that Device Temperature & Utilisation information are not available, no matter NVIDIA, AMD GPU or CPU is used. How to make it available?
I have a small web server in AWS running the Hashtopolis server instance.
My agents are on various machines around the world. At least one of my wordlists is 22GB+.
I'm looking for a way to have this file already included in my image and the server verify its existence, rather than push it.
Hello there,
I am new to Hashtopolis. So far it seems like an awesome tool but I have got a question about the usage:
If I have a raw hash and I am not sure about the hash type, what is the best way to create a task with multiple modes (e.g. veracrypt 13711 & 13722). For me it seems, that I need to create multiple hash lists with different hash types and create a task for each one of them. Is there a possibility to make this easier?
10+ hours into this and I have tried nearly everything. Desperate for some help on this one.
$ uname -a
Linux kraken-office 4.15.0-122-generic #124-Ubuntu SMP Thu Oct 15 13:03:05 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ sudo python3 agent.zip
Starting client 's3-python-0.6.0.10'...
Collecting agent data...
Login successful!
Hashtopolis Server version: 0.12.0 ()
Client is up-to-date!
I have tried reconfiguring the task creation in every concievable way, but always get one of two errors:
ERROR 1: Use of --remove is not supported in native hashfile-format mode
ERROR 2: Getting of chunk failed: {'action': 'getChunk', 'response': 'ERROR', 'message': 'Agent is inactive!'}
CodeFactor code complexity fails, and it said the original code complexity is too high, which should be refactored before adding other changes to it.
Should I just wait for a refactored version of the Python agent code before I submit any further pull request?
I configured web binary etc al ok
just when i set a task or do health check for the server I got this erorr
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000} span.s1 {font-variant-ligatures: no-common-ligatures}
b'{"action":"downloadBinary","response":"SUCCESS","url":"https:\\/\\/hashcat.net\\/files\\/hashcat-6.1.1.7z","name":"hashcat","executable":"hashcat.bin"}'
Starting check ID 11
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 -o ../../hashlists/health_check.out
Started health check attack Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "hashtopolis.zip/__main__.py", line 343, in <module> File "hashtopolis.zip/__main__.py", line 164, in loop File "hashtopolis.zip/__main__.py", line 68, in run_health_check IndexError: list index out of range