Adds wp-cron.php detection - Fixes #1299

This commit is contained in:
erwanlr
2019-03-10 07:53:12 +00:00
parent 26c6be7268
commit fee3671e32
4 changed files with 66 additions and 1 deletions

View File

@@ -42,4 +42,7 @@ module WPScan
class UploadSQLDump < InterestingFinding
end
class WPCron < InterestingFinding
end
end