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
46 stars 18 forks source link

Develop #35

Closed tristanlatr closed 4 years ago

tristanlatr commented 4 years ago

Removed prescan option Added custom alerts based on WPScan findings (JSON and CLI) Fixed unicode error on raspbian Integrate with wpscan-analyze Better test structure Documented code

codecov-commenter commented 4 years ago

Codecov Report

Merging #35 into master will increase coverage by 7.30%. The diff coverage is 79.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   63.06%   70.37%   +7.30%     
==========================================
  Files          14       21       +7     
  Lines        1676     1735      +59     
==========================================
+ Hits         1057     1221     +164     
+ Misses        619      514     -105     
Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)
wpwatcher/cli.py 0.00% <0.00%> (ø)
wpwatcher/daemon.py 0.00% <ø> (ø)
wpwatcher/db.py 78.68% <ø> (ø)
wpwatcher/utils.py 73.68% <ø> (+24.99%) :arrow_up:
wpwatcher/scan.py 59.22% <50.56%> (+23.06%) :arrow_up:
wpwatcher/core.py 61.15% <53.84%> (+10.76%) :arrow_up:
wpwatcher/notification.py 74.60% <55.55%> (+7.66%) :arrow_up:
wpwatcher/wpscan.py 87.50% <69.56%> (+3.91%) :arrow_up:
wpwatcher/parser.py 78.77% <80.00%> (-0.06%) :arrow_down:
... and 23 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 50122af...75a41ed. Read the comment docs.