• caglararli@hotmail.com
  • 05386281520

Executing a PHP file after file upload

Çağlar Arlı      -    2 Views

Executing a PHP file after file upload

I am testing a web application and I found a file upload vulnerability where I can upload php files to the server with the ability to know the path.

The issue is that when I go to the file path, the php file (which is my shell) gets downloaded. I need help to find a way to execute the file instead. Any ideas I should try?