SkillAgentSearch skills...

Wpscanner

Wordpress security scanner written in Python

Install / Use

/learn @metachris/Wpscanner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

  • Requests: HTTP for Humans (http://docs.python-requests.org/en/latest/index.html)

Related

  • http://code.google.com/p/wpscan (http://code.google.com/p/wpscan/source/browse/#svn%2Ftrunk%2Fdata)

References

  • http://news.ycombinator.com/item?id=3332764

Components

  • Scanner: ** gather info about wordpress version, themes, plugins, etc ** check for vulnerabilities, etc
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated5mo ago
Forks5

Languages

Python

Security Score

72/100

Audited on Oct 31, 2025

No findings