hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.44k stars 219 forks source link

Adding loops to scan through lines to support importing hashes longer then 1024 bytes #1062

Closed zyronix closed 4 months ago

zyronix commented 5 months ago

Added couple of loops that allows to import hashes that are larger then 1024 bytes.

zyronix commented 5 months ago

Note, that if you offer a very large file. These code changes will loop and keep reading the file until the memory limit of the process is hit.