Invicti identified a stack trace disclosure (PHP) in the target web server's HTTP response.
An attacker can obtain information such as:
This information might help an attacker gain more information and potentially focus on the development of further attacks for the target system.
Apply following changes on your php.ini
file to prevent information leakage by applying custom error pages. display_errors = Off If you want to set it within PHP code, you can use the following code: ini_set('display_errors', 'Off');
You can search and find all vulnerabilities