WordPress
Open-source Content Management System (CMS)
Tools
Tool
Details
Default File Structure
/var/www/html
├── index.php
├── license.txt (version WordPress)
├── readme.html
├── wp-activate.php
├── wp-admin (admin login page)
| └── ENDPOINT: /wp-admin/login.php, /wp-admin/wp-login.php, /login.php, /wp-login.php
├── wp-blog-header.php
├── wp-comments-post.php
├── wp-config.php (database name, database host, username and password, authentication keys and salts, and the database table prefix.)
├── wp-config-sample.php
├── wp-content
| ├── uploads (not always)
| ├── index.php
| ├── plugins
| └── themes
├── wp-cron.php
├── wp-includes (core files like certificates, fonts, JavaScript and widgets)
├── wp-links-opml.php
├── wp-load.php
├── wp-login.php
├── wp-mail.php
├── wp-settings.php
├── wp-signup.php
├── wp-trackback.php
└── xmlrpc.php (WordPress feature that allows data transmission with HTTP acting as the transport mechanism and XML as the encoding mechanism)Default Users
Role
Description
Manual Enumeration
Version
Plugins
Themes
User Enumeration
Attacks
Built-in
Last updated