[BUG]: Cannot Change Max Upload File Size
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.
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
you must edit manual on phpmyadmin
closed my account
In the new ui this shouldnt be a problem anymore.