Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 1 addition & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,41 +41,7 @@ Next run this command to scan your instance
bin/console.php ether:scan http://localhost:9001
```

```console
Starting scan of api...
=======================

[INFO] No revision in server header

[INFO] api version: 1.3.0

Starting scan of a pad...
=========================

[INFO] Package version: 1.9.7

[OK] Pads are publicly accessible

[OK] Server is healthy

[INFO] Version is 1.9.7

[INFO] Server running since: 2024-03-08T21:38:56+00:00

Starting scan of admin area...
==============================

[OK] Admin area is not accessible with admin / admin

[OK] Admin area is not accessible with admin / changeme1

[OK] Admin area is not accessible with user / changeme1

Starting scan of plugins...
===========================

[INFO] No plugins found
```
![Scan Output](docs/scan-output.svg)

### Composer

Expand Down
1 change: 1 addition & 0 deletions docs/scan-output.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tests/e2e/fixture/master_with_plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Plugins:
* ep_font_size
* ep_headings2
* ep_markdown
* ep_plugin_helpers
* ep_spellcheck
* ep_table_of_contents

Expand Down
Loading