I have a website written in Laravel 5.8 and when I search my website info on wappalyzer.com website, I can see all the entire information of my website there.
And this is not good due to OWASP security test. So I'm looking for a way to hide the information of my website on wappalyzer.com .
So here is the official suggestion for Laravel based websites:
Hide Laravel from Wappalyzer
The Laravel PHP framework can also be identified by inspecting a websites' cookies. It's possible to change the default cookie name to prevent this.
But I don't get what it means by changing default cookie names!
So if you know, please help me out with this and I would really appreciate that...