Port 80 (HTTP)
WhatWeb
Directory Enumeration
We can use -b for removing specific status codes
If we want to scan a https web with certificates issues:
DNS Subdomain Enumeration
VHost Enumeration
Fuzzing a Request
CMS
Automatic
User Enumeration
Brute Force
Manual
To list the version manually, we can use several methods
Look at the page code and look in the <meta> tag.
Search in the readme.html or license.txt file
Look in the HTTP headers
Look in /wp-login.php and /wp-admin.php pages
Try interacting with the REST API using /wp-json/v2/user
User Enumeration
Diccionario wordpress
/usr/share/wordlists/SecLists/Discovery/Contenido Web/CMS/wordpress.fuzz.txt
/usr/share/wordlists/SecLists/Discovery/Web-Content/CMS/wp-themes.fuzz.txt
Important Files and Directories Login or authentication
/wp-login.php (usually changed to login.php).
/wp-admin/login.php
/wp-admin/wp-login.php
xmlrpc.php
Directories
/wp-content (where plugins and themes are stored).
/wp-content/uploads/ (where the uploaded files are stored)
wp-config.php (contains info to connect to the db)
GitTools
Enumeration of .git repository
Last updated