Prevent Wappalyzer from identifying PHP framework

﹥>﹥吖頭↗ 提交于 2019-12-05 11:56:18

This is easy to solve, if you know the details Wappalyzer looks for. ;)

According to the Wappalyzer Source Code on Github the identification of OpenCart is currently based on the following two things:

  • the route - ?:index\\.php\\?route=[a-z]+/
  • "Powered By" - Powered By <a href=\"[^>]+OpenCart

So the answer is:

You can hide Opencart by altering your routing and removing the powered by message.

Keep in mind that this is a totally moving target. They change the detections, you have to follow... spiral ahead. From my point of view, it doesn't make sense to hide the tech.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!