Wappalyzer如何检测WebPage技术 [英] How do Wappalyzer detects technology of WebPage

查看:63
本文介绍了Wappalyzer如何检测WebPage技术的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Wappalyzer如何检测Site的后端编程语言,但在某些情况下无法检测到以下情况:例如Facebook使用PHP,但无法检测并显示HTTP/2.

How do Wappalyzer detects back-end programming language of Site, but can't detect in some cases for eg: Facebook uses PHP but it can't detect and shows HTTP/2.

推荐答案

Wappalyzer是一个开源社区驱动的平台,其所有源代码都可以在此链接上找到:

Wappalyzer is an open source community driven platform and all of it's source code can be found on this link: https://github.com/AliasIO/Wappalyzer

这是执行检测的特定文件 https://github.com/AliasIO/Wappalyzer/blob/master/src/apps.json

This is the specific file that does the detection https://github.com/AliasIO/Wappalyzer/blob/master/src/apps.json

简而言之,它在网站HTML,标头,脚本,元数据等内容上使用正则表达式.

In short, it uses regex on things like the site HTML, headers, scripts, meta, etc.

编辑2021年1月:包含检测方法的文件已更改为 https://github.com/AliasIO/wappalyzer/blob/master/src/technologies.json 感谢@RaymondChenon的更新.

EDIT Jan 2021: The file containing the detection methods has changed to https://github.com/AliasIO/wappalyzer/blob/master/src/technologies.json Thanks @RaymondChenon for the update.

这篇关于Wappalyzer如何检测WebPage技术的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆