Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wujunze/web-eyes
18 lines of code implement a Web fingerprint identification Web Server.
https://github.com/wujunze/web-eyes
Last synced: 22 days ago
JSON representation
18 lines of code implement a Web fingerprint identification Web Server.
- Host: GitHub
- URL: https://github.com/wujunze/web-eyes
- Owner: wujunze
- Created: 2015-12-31T10:34:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T07:49:56.000Z (8 months ago)
- Last Synced: 2024-04-25T20:45:10.899Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 26
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-eyes
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"