@NagibMahfuj who are "they"?
How To Stay Undetected [OffTopic]
Hello Geeks, Just a curious question. How do they detected the site is using certain technologies? Like Laravel, Nginx etc. And how to make undetected because I don't like to tell people that the site is made with Laravel.
Here is the screenshot:

TIA
All the code is on Github so you can dig through it and work out how the detection works. At a very quick glance I can see they are looking for the 'laravel_session' cookie to determine if a site is running Laravel. https://github.com/AliasIO/Wappalyzer/blob/master/src/apps.json#L3149
You can change this cookie name in the config/session.php file
Please or to participate in this conversation.