应用介绍
此项目是web应用指纹识别。
运行说明
- 安装WWW::Wappalyzer模块
cpan -i WWW::Wappalyzer
2.运行
(1) 别单个url指纹
perl FingerPrint.pl
输出结果为
{
"www.tanjiti.com": {
"web-servers": [
"Nginx"
],
"cdn": [
"CloudFlare"
]
}
}
(2) 使用自定义指纹文件进行识别
perl FingerPrint.pl http://www.xxx.com tanjiti.json[rule_jsonfile]
{
"http://www.xxx.com": {
"web-servers": [
"Nginx"
],
"cms": [
"Discuz!"
]
}
}
(3) 从文件读取url列表进行批量指纹识别,并将结果输出到文件中
perl FingerPrint.pl url.txt tanjiti.json[rule_jsonfile]
结果输出到 url.txt__fingerprint 文件里
cat url.txt__fingerprint
{
"http://www.xxxx.com": {
"web-servers": [
"Nginx"
],
"cms": [
"Discuz!"
]
},
"http://www.yyyyy.net": {
"cms": [
"Discuz!"
]
},
"http://www.zzzz.cn": {
"blogs": [
"WordPress"
],
"web-servers": [
"Nginx"
],
"cdn": [
"CloudFlare"
],
"cms": [
"WordPress"
],
"font-scripts": [
"Google Font API"
],
"javascript-frameworks": [
"jQuery"
],
"javascript-graphics": [
"Javascript Infovis Toolkit"
]
}
}
想了解更多请下载附件。
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: www_apollocode_net@163.com 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » web应用指纹识别
文件列表(部分)
名称 | 大小 | 修改日期 |
---|---|---|
apps.json | 20.75 KB | 2016-11-15 |
apps_new.json | 35.86 KB | 2016-11-15 |
FingerPrint.pl | 1.66 KB | 2016-11-15 |
tanjiti.json | 0.92 KB | 2020-08-03 |
FingerPrint | 0.00 KB | 2020-08-03 |
发表评论 取消回复