https://github.com/threezh1/pageye
Take a screenshot of the page based on the provided urls 根据提供的urls,对页面进行截图
https://github.com/threezh1/pageye
Last synced: about 1 year ago
JSON representation
Take a screenshot of the page based on the provided urls 根据提供的urls,对页面进行截图
- Host: GitHub
- URL: https://github.com/threezh1/pageye
- Owner: Threezh1
- Created: 2020-07-15T08:43:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:58:58.000Z (over 3 years ago)
- Last Synced: 2025-04-13T13:03:58.095Z (about 1 year ago)
- Language: JavaScript
- Size: 996 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pageye
Take a screenshot of the page based on the provided urls
根据提供的urls,对页面进行截图并进行基础的信息收集
这是之前学Node.js时挖的一个坑,原本的想法是从截图功能开始,增加资产收集、漏洞扫描功能。但至今没有动力将它再完善下去。
# Features
1. 对页面进行截图
2. 获取到网页源码进行敏感信息检测
3. 待增加...
# Usage
安装相关依赖:
```
npm install
```
修改Chromium地址(位置:`modules/crawler.js`):
```
const pathToExtension = path.join('你本机的Chromium地址');
```
使用:
```
http://localhost:6001/
默认密码: threezh1
```
# Shot
- login

- main

- tasks

- view
