TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: WP Detective – Show what theme and plugins a WordPress site is using

76 点作者 codeaken大约 8 年前

12 条评论

tyingq大约 8 年前
Neat. Many questions. I assume you have some database of path matches for the theme&#x2F;plugin js&#x2F;CSS files or similar?<p>How extensive is the database? Just free themes&#x2F;plugins from one source, or popular themes from several sources? Paid ones too?<p>Any namespace clashes where you have to dig deeper to tell which theme or plugin it is?<p>Were you able to fully automate the creation and updating of the signature database?
评论 #14118033 未加载
评论 #14118024 未加载
vidyesh大约 8 年前
There are a few other websites which do a similar job with similar issues.<p><a href="http:&#x2F;&#x2F;www.wpthemedetector.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.wpthemedetector.com&#x2F;</a><p><a href="http:&#x2F;&#x2F;scanwp.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;scanwp.net&#x2F;</a><p><a href="http:&#x2F;&#x2F;whatwpthemeisthat.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;whatwpthemeisthat.com&#x2F;</a><p>All these websites scan and output similar unknown plugins, as it sharing the same database or same method to detect plugins and themes.<p><a href="http:&#x2F;&#x2F;wpdetective.io&#x2F;www.pmindia.gov.in" rel="nofollow">http:&#x2F;&#x2F;wpdetective.io&#x2F;www.pmindia.gov.in</a>
评论 #14133684 未加载
orf大约 8 年前
So... wpscan[1] with a web frontend?<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;wpscanteam&#x2F;wpscan" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wpscanteam&#x2F;wpscan</a>
fjallstrom大约 8 年前
hm it doesn&#x27;t seem to pick up the wp installation if the WP_CONTENT_DIR is changed. should be an easy fix, se below.<p>this site is very much wordpress: <a href="https:&#x2F;&#x2F;www.berghs.se&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.berghs.se&#x2F;</a> but wpdetective won&#x27;t detect wordpress at all. it has a custom WP_CONTENT_DIR.<p>here&#x27;s a similar but less polished version my team created some years ago: <a href="http:&#x2F;&#x2F;wppluginchecker.earthpeople.se&#x2F;?wordpress-site=https%3A%2F%2Fwww.berghs.se%2F" rel="nofollow">http:&#x2F;&#x2F;wppluginchecker.earthpeople.se&#x2F;?wordpress-site=https%...</a><p>it tries a few common variables for WP_CONTENT_DIR, and runs completely in the browser, should you want to take a peek on how we detect WP.
评论 #14120288 未加载
arkadiyt大约 8 年前
Looks like a web UI around wpscan?<p>edit: apparently custom code
评论 #14117972 未加载
评论 #14117971 未加载
vmasto大约 8 年前
Interesting.<p>I&#x27;d be interested in the maintenance strategies you have in place (if any).<p>I assume that for plugins who don&#x27;t output styles or scripts you use other methods, maybe some HTML output etc, so you&#x27;ve probably hard coded a lot of stuff for some popular plugins.<p>How have you set your tests and how do you plan on knowing when a certain plugin stops emitting the signature you&#x27;re checking for? Most probably an E2E test with a local theme containing everything, care to share tech specifics ok this part?
评论 #14118252 未加载
vladootz大约 8 年前
If a wordpress is installed in a subfolder example.com&#x2F;wp&#x2F; it only searches in example.com and doesn&#x27;t detect any wp install.
lexicality大约 8 年前
Very nice. I suppose it works by checking for js&#x2F;css embeds and extracting names from the path?
评论 #14117986 未加载
__david__大约 8 年前
It doesn&#x27;t seem to work if the wordpress endpoint isn&#x27;t at the root of a domain…
randomsofr大约 8 年前
It didn&#x27;t detect revolution slider on my site, which is like one of the most popular plugins.<p>Still great.
评论 #14118344 未加载
评论 #14118333 未加载
shash7大约 8 年前
This is super useful for freelancers and people working with wordpress themes.
NicoJuicy大约 8 年前
It only detects client side scripts. Nicely done! Tested it on my own shop
评论 #14118371 未加载