{"id":16824114,"url":"https://github.com/gared/ether-scan","last_synced_at":"2025-04-11T03:14:25.889Z","repository":{"id":212933764,"uuid":"732646470","full_name":"Gared/ether-scan","owner":"Gared","description":"A security scanner for etherpad instances","archived":false,"fork":false,"pushed_at":"2025-04-06T18:11:51.000Z","size":197,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T03:14:17.715Z","etag":null,"topics":["etherpad","etherpad-lite","scanner","security"],"latest_commit_sha":null,"homepage":"https://scanner.etherpad.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gared.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-17T11:39:36.000Z","updated_at":"2025-04-06T18:11:54.000Z","dependencies_parsed_at":"2024-01-23T18:52:33.123Z","dependency_job_id":"f738d630-565f-4b7e-ae87-55cdc57db388","html_url":"https://github.com/Gared/ether-scan","commit_stats":null,"previous_names":["gared/ether-scan"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gared%2Fether-scan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gared%2Fether-scan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gared%2Fether-scan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gared%2Fether-scan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gared","download_url":"https://codeload.github.com/Gared/ether-scan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248333594,"owners_count":21086200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["etherpad","etherpad-lite","scanner","security"],"created_at":"2024-10-13T11:10:10.271Z","updated_at":"2025-04-11T03:14:25.883Z","avatar_url":"https://github.com/Gared.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Etherscan (an etherpad scanner)\n\nUse this tool to scan your [etherpad](https://etherpad.org) instance to get some insights and test if there is any misconfiguration.\n\nWhat is this tool doing?\n* Check the \"Server\" header to see if the revision of etherpad is returned\n* Check the API version (pad.example.com/api)\n* Check the etherpad version\n* Check if the pads are publicly accessible\n* Check if the server is healthy (pad.example.com/health)\n* Check if the admin area is accessible with default credentials (pad.example.com/admin)\n* Check if any (frontend) plugins are installed\n* Check if the server is running since a long time (pad.example.com/stats)\n\n## Try it out\n\nYou can try this tool out on the https://scanner.etherpad.org which is using this library.\n\n## Requirements\n\nYou need PHP 8.2 or higher to run this tool.\n\n## Usage\n\n### Docker\n\nDirectly download and run this docker image to scan your instance\n```bash\ndocker run --rm gared/ether-scan:main bin/console.php ether:scan http://localhost:9001\n```\n\n### Clone\n\nClone this repository and install dependencies\n```bash\ncomposer install\n```\n\nNext run this command to scan your instance\n```bash\nbin/console.php ether:scan http://localhost:9001\n```\n\n```console\nStarting scan of api...\n=======================\n\n [INFO] No revision in server header\n\n [INFO] api version: 1.3.0\n\nStarting scan of a pad...\n=========================\n\n [INFO] Package version: 1.9.7\n\n [OK] Pads are publicly accessible\n\n [OK] Server is healthy\n\n [INFO] Version is 1.9.7\n\n [INFO] Server running since: 2024-03-08T21:38:56+00:00\n\nStarting scan of admin area...\n==============================\n\n [OK] Admin area is not accessible with admin / admin\n\n [OK] Admin area is not accessible with admin / changeme1\n\n [OK] Admin area is not accessible with user / changeme1\n\nStarting scan of plugins...\n===========================\n\n [INFO] No plugins found\n```\n\n### Composer\n\nYou can also install this tool with composer\n```bash\ncomposer require gared/ether-scan\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgared%2Fether-scan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgared%2Fether-scan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgared%2Fether-scan/lists"}