🕷️🕸️[ ROOT SYSTEM ] Exclusive: WordPress Scanning with WPScan 2026🕷️🕸️

  • Thread starter ROOT SYSTEM
  • Start date
  • Tagged users None
ROOT SYSTEM

ROOT SYSTEM

Advanced Member
Joined
May 7, 2026
Messages
173
Reaction score
2,392
Points
93
  • Thread Author
  • #1
[ ROOT SYSTEM ]

This tutorial in the category WordPress hacking will teach you how to scan WordPress websites for vulnerabilities, enumerate WordPress user accounts and brute force passwords. Enumerating WordPress users is the first step in a brute force attack in order to gain access to a WordPress account. WPScan has the option to scan a target website to retrieve a list of account names. IN this tutorial we will also look at how to hide usernames from WPScan so you can avoid the enumeration of user accounts and limit the effectiveness of brute force attempts. We will conclude this tutorial with a demonstration of how to brute force root passwords using WPScan on Kali Linux. WPScan is an automated black box WordPress vulnerability scanner. This tool is a must-have for any WordPress developer to scan for vulnerabilities and solve issues before they get exploited by hackers. Together with Nikto, a great web server assessment tool, this tool should be part of any penetration test targeting a WordPress website or blog.

WPScan comes pre-installed on the following Linux distributions:
The latest version is WPScan 2.8 and the database currently contains:

  • Total vulnerable versions: 98
  • Total vulnerable plugins: 1.076
  • Total vulnerable themes: 361
  • Total version vulnerabilities: 1.104
  • Total plugin vulnerabilities: 1.763
  • Total theme vulnerabilities: 443
The Windows operating system is currently not supported by WPScan. The latest version is available for download at the following website (Linux & Mac): WPScan CLI Scanner Install + User Guide

WPScan update
Start with the following command to update the WPScan vulnerabilities database:

wpscan –update

Scanning WordPress vulnerabilities
After updating the vulnerability database use the following command to scan the target website for the most popular and recent vulnerabilities:

wpscan –URL [wordpress url]
1780439528538



How to enumerate WordPress users
The WordPress user enumeration tool is used the retrieve a list of registered WordPress users for the target host. User enumeration is the first step when an attacker wants to gain access to a specific target by brute-forcing. The enumeration tool scans the target on posts, pages and custom types for authors and usernames.

Use the following command to enumerate the WordPress users:

wpscan –URL [wordpress url]–enumerate u
1780439516487




How to brute force the root password
Use the following command to brute force the password for user root:

wpscan –URL [wordpress url]–wordlist [path to wordlist]–username [username to brute force]–threads [number of threads to use]
1780439511513



How to avoid WordPress User Enumeration
If you want to avoid WordPress user enumeration, you should avoid using the username as nickname and display name which is shown publicly in WordPress. The best option is to choose an administrator username that consists of random characters and use a different nickname. WPScan scans for usernames in the URL’s so if you won’t use the username it cannot be scanned by WPScan. Another way to prevent user enumeration is to use a different account to publish posts and answer replies.

How to avoid Wordpres password brute-forcing
The best way to keep attackers using brute force methods out is to limit the login attempts for an IP address. There are several plug-ins available for WordPress to limit the number of login attempts for a specific username and IP, such as Wordfence. The latest WordPress versions have the option to limit login attempts by default. Make sure you limit entries to a maximum of 3 and increase lockout time a lot after 2 lockouts (which is 6 password attempts).
Output:
Start conversation
Open a chat in Telegram / @Root_Admin_US0

========================================

[ ROOT SYSTEM ] | @Root_Admin_US0
 
  • Like
Reactions: Royalty47, Fodohhh, jexoj85710 and 1 other person
K

klkyouuu

Advanced Member
Joined
February 4, 2026
Messages
134
Reaction score
0
Points
16
  • #2
m
 
J

jexoj85710

New Member
Joined
June 14, 2026
Messages
3
Reaction score
0
Points
1
  • #3
wow
 
F

Fodohhh

Member
Joined
June 12, 2026
Messages
44
Reaction score
3
Points
8
  • #4
good
 
Royalty47

Royalty47

Member
Joined
January 29, 2026
Messages
47
Reaction score
4
Points
8
  • #5
great
 
  • Tags
    2026 exclusive root scanning system with wordpress wpscan
  • Top