An open API service indexing awesome lists of open source software.

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,对页面进行截图

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

![image](images/login.png)

- main

![image](images/main.png)

- tasks

![image](images/tasks.png)

- view

![image](images/view.png)