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.
Currently, reports are loaded as a whole at the beginning of the script and wrote to file when a scan end using the json.dump() method. See WPWatcher. update_and_write_wp_reports() method.
Currently, reports are loaded as a whole at the beginning of the script and wrote to file when a scan end using the
json.dump()
method. SeeWPWatcher. update_and_write_wp_reports()
method.Could use https://pypi.org/project/tinydb/ It will increase the performance of the script.