File Transfer
Listeners and binaries

File transfer on compromised Apache servers
Copy a file into Apache Web Directory
With the right permissions, you can copy the file to
/var/www/htmlso it can be access from the URLhttp://<server-ip>/file.txt.
Uploading via Apache (web interface)
Ensure the appropriate
upload_max_filesizeandpost_max_sizedirectives are set in thephp.inifile.Normally is located here
/etc/php/7.x/apache2/php.ini
Last updated