The anti-clickjacking X-Frame-Options header is not present.

If you have this for your site after scanning: Go to apache httpd.conf and add to the bottom of the file After restart the apache server FOR UBUNTU 20.04: First enable mod headers and restart apache2 go to /etc/apache2/conf-enabled/security.conf: find Uncomment Header set X-Frame-Options: “sameorigin” to look like this: And restart apache2 again:

Tutorial: How to Disable Track and Trace in apache (TraceEnable Off)

In this simple tutorial I show how to check and disable Apache track and trace. The operating system is CentOS 7 but it can work for CentOS 8 and other distros. Nikto error: Allowed HTTP Methods: TRACE If you want to disable TRACE methods go to httpd.conf and add to the bottom: