We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45074c7 commit bb9ac9aCopy full SHA for bb9ac9a
docker-compose.yml
@@ -34,3 +34,5 @@ services:
34
- "6379:6379"
35
memcached:
36
image: memcached:1-alpine
37
+ wpscan:
38
+ image: wpscanteam/wpscan
docs/contribute.md
@@ -64,6 +64,12 @@ docker-compose logs crowdsec
64
65
```
66
67
+# WP Scan pass
68
+
69
+```bash
70
+docker-compose run --rm wpscan --url http://web/
71
+```
72
73
### Docker-compose cheets sheet
74
75
```bash
0 commit comments