du8794 2016-01-26 13:40
浏览 825

如何防止像Wappalyzer或类似工具这样的工具检测wordpress网站

I want to prevent wordpress site detection from tools like Wappalyzer or similar tools. i tried "Hide my Wp" plugin and others, but nothing is working for me. wappalyzer browser add on still show the wordpress icon. I see the wappalyzer script how they detect the wordpress (https://github.com/AliasIO/Wappalyzer/blob/master/src/apps.json)

They use this code to detect:

"WordPress": {
            "cats": [
                1,
                11
            ],
            "env": "^wp_username$",
            "html": [
                "<link rel=[\"']stylesheet[\"'] [^>]+wp-(?:content|includes)",
                "<link[^>]+s\\d+\\.wp\\.com"
            ],
            "icon": "WordPress.png",
            "implies": "PHP",
            "meta": {
                "generatenter code hereor": "WordPress( [\\d.]+)?\\;version:\\1"
            },
            "script": "/wp-includes/",
            "website": "wordpress.org"
        }

Please tell me anyone how do i stop to detection my website. If anyone have any idea or solve this type of issue?? please give me the newest resource link or way to solve this problem.

  • 写回答

1条回答 默认 最新

  • douhan9191 2016-01-26 14:03
    关注

    Wappalyzer looks at the html code and detects wp-content/ or wp-includes/ what you can try is to rewrite every url using htaccess so that it points to another source.

    what my friends use is this plugin: Hide My WP ( I don't know the owner or creator of this plugin ).

    评论

报告相同问题?

悬赏问题

  • ¥15 多址通信方式的抗噪声性能和系统容量对比
  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作
  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 海浪数据 南海地区海况数据,波浪数据
  • ¥20 软件测试决策法疑问求解答