18行代码实现一个Web指纹识别Web Server

1,328 阅读1分钟
原文链接: github.com

The 18 lines of code implement a Web fingerprint identification Web Server

use

git clone https://github.com/wujunze/web-eyes.git
cd web-eys & npm install
node index.js

curl http://127.0.0.1:8080/?url=https://baidu.com

dependencies

"express": "^4.16.1",
"wappalyzer": "^5.1.3"