gared/ether-scan
Composer 安装命令:
composer require gared/ether-scan
包简介
A simple scanner for Etherpad instances
README 文档
README
Use this tool to scan your etherpad instance to get some insights and test if there is any misconfiguration.
What is this tool doing?
- Check the "Server" header to see if the revision of etherpad is returned
- Check the API version (pad.example.com/api)
- Check the etherpad version
- Check if the pads are publicly accessible
- Check if websocket is working
- Check if the server is healthy (pad.example.com/health)
- Check if the admin area is accessible with default credentials (pad.example.com/admin)
- Check if any (frontend) plugins are installed
- Check if the server is running since a long time (pad.example.com/stats)
Try it out
You can try this tool out on https://scanner.etherpad.org/instances which is using this library.
Requirements
You need PHP 8.3 or higher to run this tool.
Usage
Docker
Directly download and run this docker image to scan your instance
docker run --rm gared/ether-scan:main bin/console.php ether:scan http://localhost:9001
Clone
Clone this repository and install dependencies
composer install
Next run this command to scan your instance
bin/console.php ether:scan http://localhost:9001
Composer
You can also install this tool with composer
composer require gared/ether-scan
统计信息
- 总下载量: 1.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2023-12-17