mirror of
https://ghproxy.net/https://github.com/kodkodcyber/wordpress-security-scan.git
synced 2025-10-04 04:29:19 +08:00
wordpress security scan
This commit is contained in:
parent
1d14694dd7
commit
9881555868
1 changed files with 1 additions and 1 deletions
|
@ -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!")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue