server
server copied to clipboard
Hashtopolis - distributed password cracking with Hashcat
I've taken the older LDAP Pull Request and merged it with the latest code. It is working great in my environment. From the old code, I've found that the popular...
I have hashlists files with multiple hash types in it (out of a specific software): Hashlist file content: ``` sha256:357142:3Tv7cqBi0Q==:v2+W7zYcKGGPuJGQpFIvAw== sha1:1000:DqeDhow==:O3DZDUqVrZiZk1u+QfM23w== ``` It would be nice, if I can choose...
- Your current Server version located at the bottom of any Hashtopolis webpage. - Current Client version: 0.12.0 commit 8f5756e branch master - Your current Hashcat version: 6.2.5 - The...
``` ","hashlistId":1,"bench":30,"statustimer":5,"files":[],"crackerId":"1","benchType":"speed","hashlistAlias":"#HL#","keyspace":"0","usePreprocessor":false,"preprocessor":"0","preprocessorCommand":"","enforcePipe":false,"slowHash":false,"useBrain":false}' Got task with id: 1 {'action': 'downloadBinary', 'token': 'REDACTEDVOUCHER', 'type': 'cracker', 'binaryVersionId': '1'} http://REDACTEDHASHTOPOLISIP:80 "POST /api/server.php HTTP/1.1" 200 147 b'{"action":"downloadBinary","response":"SUCCESS","url":"https:\\/\\/hashcat.net\\/files\\/hashcat-6.2.5.7z","name":"hashcat","executable":"hashcat.bin"}' {'action': 'getHashlist', 'token': 'REDACTEDVOUCHER', 'hashlistId': 1} http://REDACTEDHASHTOPOLISIP:80 "POST...
Addresses: https://github.com/hashtopolis/server/issues/551. A more ideal way of rewriting this would be to have a modifier field added to the assignment table which holds the modifier value. This modifies the benchmark...
Hi there - after discussing this with a member of the HC dev team, we figured this is in fact just an issue with HT logic. When importing an hcmask...
All modern versions of htpclient/initialize.py make certain external calls, expecting the command to be present, depending on operation system: * lspci * wmic * system_profiler It would expedite troubleshooting for...
When creating a new task, the `hashcat` command is parsed and validated by [Optparse.js](https://github.com/shivanraptor/optparse-js) and Optparse Hashtopolis plugin. The task name is marked as required as well, and the total...
Latest release `0.12.0` (and early) not support work via IPv6 connection. For example, start page says: ``` To add new agents provide them with a valid voucher and download a...
Currently the agent will download and run any executable that server instructs it in the response. In case the server gets compromised all the agents will get infected too very...