Ready to Start Your Career?

How to do Penetration Testing with your WordPress Website

gurubaran 's profile image

By: gurubaran

May 1, 2017

how-to-pentest-on-wordpressWordPress is a free online Open source content Managed system focused on PHP and MySQL. It is one the powerful and most used blogging tool.As there is too many up’s and down’s in WordPress usage, it requires a security improvement, so the penetration test is essential to find the vulnerabilities and to secure you WordPress powered blog.Security researcher Daniel Cid says, in 2016 At least 15,769 WordPress websites – and probably more – have been compromised. With Sucuri report almost 78% of infected websites were built on the WordPress platform.

WordPress penetration testing with WPScan

WPscan is a WordPress vulnerability scanner created by Ryan Dewhurst and it was sponsored by Sucuri.It comes pre-installed with BackBox Linux, Kali Linux, Pentoo, SamuraiWTF, BlackArch and it will not support windows.With Wpscan we can enumerate theme, plugins, users, HTTP proxy and Wpscan will not check the source code of the page.
To Enumerate WordPress version, theme and pluginwpscan –url https://tutorials.gbhackers.com/test/ –enumerate pwpscan –url http://tutorials.gbhackers.com/test/ –enumerate tHow to Do Penetration testing with your WordPress websiteTo Enumerate WordPress userswpscan –url http://tutorials.gbhackers.com/test/ –enumerate u How to Do Penetration testing with your WordPress websiteTo launch a brute-force attackwpscan –url http://tutorials.gbhackers.com/test/ –wordlist /root/Desktop/password.txt –username kcwtoHow to Do Penetration testing with your WordPress websiteTo Enumerate timthumbsIf you are still using TimThumb, even after a very serious vulnerability, you have one more reason to be concerned.wpscan –url http://tutorials.gbhackers.com/test/ –enumerate ttHow to Do Penetration testing with your WordPress websiteTo store Output in a separate Filewpscan –url http://tutorials.gbhackers.com/test/ –debug-output 2>debug.logPenetration testing is an art and the active analysis depends upon the security researcher, here we evaluated some of the basic and important checks that need to be with the WordPress powered website. You Can find more Infosec resources and security news in our Website https://gbhackers.com 
Schedule Demo