Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.17 KB

Readme.md

File metadata and controls

65 lines (36 loc) · 1.17 KB

Wordpress Tools - A collection of tools for checking wordpress installations (remote and local) to make the setup more secure as well as to discover vulnerabilities.

Checks

  • Wordpress version (info about deprecation, link to newest, etc)
  • Themes and plugins
  • admin user (dictionary attack)
  • get user from entries and check pwd with dictionary

Out of scope currently

  • Check other software installed
  • Nmap: check for services on other ports
  • Social engineering (info collection: domain reg, dns, etc)

wp-check-local checks

  • /var/www/<wp_install>: permissions (no write, users, etc)
  • wp-admin accessible? permissions? renamed?
  • unique db, users?

Various

Dependencies

see dependencies.txt

Related

References

Components

  • Scanner: ** gather info about wordpress version, themes, plugins, etc ** check for vulnerabilities, etc