tristanlatr / WPWatcher

Wordpress Watcher is a wrapper for WPScan that manages scans on multiple sites and reports by email and/or syslog. Schedule scans and get notified when vulnerabilities, outdated plugins and other risks are found.
https://wpwatcher.readthedocs.io
Apache License 2.0
47 stars 18 forks source link

Docker compatibility and image #4

Closed tristanlatr closed 4 years ago

tristanlatr commented 4 years ago

WPWatcher should be able to run docker images of WPScan seamlessly.

Currently wpscan_path only accept single path values. Meaning that il will fail if wpscan_path=docker run -it --rm wpscanteam/wpscan.

WPWatcher should also have it's own docker image.

tristanlatr commented 4 years ago

Done, Dockerfile Will be part of version 0.5.7