hashtopolis / server

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

[BUG]: Cannot Change Max Upload File Size #1070

Open trigat opened 1 month ago

trigat commented 1 month ago

Version Information

0.14.2

Hashcat

0.14.2

Description

I cannot change the allowed file size for uploads. I've edited the 2 lines in the Dockerfile to show: upload_max_filesize = 4096M. I've also added HTP_UPLOAD_MAX_SIZE: 4096M to the docker-compose.yml file.

When I bring up the server with "docker compose up -d", PHP's custom.ini still shows 256m.

www-data@a6efd10206a3:~/html$ cat /usr/local/etc/php/conf.d/custom.ini | grep upload upload_max_filesize = 256m

Am I missing something? I would like to be able to upload wordlists such as rockyou.txt.

This was all configured before installing new images, volumes, and containers.

bekli23 commented 1 month ago

this is an old bug, alternatively you can manually upload the desired file in the files folder and create a normal task , if you have an error, check the keyspace of the file, which refers to how many lines in that file, for example rockyou2024.txt 9948572863 lines or passwords Capture you must edit manual on phpmyadmin

nickloo8888 commented 1 month ago

closed my account