Scanning WordPress for vulnerabilities

wpscan

wpscan on github

The quickest way to use it seems to be docker.

docker pull wpscanteam/wpscan
# minimal run
docker run --rm wpscanteam/wpscan -u https://le-moulin-de-verre.com/fieldnotes/
# more details options (enumerate vulnerabilities of identify plugins)
docker run --rm wpscanteam/wpscan -u https://le-moulin-de-verre.com/fieldnotes/ --follow-redirection --update --enumerate

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.