Home › Forums › WordPress Plugins › Hide My WP › plugin wont hide wordpress from Wappalyzer
- This topic has 24 replies, 3 voices, and was last updated 8 years, 2 months ago by Hassan.
-
AuthorPosts
-
October 2, 2016 at 6:05 am #12011
hello.
i just bought and installed your plugin … and set it to highest security .
and i can easily see WordPress and woocommerce and even their versions with Wappalyzer.
I’ve attached my debug report belowAttachments:
You must be logged in to view attached files.October 2, 2016 at 10:42 am #12026Suman M.Post count: 12478Hi, wappalyzer caches the results and serves it from the cache. What we are not sure about is how long wappalyzer caches the results. Did you also check with other detectors like whatwpthemeisthat.com, wpthemedetector.com, isitwp.com, etc. ?
October 2, 2016 at 5:59 pm #12033wappalyzer didnt show versions anymore the moment i checked the “Remove Version ” checkmark so its not catching my site i’m sure of that.
and also http://www.isitwp.com/ detected that im using wp
also i disabled my catching plugin for now to make sure you plugin is working and it helped but not completely.October 3, 2016 at 4:41 am #12036Suman M.Post count: 12478I checked your site’s page source and see there comments added by some plugins (http://screencast.com/t/wcGkbjdgGg)
You’ll need to add replacements like below in “replace in html” option under replace tools tab:
Powered by Visual Composer – drag and drop page builder for WordPress. ==> PVCAfter making such replacements, please check with isitwp.com again.
But we still believe that wappalyzer caches the result. Would it be possible for you to disable woocommerce and then check with wappalyzer if woocommerce is detected or not?
Lets us know.October 3, 2016 at 5:58 am #12038isitwp.com cannot detect wordpress anymore with html replacement
ive attached disabled and enabled woocomerce screen shots .Attachments:
You must be logged in to view attached files.October 3, 2016 at 6:29 am #12041also i would like to hide woocommerce too if possible
October 3, 2016 at 4:16 pm #12046Suman M.Post count: 12478I see in the screenshot that woocommerce is being detected by wappalyzer even after disabling the woocommerce plugin in the site? So this means wappalyzer displays results from the cache.
From where do you want to hide woocommerce?
October 3, 2016 at 7:43 pm #12051yes .it is served from cache indeed but i dont think its cache lasts more than half a day as it wont show versions anymore .wappalyzer is the only reason i bought your plugin and i need to hide my wp from wappalyzer .woocommerce is in my source code every where and when i tried replacing html it completely broke the plugin. i need to hide it so hackers wont detect it anymore and the only detector of woocommerce i found is wappalyzer so i need to hide it from wappalyzer.
October 3, 2016 at 8:06 pm #12053Suman M.Post count: 12478We have tried it with wappalyzer before but it’s behaviour is not understood properly. Even if plugins are deactivated it still detects plugin and wordpress and as I mentioned earlier the cache duration is not know, seems like for a very long time. So it’s really difficult to do testings and fix things in this scenario.
Regarding the word ‘woocommerce’ being visible in page source, most of the occurrences of woocommerce in the URLs will be renamed by setting ‘rename plugins’ option to all plugins. But it’s not recommended to replace css class names as it might break the site.
October 4, 2016 at 5:26 am #12060so i disabled woocommerce over the night and in the morning there was no trace of wordpress or woocommerce in wappalyzer . so i guess the cache time is less than 10 hours based on this test! the moment i enabled woocommerce both wp and woocommerce showed up again! so it is indeed a problem with woocommerce .
Attachments:
You must be logged in to view attached files.October 4, 2016 at 5:28 am #12063this is the source code when i disabled woocommerce .
Attachments:
You must be logged in to view attached files.October 5, 2016 at 6:00 am #12082Suman M.Post count: 12478Hi, I have assigned this ticket to Sr support so that he can look further into it.
October 11, 2016 at 11:06 am #12176so its been 6 days and still no solution
October 13, 2016 at 7:35 am #12228HassanPost count: 955Hi-
Firstly, you don’t need to wait to cache be cleared. Just remove and install the extension.
I checked all possible configurations and here what can hide woocommerce, but there is a problem: Hiding ‘var woocommerce_params’ stop woocommerce from working. This is a technical limitation but we are working on a new feature for upcoming version which may solve this problem.
PS:
There’s one dirty way to hide it from source code which is not recommended if you’re newbie:
Create a js file somewhere in your host and paste related code from source code . Something like this:
var woocommerce_params = {"ajax_url":"\/ajax","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
Then, manually change your header.php and add path of that file. Something like this (remove stars):
<***script type='text/javascript' src='//path_to_my_js_file.js'></***script>
- This reply was modified 8 years, 3 months ago by Hassan.
Attachments:
You must be logged in to view attached files.October 14, 2016 at 3:06 am #12249so i did set my plugin as your atached file and it works on every page except the shop page !
and also changing “var woocommerce_params” didnt broke my websitehere is the url ” https://maneb.co/shop/ “
-
AuthorPosts
You must be logged in to reply to this topic.