How to hide ghost blog from Wappalyzer?

Tell me, how can I hide my Ghost Blog from wappalyzer? I searched for a long time in Google to solve this problem, but I could not find it.

1

Hey @jeyi! Don’t think there’s an easy way to achieve this tbh. Apps like Wappalyzer, BuiltWith, Similar Tech probably analyze a lot of small “clues” like:

  • your web site’s url structure (probably routes like /admin, /contente/... in Ghost)
  • specific HTTP response headers
  • probably the structure of HTML output of most popular themes

And I’m sure there’s lot more other small things that give up the information on the tech powering the site.

For example the way Wappalyzer knows it’s Ghost on that specific version, is most likely because there’s:

<meta name="generator" content="Ghost 2.25">

included in <head> of the HTML response for default Casper theme.

You could try customizing your theme a little by removing the obvious metadata from the output and see if that’s enough to confuse Wappalyzer :thinking:

Out of curiosity, what’s the reason you want to hide this information?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.