Lissy93 / web-check

🕵️‍♂️ All-in-one OSINT tool for analysing any website
https://web-check.xyz
MIT License
20.95k stars 1.56k forks source link

WordPress plugins on nextjs website #82

Closed 1NoobDev closed 4 months ago

1NoobDev commented 4 months ago

Not sure if I should put it here.. but I checked my own websites and it says WordPress -plugins 3 live, while it's a nextjs website..

Lissy93 commented 4 months ago

Interesting, could you share the URL?

1NoobDev commented 4 months ago

Prefer not as it's an adult content website, not sure if that's allowed to share on github.. I'll send you pm on LinkedIn so you're still able to investigate

Lissy93 commented 4 months ago

Cool yeah, probz best not to share the link here then 😉

The way the technologies / tech stack widget works, is by comparing the response to known signatures with a massive bunch of RegExs. Here's the list I'm using: https://github.com/Lissy93/wapalyzer/tree/main/src/technologies

It's quite a trivial approach, so it's not impossible for their to be a mistake here, especially if you've copied any code from elsewhere when building your site.

Try scanning your site with BuiltWith (https://builtwith.com/) which uses a similar but slightly different approach. BuiltWith should have more detailed info about what technolgies a site is built with, and how they're detected.

Hope that helps :)


Edit: Probably this section: https://github.com/Lissy93/wapalyzer/blob/main/src/technologies/w.json#L2016-L2069