wordpress security scan

This commit is contained in:
‪Eliya Lahav‬‏ 2020-12-21 01:42:40 +02:00 committed by GitHub
parent 1d14694dd7
commit 9881555868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,7 +231,7 @@ def discovery_plugins():
find_version_two = output.rfind(".") find_version_two = output.rfind(".")
print("{0}, version {1}".format(plugin, output[find_version_one - 2:find_version_two + 2])) print("{0}, version {1}".format(plugin, output[find_version_one - 2:find_version_two + 2]))
else: else:
print("We are sorry, but we were unable to identify the system as a wordpress system") print("We're sorry, but the website does not use the plugins folder for storing plugins and we were unable to identify plugins")
print(divider) print(divider)
print("finish!") print("finish!")