Hello! Please tell me how in hashtopolis to make the agents perform a given sequence of attacks, that is, when one attack ends, the agents automatically proceed to the next.
Hello I am deploying the hashtopolis agent on a computer with poor internet, so I need to provide a link to download the hashcat binaries not from the hashcat website, but from some computer that is on the same local network as mine. Please tell me how I need to set the path for this.
Just setup Hashtopolis today and I keep having to add "--outfile-format 1" to the cmd when creating tasks.
It's especially hard when creating supertasks as I have to go into every single one and att the argument.
Have I missed something?
And is --outfile-format 1 going to let the client correctly detect when a hash is cracked? (Yeah I could check this myself but figured maybe I've missed something else that is obvious)
Quote:Got task with id: 22
Downloading: [=========================================================================]
Client is up-to-date!
Got cracker binary type hashcat
Invalid --outfile-format value specified.
I'm a big fan of Solar project, and I run a few raspberry pi on solar. But I've got my hand on one of those new Nvdiia 2GB nano board that can run from 5v USB C. over this weekend I've manged to get Hashtopolis running on this wee little nao board with only 9W power draw. My first task was to compile Hashcat on the nano board and test it. once done, then download and run the python3 script. this is where i ran into a issue with Hashtopolis. First off ( Yes I know ) it was downloading the amd64 version from the link. Just had to replace that with the comiled version earlier. then I ran into a issue with the benchmark not runn so I entered in a manual number on the server. [ 4096:4033497.7 ] , And was able to run a test. Ok it's slow 4.8Kh/s compared to a desktop rig. But this is a raspberry sized board, that can run on solar. Anyhow what I would like to know is what do the number's mean on the benchmark. 4096???:4.33497.7??? . Also as anyone else done solar cracking ?.
Also may I add. the Jetson Nvidia nano 2GB only just run with it limited memory on Version 4.4.1. Only run's on a fresh boot with logging into desktop ( I log in via ssh ). Won't run once it's been running other task, due to low memory.
Posted by: raptork - 11-19-2020, 05:17 AM - Forum: Hashtopolis
- No Replies
Hi there, it's me again.
I am running a bruteforce task with the attack command like this:
-a 3 -1 ?l?d?s?u #HL# ?1?1?1?1?1?1?1?1?1
In my iMac, it's using 65% GPU power only, and the speed is 0% with my NVIDIA GeForce GT 750M display card. (see the attached screenshot)
In my older MacBook Pro (which is much less powerful) running the same task, the speed is 12H/s (still very slow), and using 35% GPU power only (Intel HD Graphics 4000).
How come the MacBook Pro runs faster than the iMac with less GPU utilization?
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?