WPScan - Web Pentest Tool | Shahul Hameed

 Download WPScan using Docker in Kali

Tool Description:

It is used to scan WordPress websites for known vulnerabilities both in WordPress and commonly used WordPress plugins and themes. The code base for WPScan is licensed under GPLv3. WPScan is a WordPress black box scanner.

Step 1:

    sudo apt install docker.io

Step 2:

    sudo docker pull wpscanteam/wpscan

Step 3:

    sudo docker run -it --rm wpscanteam/wpscan --url https://domain.in --enumerate u1-100 --random-user-agent
    u - Users Enumeration

POC



Note :

If you are concerned with the API key register and get the free API key.

Link in the below:

    https://wpscan.com/



Comments

Popular posts from this blog

Using Burp Suite - Brute Force payloads using XSS Validator(Extension) | Shahul Hameed

Janus Vulnerability Exploitation

SQL Basics | Shahul Hameed