mirror of
https://ghproxy.net/https://github.com/kodkodcyber/wordpress-security-scan.git
synced 2025-10-04 03:01:30 +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(".")
|
||||
print("{0}, version {1}".format(plugin, output[find_version_one - 2:find_version_two + 2]))
|
||||
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("finish!")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue