Hi @devansh1995
I see the the wfknownfilelist table has 185,789 rows.
I see that you have 43 plugins and 2 themes installed. The file count would also include any other files in your hosting account being scanned such as in the wp-content directory.
The wfknownfilelist table is cleared when a new scan is run.
You can use the command below on the command line interface on your server to do a recursive file count under the public_html directory to see if the file count matches the wfknownfilelist table row count:
find /home/XXXX/public_html -type f | wc -l
Note that I have redacted the PHP process owner and replaced it with XXXX
-
This reply was modified 3 years, 8 months ago by
wfphil.