server icon indicating copy to clipboard operation
server copied to clipboard

[BUG]: Cannot Change Max Upload File Size

Open trigat opened this issue 1 year ago • 2 comments

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.

trigat avatar Jul 11 '24 19:07 trigat

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

bekli23 avatar Jul 20 '24 16:07 bekli23

closed my account

nickloo8888 avatar Jul 22 '24 19:07 nickloo8888

In the new ui this shouldnt be a problem anymore.

ObsidianOracle avatar Oct 20 '25 14:10 ObsidianOracle