WPWatcher Versions Save

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.

3.0.7

1 year ago

Add options --show_html and --show_json

3.0.6

1 year ago

Fix compatibility with filelock>=3.12.0.

3.0.4

2 years ago

Use the latest wpscan_out_parse package, fix bug.

3.0.3

2 years ago

Fix import to use the latest wpscan_out_parse package. Fix the email_resend_after option.

3.0.0

3 years ago

Now fully typed with annotations and checked with mypy. Use f-strings everywhere. Use readthedocs to host the documentation. Make logo with some random images Structural changes in order to tackle #22.

2.4.8

3 years ago

New :

  • #45 add Warning: This issue is unfixed since {date} when an issue has not been fixed.
  • Print Fixed issue to terminal, not just in emails.

2.4.7

3 years ago

Fixes broken syslog #43

2.4.6

3 years ago

Minor fix:

  • Remove non sense preheader info from HTML template In some mail client, email preview would show "New job postings" This is because I copy/pasted a template from another project (oops)

2.4.5

3 years ago

New :

  • Responsive HTML emails
  • Display the full wpscan command that was run in the email footer
  • Do not display the server name anymore in the email

2.4.4

3 years ago

Fixes:

  • #41: Show fixed issues in emails again
  • Show date of the last scan report on the fixed issues so the users can copy and search directly for previous scan report from datetime.
  • Update wpscan output parser requirement -> Fixes a display bug where status "Ok (false positive)" would not show up when ignoring potential vulnerabilities

New:

  • Add link to github repo in emails
  • Actually put my name on the license file