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

如何防止像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 ).

    评论

报告相同问题?