Secure Serving of File Uploads on PHP Server without Root Config Possibilities? (Apache)

To secure the file uploads to a PHP/Apache server, I have already implemented the following steps:

Solid upload validation from PHP Framework
Used own names for uploaded files
Place uploaded files in server directory outside + above web r… Continue reading Secure Serving of File Uploads on PHP Server without Root Config Possibilities? (Apache)

Can you spyware cause files to be submitted with double and triple .pdf extension? [closed]

I had a file that was important submit with only the first four pages of my 84 page file. The other 84 pages submitted completely blank despite not being able to locate the file that has the double.pdf extension anywhere in my files. What… Continue reading Can you spyware cause files to be submitted with double and triple .pdf extension? [closed]

If my system had been infected prior to submitting important files, could this cause a double and triple file extension and files to show up blank?k [closed]

I was sent an email with attachments from an attorney in a contentious litigation matter despite him embedding the actual attachments at bottom of his email. The links didn’t open until I downloaded Outlook. I submitted exhibits for court … Continue reading If my system had been infected prior to submitting important files, could this cause a double and triple file extension and files to show up blank?k [closed]

Uploading webshell in ASP.net application using directory-traversal and file-upload vulnerability

On my target site, I found two vulnerabilities, unrestricted file upload(to any directory) and directory traversal. I have two end points :
1- site.com/fileUp : uploads file
{
—-Request Parameters—
file_data=<file>
file_name=123…. Continue reading Uploading webshell in ASP.net application using directory-traversal and file-upload vulnerability