gared / ether-scan
A simple scanner for Etherpad instances
v3.5.0
2026-03-27 12:45 UTC
Requires
- php: >=8.3
- ext-json: *
- elephantio/elephant.io: 5.1.*
- guzzlehttp/guzzle: ^7.8
- symfony/console: ^6.4|^7.0
Requires (Dev)
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12.5
- dev-main
- v3.5.0
- v3.4.0
- 3.3.0
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.0
- v2.0.0
- 1.1.0
- v1.0.0
- dev-dependabot/composer/elephantio/elephant.io-5.3.0
- dev-adapt_develop_plugins_test
- dev-copilot/update-readme-with-scanner-output
- dev-copilot/add-changeset-library-integration
- dev-copilot/sub-pr-119
- dev-feature/file-hash-generator
- dev-update_packages
- dev-fix_pad_recognition
- dev-improvements
This package is auto-updated.
Last update: 2026-04-23 21:06:15 UTC
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 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 the https://scanner.etherpad.org 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